Ready for releasing 9.7.1

This commit is contained in:
Frank B. Brokken 2013-05-30 10:13:48 +02:00
parent 36587067cc
commit 953d205752
4 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,11 @@
C++-annotations (9.7.1)
* Added changes of 9.7.0 to the Annotations' `what's new' section
* Release 9.7.0 was not published as a separate release.
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 30 May 2013 09:43:34 +0200
C++-annotations (9.7.0)
* Added several new sections about time specification (stl/time, etc.)

View file

@ -1,2 +1,2 @@
SUBST(DOCVERSION)(9.7.0)
SUBST(DOCVERSION)(9.7.1)
SUBST(YEARS)(1994 - 2013)

View file

@ -1,6 +1,10 @@
This section is modified when the first or second part of the version number
changes (and sometimes for the third part as well).
itemization(
it() Version 9.7.0/9.7.1 adds several new sections (about time
specifications, system_error, error_category, error_code, this_thread,
locks) and other sections received a major overhaul (multi-threading,
lambda expressions, the main function).
it() Version 9.6.0 adds a section about tt(noexcept), deprecating
tt(throw) lists. Also the string chapter was updated.
it() Version 9.5.0 adapts the abstract containers to C++11, and adds a new

View file

@ -3,7 +3,7 @@
PROJECT=annotations
VERSION=`grep DOCVERSION ${PROJECT}/yo/version.yo |
sed 's/SUBST(DOCVERSION)(\(.*\))/\1/'`
sed 's/SUBST(DOCVERSION)(\(.*\))/\1/'`
DISTRIBUTION=c++-${PROJECT}-${VERSION} # define the distribution's dir name
@ -27,7 +27,7 @@ case "$1" in
if [ "$1" == "u" ]
then
scp c++-${PROJECT}_${VERSION}.tar.gz \
oosix:ftp/debian/${PROJECT}
oosix.icce.rug.nl:ftp/debian/${PROJECT}
md5sum c++-${PROJECT}_${VERSION}.tar.gz
rm c++-${PROJECT}_${VERSION}.tar.gz
fi