diff options
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | README.sourceforge | 14 |
2 files changed, 15 insertions, 5 deletions
@@ -1,3 +1,9 @@ + New in CppUnit 1.6.1 + -------------------- + +* This is a bug-fixing release. + + New in CppUnit 1.6.0 -------------------- diff --git a/README.sourceforge b/README.sourceforge index 53c5ed9..1d6b213 100644 --- a/README.sourceforge +++ b/README.sourceforge @@ -4,19 +4,20 @@ * create files to distribute and copy them to sourceforge make distcheck - make doc + make doc-dist scp cppunit*tar.gz <account>@cppunit.sourceforge.net: * ftp the files to sourceforge; did this from the sourceforge shell account because my home machine is masqueraded (a.k.a. NATed) - ftp uploads + ftp upload cd incoming mput cppunit*tar.gz -* go through the file release process +* go through the file release process: select "Admin", then + "Edit/Add File Releases" - name of release is version number @@ -29,6 +30,9 @@ tar xzf ~/cppunit-docs-$(newversion).tar.gz -*** for the 1.6.0 release, the file cookbook was not in the docs - tarball. This needs to be corrected. +* tag the CVS sources for release x.y.z + cvs tag REL_x_y_z + + +* bump the version in configure.in and commit the change |
