[Wsplgen-commits] r128 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Sep 17 10:30:13 CEST 2008


Author: mrchip
Date: 2008-09-17 10:30:13 +0200 (Wed, 17 Sep 2008)
New Revision: 128

Modified:
   trunk/HowTo-Release.txt
   trunk/NEWS
Log:
Die neuen Informationen

Modified: trunk/HowTo-Release.txt
===================================================================
--- trunk/HowTo-Release.txt	2008-09-17 08:29:32 UTC (rev 127)
+++ trunk/HowTo-Release.txt	2008-09-17 08:30:13 UTC (rev 128)
@@ -11,9 +11,9 @@
    
    # Set according version number as environment variable
    # Linux
-   $ export WSPLGENVERSION=1.2.4
+   $ export WSPLGENVERSION=1.2.5
    # Windows
-   set WSPLGENVERSION=1.2.4
+   set WSPLGENVERSION=1.2.5
 
 2. Build WSPLGEN
    
@@ -39,13 +39,23 @@
 
    Only proceed if no failures are reported. Else fix the reported bugs.
 
-4. Create a source archive:
+
+4. Cleaning up
+
+   # On Linux
+   $ cd ../src
+   $ make dist-clean
    
+   the executables and the test_results will not be distributed
+   
+
+5. Create a source archive:
+   
    $ cd ../..
    $ svn export https://svn.wald.intevation.org/svn/wsplgen/trunk WSPLGEN-$WSPLGENVERSION
    $ zip -r WSPLGEN-$WSPLGENVERSION-src.zip WSPLGEN-$WSPLGENVERSION
 
-5. Create platform specific binaries
+6. Create platform specific binaries
    
    # On Linux
    $ cd WSPLGEN-$WSPLGENVERSION/bin
@@ -57,17 +67,17 @@
    $ zip -r  ../../WSPLGEN-$WSPLGENVERSION-win32.zip test.exe wsplgen.exe \
    test_daten start_test.bat ../NEWS test_result test_results
 
-6. Create according Documentation:
+7. Create according Documentation:
    
    $ cd ../doc/Dokumentation
    $ make WSPLGEN-Dokumentation.pdf
    $ mv  WSPLGEN-Dokumentation.pdf ../../../WSPLGEN-Dokumentation-$WSPLGENVERSION.pdf
 
-7. Create a new release "1.2.4" on GForge and upload files
+8. Create a new release "1.2.4" on GForge and upload files
    WSPLGEN-1.2.4-win32.zip, WSPLGEN-1.2.4-i386.zip,
    WSPLGEN-Dokumentation-1.2.4.pdf,  WSPLGEN-1.2.4-src.zip
 
-7.1 Tag the release in SVN:
+8.1 Tag the release in SVN:
 
    $ cd ../../../trunk
    $ export YOUR_USERNAME=name
@@ -75,6 +85,6 @@
    svn+ssh://$YOUR_USERNAME@svn.wald.intevation.org/wsplgen/trunk \
    svn+ssh://$YOUR_USERNAME@svn.wald.intevation.org/wsplgen/tags/wsplgen-$WSPLGENVERSION
 
-8. Update versions and URLs on the homepage
+9. Update versions and URLs on the homepage
 
-9. Announce the new release on the mailing lists.
+10. Announce the new release on the mailing lists.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2008-09-17 08:29:32 UTC (rev 127)
+++ trunk/NEWS	2008-09-17 08:30:13 UTC (rev 128)
@@ -10,6 +10,11 @@
 // Read the file COPYING coming with WSPLGEN for details.
 //
 
+Version 1.2.5
+
+	- Der Parameter -NOPROJWARN wurde eingeführt.
+	  Mit ihm kann man Warnungen zu verschiedenen Projektionen ausschalten.
+
 Version 1.2.4
 
 	- Beim Laden der Linien, wird nun auf den Wert NaN (No a Number) getestet und



More information about the Wsplgen-commits mailing list