[Inteproxy-commits] r221 - in trunk: . apache doc inteproxy packaging/Windows
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 8 16:54:39 CET 2009
Author: sholl
Date: 2009-12-08 16:54:37 +0100 (Tue, 08 Dec 2009)
New Revision: 221
Modified:
trunk/ChangeLog
trunk/apache/README.txt
trunk/doc/InteProxy-de.odt
trunk/doc/InteProxy-en.odt
trunk/inteproxy/main.py
trunk/packaging/Windows/Makefile
Log:
Preparation for the release 1.0.0.
* apache/README.txt: added some requirements for InteProxy Server
installation (in preparation for 1.0.0)
* doc/InteProxy-de.odt, doc/InteProxy-en.odt: updated
documentation to the current state. Remove part of
InteProxy Server again and put the relevant parts into
apache/README.txt. Updated change-History at the end of the
documents.
* packaging/Windows/Makefile, inteproxy/main.py: updated to
Version-number 1.0.0 and release-Date 20091210 (this is also done
in the documents).
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-12-08 14:59:50 UTC (rev 220)
+++ trunk/ChangeLog 2009-12-08 15:54:37 UTC (rev 221)
@@ -1,5 +1,22 @@
2009-12-08 Stephan Holl <stephan.holl at intevation.de>
+ Preparation for the release 1.0.0.
+
+ * apache/README.txt: added some requirements for InteProxy Server
+ installation (in preparation for 1.0.0)
+
+ * doc/InteProxy-de.odt, doc/InteProxy-en.odt: updated
+ documentation to the current state. Remove part of
+ InteProxy Server again and put the relevant parts into
+ apache/README.txt. Updated change-History at the end of the
+ documents.
+
+ * packaging/Windows/Makefile, inteproxy/main.py: updated to
+ Version-number 1.0.0 and release-Date 20091210 (this is also done
+ in the documents).
+
+2009-12-08 Stephan Holl <stephan.holl at intevation.de>
+
* packaging/Windows/installer-options.ini: setting the
Desktop-Link as default.
Modified: trunk/apache/README.txt
===================================================================
--- trunk/apache/README.txt 2009-12-08 14:59:50 UTC (rev 220)
+++ trunk/apache/README.txt 2009-12-08 15:54:37 UTC (rev 221)
@@ -20,6 +20,20 @@
and returns the resource found there to the client.
+Requirements
+------------
+
+Make sure you have configured Apache2 webserver with the following modules
+enabled:
+ - mod_rewrite
+ - mod_authz_host
+ - mod_proxy
+ - mod_proxy_http
+ - mod_ssl
+
+It is recommended to run InteProxy Server in a separate Virtual Host.
+
+
Configuration
-------------
Modified: trunk/doc/InteProxy-de.odt
===================================================================
(Binary files differ)
Modified: trunk/doc/InteProxy-en.odt
===================================================================
(Binary files differ)
Modified: trunk/inteproxy/main.py
===================================================================
--- trunk/inteproxy/main.py 2009-12-08 14:59:50 UTC (rev 220)
+++ trunk/inteproxy/main.py 2009-12-08 15:54:37 UTC (rev 221)
@@ -22,7 +22,7 @@
MasterWorkerServer,
log_date_time_string)
-inteproxy_version = "0.4.1"
+inteproxy_version = "1.0.0"
class DebugLogOut:
Modified: trunk/packaging/Windows/Makefile
===================================================================
--- trunk/packaging/Windows/Makefile 2009-12-08 14:59:50 UTC (rev 220)
+++ trunk/packaging/Windows/Makefile 2009-12-08 15:54:37 UTC (rev 221)
@@ -1,6 +1,6 @@
-VERSION_NUMBER=0.4.1 #needs the same format as dist dir, e.g. "dist-x.x.x-svnXXX"
-VERSION_DATE=20080714
-PRODUCTVERSION=0.4.1.0 #needs for version info of installer file (Format: x.x.x.x) = "VIProductVersion" in NSIS Installer
+VERSION_NUMBER=1.0.0 #needs the same format as dist dir, e.g. "dist-x.x.x-svnXXX"
+VERSION_DATE=20091210
+PRODUCTVERSION=1.0.0.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