Updates for the release

pull/75/merge SOGo-2.2.17a
Ludovic Marcotte 2015-03-26 13:57:58 -04:00
parent f11bcd3373
commit ddcae9f132
5 changed files with 32 additions and 5 deletions

View File

@ -1,3 +1,24 @@
commit f11bcd3373f39967b870f8d8f3358759a6221b62
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Mar 26 13:54:17 2015 -0400
Avoid using stringByReplacing... since old runtimes don't support it
M UI/MailerUI/UIxMailEditor.m
M UI/Scheduler/UIxCalMainView.m
commit b933f53fc2580bd5b9913f7afebcf6b2d9bedc53
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Tue Mar 24 10:56:26 2015 -0400
Changes for the 2.2.17 release
M ChangeLog
M Documentation/docinfo.xml
M Documentation/includes/global-attributes.asciidoc
M NEWS
M Version
commit 097d5c2333515092f03ace5e64fc6824682ba974
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Tue Mar 24 08:40:13 2015 -0400

View File

@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this -->
<releaseinfo>Version 2.2.17 - March 2015</releaseinfo>
<subtitle>for version 2.2.17</subtitle>
<date>2015-03-24</date>
<releaseinfo>Version 2.2.17a - March 2015</releaseinfo>
<subtitle>for version 2.2.17a</subtitle>
<date>2015-03-26</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.2.17
:release_version: 2.2.17a
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

6
NEWS
View File

@ -1,3 +1,9 @@
2.2.17a (2014-03-15)
--------------------
Bug fixes
- avoid calling -stringByReplacingOccurrencesOfString:... for old GNUstep runtime
2.2.17 (2015-03-24)
-------------------

View File

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