File tree 2 files changed +9
-4
lines changed
imap/download/release-notes/3.0/x
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 92
92
# May need to also update toplevel index.rst to point to other versions.
93
93
#
94
94
# The short X.Y version.
95
- version = '3.0.3 '
95
+ version = '3.0.4 '
96
96
# The full version, including alpha/beta/rc tags.
97
- release = '3.0.3 (stable)'
97
+ release = '3.0.4 (stable)'
98
98
99
99
# The language for content autogenerated by Sphinx. Refer to documentation
100
100
# for a list of supported languages.
426
426
rst_prolog = """
427
427
.. |imap_last_stable_version| replace:: 2.5.11
428
428
.. |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
430
430
.. |imap_current_stable_branch| replace:: `cyrus-imapd-3.0`
431
431
.. |imap_latest_development_version| replace:: 3.1.0
432
432
.. |imap_latest_development_branch| replace:: master
441
441
.. |sasl_current_stable_version| replace:: 2.1.26
442
442
.. |imap_stable_release_notes| raw:: html
443
443
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>
445
445
446
446
.. |imap_development_release_notes| raw:: html
447
447
Original file line number Diff line number Diff line change @@ -34,3 +34,8 @@ Bug fixes
34
34
* Fixed :issue: `2132 `: Broken `Other Users ` behaviour
35
35
* Fixed :issue: `2091 `: [doc] idled belongs in DAEMON not START in cyrus.conf
36
36
* Fixed :issue: `2090 `: [doc] Xapian can be used without custom patches
37
+
38
+ Other changes
39
+ -------------
40
+
41
+ * Fixed compiler warnings with GCC 7.
You can’t perform that action at this time.
0 commit comments