[Inteproxy-commits] r286 - in branches/release-1.0.3: . doc inteproxy packaging/Windows

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Oct 28 18:45:57 CEST 2010


Author: bjoern
Date: 2010-10-28 18:45:54 +0200 (Thu, 28 Oct 2010)
New Revision: 286

Modified:
   branches/release-1.0.3/ChangeLog
   branches/release-1.0.3/doc/InteProxy-de.odt
   branches/release-1.0.3/doc/InteProxy-en.odt
   branches/release-1.0.3/inteproxy/main.py
   branches/release-1.0.3/packaging/Windows/Makefile
Log:
Ajustments and adaptions for the InteProxy Desktop 1.0.3 release.



Modified: branches/release-1.0.3/ChangeLog
===================================================================
--- branches/release-1.0.3/ChangeLog	2010-10-28 15:06:00 UTC (rev 285)
+++ branches/release-1.0.3/ChangeLog	2010-10-28 16:45:54 UTC (rev 286)
@@ -1,3 +1,10 @@
+2010-10-28  Bjoern Schilberg <bjoern at intevation.de>
+
+	* packaging/Windows/Makefile: Adjust version numbers.
+	* inteproxy/main.py: Changed inteproxy_version to "1.0.3".
+	* doc/InteProxy-en.odt, doc/InteProxy-de.odt: Adapted the documentation
+	  for the new 1.0.3.
+
 2010-09-20  Bernhard Herzog  <bh at intevation.de>
 
 	* inteproxy/proxyconnection.py: Removed.  It's no longer used.

Modified: branches/release-1.0.3/doc/InteProxy-de.odt
===================================================================
(Binary files differ)

Modified: branches/release-1.0.3/doc/InteProxy-en.odt
===================================================================
(Binary files differ)

Modified: branches/release-1.0.3/inteproxy/main.py
===================================================================
--- branches/release-1.0.3/inteproxy/main.py	2010-10-28 15:06:00 UTC (rev 285)
+++ branches/release-1.0.3/inteproxy/main.py	2010-10-28 16:45:54 UTC (rev 286)
@@ -20,7 +20,7 @@
                                  MasterWorkerServer,
                                  log_date_time_string)
 
-inteproxy_version = "1.0.1"
+inteproxy_version = "1.0.3"
 
 class DebugLogOut:
 

Modified: branches/release-1.0.3/packaging/Windows/Makefile
===================================================================
--- branches/release-1.0.3/packaging/Windows/Makefile	2010-10-28 15:06:00 UTC (rev 285)
+++ branches/release-1.0.3/packaging/Windows/Makefile	2010-10-28 16:45:54 UTC (rev 286)
@@ -1,6 +1,6 @@
-VERSION_NUMBER=1.0.1  #needs the same format as dist dir, e.g. "dist-x.x.x-svnXXX"
-VERSION_DATE=20100526
-PRODUCTVERSION=1.0.1.0  #needs for version info of installer file (Format: x.x.x.x) = "VIProductVersion" in NSIS Installer
+VERSION_NUMBER=1.0.3  #needs the same format as dist dir, e.g. "dist-x.x.x-svnXXX"
+VERSION_DATE=20101028
+PRODUCTVERSION=1.0.3.0  #needs for version info of installer file (Format: x.x.x.x) = "VIProductVersion" in NSIS Installer
 
 
 all:    # read all input files



More information about the Inteproxy-commits mailing list