release noters and version bump for minor bugfix release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36931 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-07-26 08:57:28 +00:00
parent e5b37b9aa1
commit 5fd8baaec0
4 changed files with 32 additions and 4 deletions

View file

@ -1,3 +1,11 @@
2013-07-26 Richard Frith-Macdonald <rfm@gnu.org>
* Version:
* Documentation/news.texi:
* Documentation/releasenotes.texi:
Make minor bugfix release ... Version 2.6.5
Update release notes/documentation
2013-07-14 Wolfgang Lux <wolfgang.lux@gmail.com>
* configure.ac: Rewrite test whether the compiler supports the

View file

@ -9,14 +9,24 @@
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
@end ifclear
@section Changes in version @samp{2.6.5}
Bugfix for non-fragile ABI test
Bugfix order if include diorectories for system includes
Bugfix equality test for prorocol testing
Added minimal test support for .c and .cc files.
@ifclear ANNOUNCE-ONLY
@section Changes in version @samp{2.6.4}
Test framework extended equality tests.
Android build target
@ifclear ANNOUNCE-ONLY
@section Changes in version @samp{2.6.3}
Minor bugfix release.

View file

@ -4,11 +4,21 @@ The release notes include descriptions of API changes, behavior
changes and other information that might help developers and users
migrate to using a newer version of the make system.
@section Version 2.6.5
Bugfix for non-fragile ABI test
Bugfix order if include diorectories for system includes
Bugfix equality test for prorocol testing
Added minimal test support for .c and .cc files.
@section Version 2.6.4
Test framework enhancement (extended equality tests)
Android built target
Android build target
@section Version 2.6.3

View file

@ -4,6 +4,6 @@
# The version number of this release.
GNUSTEP_MAKE_MAJOR_VERSION=2
GNUSTEP_MAKE_MINOR_VERSION=6
GNUSTEP_MAKE_SUBMINOR_VERSION=4
GNUSTEP_MAKE_SUBMINOR_VERSION=5
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}