[Pywps-commits] r1214 - in tags: . pywps-3.2.1
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 9 17:06:03 CEST 2011
Author: jachym
Date: 2011-09-09 17:06:02 +0200 (Fri, 09 Sep 2011)
New Revision: 1214
Added:
tags/pywps-3.2.1/
Modified:
tags/pywps-3.2.1/ChangeLog
tags/pywps-3.2.1/setup.py
tags/pywps-3.2.1/wps.py
Log:
Releasing new version of PyWPS: 3.2.1
Copied: tags/pywps-3.2.1 (from rev 1211, branches/pywps-3.2)
Modified: tags/pywps-3.2.1/ChangeLog
===================================================================
--- branches/pywps-3.2/ChangeLog 2011-09-09 13:48:29 UTC (rev 1211)
+++ tags/pywps-3.2.1/ChangeLog 2011-09-09 15:06:02 UTC (rev 1214)
@@ -1,6 +1,17 @@
+2011-09-09 Jachym cepicky <jachym at bnhelp.cz>
+ PyWPS 3.2.1
+ New Stable release
+
+ - Fix for UMN MapServer support (vector data)
+ - Fix for Java
+ - Fix for asynchronous mode
+ - Fix in tests for python 2.7
+
+ NOTE: MapServer will need further work
+
2011-09-06 Jachym Cepicky <jachym at bnhelp.cz>
PyWPS 3.2.0
- New stable releas
+ New stable release
- Updated JavaScript client (Which is going to be developed right now by me as well for some other project)
- Introduced base64 data input and output encoding
Modified: tags/pywps-3.2.1/setup.py
===================================================================
--- branches/pywps-3.2/setup.py 2011-09-09 13:48:29 UTC (rev 1211)
+++ tags/pywps-3.2.1/setup.py 2011-09-09 15:06:02 UTC (rev 1214)
@@ -39,7 +39,7 @@
dist = setup(
name = name,
- version = '3.2',
+ version = '3.2.1',
maintainer="Jachym Cepicky",
maintainer_email = 'jachym at les-ejk.cz',
author = 'Jachym Cepicky',
Modified: tags/pywps-3.2.1/wps.py
===================================================================
--- branches/pywps-3.2/wps.py 2011-09-09 13:48:29 UTC (rev 1211)
+++ tags/pywps-3.2.1/wps.py 2011-09-09 15:06:02 UTC (rev 1214)
@@ -32,7 +32,7 @@
$Id: wps.py 871 2009-11-23 14:25:09Z jachym $
"""
-__version__ = "3.2"
+__version__ = "3.2.1"
# Author: Jachym Cepicky
More information about the Pywps-commits
mailing list