Preparation for release 4.0.4

pull/245/head
Francis Lachapelle 2018-10-23 15:07:09 -04:00
parent 6f1d2330d8
commit 67017a26e9
5 changed files with 9 additions and 9 deletions

View File

@ -47,11 +47,11 @@
but we decided to load all sensible local xsd since it only produce a warning on missing imports. but we decided to load all sensible local xsd since it only produce a warning on missing imports.
--> -->
<!-- CentOS / RHEL --> <!-- CentOS / RHEL -->
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/fo/docbook.xsl"/> <!-- <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/fo/docbook.xsl"/> -->
<!-- Debian / Ubuntu --> <!-- Debian / Ubuntu -->
<xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl"/> <xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl"/>
<!-- OSX through mac ports --> <!-- OSX through mac ports -->
<xsl:import href="/opt/local/share/xsl/docbook-xsl/fo/docbook.xsl"/> <!-- <xsl:import href="/opt/local/share/xsl/docbook-xsl/fo/docbook.xsl"/> -->
<!-- title page extra styling --> <!-- title page extra styling -->
<xsl:import href="titlepage-fo.xsl"/> <xsl:import href="titlepage-fo.xsl"/>

View File

@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this --> <!-- TODO have the build system take care of this -->
<releaseinfo>Version 4.0.3 - October 2018</releaseinfo> <releaseinfo>Version 4.0.4 - October 2018</releaseinfo>
<subtitle>for version 4.0.3</subtitle> <subtitle>for version 4.0.4</subtitle>
<date>2018-10-17</date> <date>2018-10-23</date>
<legalnotice> <legalnotice>
<para>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".</para> <para>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".</para>

View File

@ -13,6 +13,6 @@
// TODO have the build system take care of this // TODO have the build system take care of this
:release_version: 4.0.3 :release_version: 4.0.4
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab: // vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

4
NEWS
View File

@ -1,9 +1,9 @@
4.X.Y (2018-MM-DD) 4.0.4 (2018-10-23)
------------------ ------------------
Bug fixes Bug fixes
- [web] fixed time conflict validation when not the owner - [web] fixed time conflict validation when not the owner
- [web] fixed freebusy display with default theme - [web] fixed freebusy display with default theme (#4578)
4.0.3 (2018-10-17) 4.0.3 (2018-10-17)
------------------ ------------------

View File

@ -4,4 +4,4 @@
MAJOR_VERSION=4 MAJOR_VERSION=4
MINOR_VERSION=0 MINOR_VERSION=0
SUBMINOR_VERSION=3 SUBMINOR_VERSION=4