Skip to content

Commit c0cfef8

Browse files
committed
release 3.0.4
1 parent f6dac7f commit c0cfef8

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Diff for: docsrc/conf.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
# May need to also update toplevel index.rst to point to other versions.
9393
#
9494
# The short X.Y version.
95-
version = '3.0.3'
95+
version = '3.0.4'
9696
# The full version, including alpha/beta/rc tags.
97-
release = '3.0.3 (stable)'
97+
release = '3.0.4 (stable)'
9898

9999
# The language for content autogenerated by Sphinx. Refer to documentation
100100
# for a list of supported languages.
@@ -426,7 +426,7 @@
426426
rst_prolog = """
427427
.. |imap_last_stable_version| replace:: 2.5.11
428428
.. |imap_last_stable_branch| replace:: `cyrus-imapd-2.5`
429-
.. |imap_current_stable_version| replace:: 3.0.3
429+
.. |imap_current_stable_version| replace:: 3.0.4
430430
.. |imap_current_stable_branch| replace:: `cyrus-imapd-3.0`
431431
.. |imap_latest_development_version| replace:: 3.1.0
432432
.. |imap_latest_development_branch| replace:: master
@@ -441,7 +441,7 @@
441441
.. |sasl_current_stable_version| replace:: 2.1.26
442442
.. |imap_stable_release_notes| raw:: html
443443
444-
<a href="3.0/x/3.0.3.html">3.0.3</a>
444+
<a href="3.0/x/3.0.4.html">3.0.4</a>
445445
446446
.. |imap_development_release_notes| raw:: html
447447

Diff for: docsrc/imap/download/release-notes/3.0/x/3.0.4.rst

+5
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ Bug fixes
3434
* Fixed :issue:`2132`: Broken `Other Users` behaviour
3535
* Fixed :issue:`2091`: [doc] idled belongs in DAEMON not START in cyrus.conf
3636
* Fixed :issue:`2090`: [doc] Xapian can be used without custom patches
37+
38+
Other changes
39+
-------------
40+
41+
* Fixed compiler warnings with GCC 7.

0 commit comments

Comments
 (0)