From ddcae9f132619a15d85af629910c92cd1ac261ba Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 26 Mar 2015 13:57:58 -0400 Subject: [PATCH] Updates for the release --- ChangeLog | 21 +++++++++++++++++++ Documentation/docinfo.xml | 6 +++--- .../includes/global-attributes.asciidoc | 2 +- NEWS | 6 ++++++ Version | 2 +- 5 files changed, 32 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26aaadc7f..8c90ec341 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +commit f11bcd3373f39967b870f8d8f3358759a6221b62 +Author: Ludovic Marcotte +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 +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 Date: Tue Mar 24 08:40:13 2015 -0400 diff --git a/Documentation/docinfo.xml b/Documentation/docinfo.xml index de0e62990..5a83383db 100644 --- a/Documentation/docinfo.xml +++ b/Documentation/docinfo.xml @@ -1,7 +1,7 @@ -Version 2.2.17 - March 2015 -for version 2.2.17 -2015-03-24 +Version 2.2.17a - March 2015 +for version 2.2.17a +2015-03-26 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". diff --git a/Documentation/includes/global-attributes.asciidoc b/Documentation/includes/global-attributes.asciidoc index adfcd8484..815d94e72 100644 --- a/Documentation/includes/global-attributes.asciidoc +++ b/Documentation/includes/global-attributes.asciidoc @@ -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: diff --git a/NEWS b/NEWS index 3d6177b36..df8209afb 100644 --- a/NEWS +++ b/NEWS @@ -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) ------------------- diff --git a/Version b/Version index e9b904350..e7b91ec62 100644 --- a/Version +++ b/Version @@ -4,4 +4,4 @@ MAJOR_VERSION=2 MINOR_VERSION=2 -SUBMINOR_VERSION=17 +SUBMINOR_VERSION=17a