Preparation for release 2.3.4

pull/187/head
Francis Lachapelle 2015-12-15 14:24:12 -05:00
parent 6ddb40fd2b
commit 5dfbfe827d
5 changed files with 14 additions and 13 deletions

View File

@ -1,5 +1,7 @@
Installation and Configuration Guide
====================================
:toc: left
:icons: font
////
@ -54,7 +56,7 @@ at http://www.sogo.nu/
Architecture and Compatibility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
image::images/architecture.png[System Architecture]
image::images/architecture.png[System Architecture, 400, 964]
Standard protocols such as CalDAV, CardDAV, GroupDAV, HTTP, IMAP and
SMTP are used to communicate with the SOGo platform or its
@ -179,7 +181,7 @@ standard distribution. For example, if you are using Red Hat Enterprise
Linux 5, you have to be subscribed to the Red Hat Network before
continuing with the SOGo software installation.
This document covers the installation of SOGo under RHEL 6.
NOTE: This document covers the installation of SOGo under RHEL 6.
For installation instructions on Debian and Ubuntu, please refer
directly to the SOGo website at http://www.sogo.nu/.
@ -294,7 +296,7 @@ associated to a domain is limited to access only the users data from the
same domain. Consequently, the configuration parameters of SOGo are
defined on three levels:
image::images/preferences-hierarchy.png[Preferences Hierarchy]
image::images/preferences-hierarchy.png[Preferences Hierarchy, 400, 400]
Each level inherits the preferences of the parent level. Therefore,
domain preferences define the defaults values of the user preferences,
@ -1125,7 +1127,7 @@ fax number, one could map it to the _facsimiletelephonenumber_ attribute
like this:
----
mapping = \{
mapping = {
  facsimiletelephonenumber = ("fax", "facsimiletelephonenumber");
};
----

View File

@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this -->
<releaseinfo>Version 2.3.3 - November 2015</releaseinfo>
<subtitle>for version 2.3.3</subtitle>
<date>2015-11-11</date>
<releaseinfo>Version 2.3.4 - December 2015</releaseinfo>
<subtitle>for version 2.3.4</subtitle>
<date>2015-12-15</date>
<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>

View File

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

7
NEWS
View File

@ -1,12 +1,11 @@
2.3.4 (YYYY-MM-DD)
2.3.4 (2015-12-15)
------------------
New features
- Initial support for EAS calendar exceptions
- initial support for EAS calendar exceptions
Enhancements
- limit the maximum width of toolbar buttons
- limit the maximum width of toolbar buttons (#3381)
Bug fixes
- JavaScript exception when printing events from calendars with no assigned color (#3203)

View File

@ -4,4 +4,4 @@
MAJOR_VERSION=2
MINOR_VERSION=3
SUBMINOR_VERSION=3a
SUBMINOR_VERSION=4