[Osaas-commits] r76 - in trunk: . packaging/rpm

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Mar 22 16:15:47 CET 2010


Author: sholl
Date: 2010-03-22 16:15:46 +0100 (Mon, 22 Mar 2010)
New Revision: 76

Modified:
   trunk/ChangeLog
   trunk/packaging/rpm/osaas-suse10.3-gp.spec
Log:
* packaging/rpm/osaas-suse10.3-gp.spec: Updated to reflect the
changes made from r65 to r75 which fixes Issue94.



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-03-19 19:01:30 UTC (rev 75)
+++ trunk/ChangeLog	2010-03-22 15:15:46 UTC (rev 76)
@@ -1,3 +1,8 @@
+2010-03-22  Stephan Holl  <stephan.holl at intevation.de>
+
+	* packaging/rpm/osaas-suse10.3-gp.spec: Updated to reflect the
+	changes made from r65 to r75 which fixes Issue94.
+
 2010-03-19  Bernhard Herzog  <bh at intevation.de>
 
 	* server/demo-config.xml: Replace the responsetime field with the

Modified: trunk/packaging/rpm/osaas-suse10.3-gp.spec
===================================================================
--- trunk/packaging/rpm/osaas-suse10.3-gp.spec	2010-03-19 19:01:30 UTC (rev 75)
+++ trunk/packaging/rpm/osaas-suse10.3-gp.spec	2010-03-22 15:15:46 UTC (rev 76)
@@ -1,6 +1,6 @@
 %define PACKAGE_NAME osaas-server
 %define PACKAGE_VERSION 1.0.0
-%define release 4+gp
+%define release 5+gp
 %define DIST opensuse-10.3
 %define _prefix /opt/gispatcher
 %define osaasdir %{_prefix}/osaas-server  
@@ -120,6 +120,13 @@
 %exclude  %{osaasdir}/server/test
 
 %changelog
+* Mon Mar 22 2010 Stephan Holl <stephan.holl at intevation.de>
+- Implemented logging of request-durations (#Issue94). This requires
+  updating the database-schema of current releases depending on used
+  schema. The columns startime and endtime will be added, the column
+  responsetime will no longer be used. Make sure that you also have
+  installed a decent OSAAS-client compiled into owsproxy. This is done
+  within RPM-package >= deegree-owsproxy-2.3pre-2gp
 * Mon Feb 10 2010 Stephan Holl <stephan.holl at intevation.de>
 - fixes geospatial/issue30: Reconnecting to postgreSQL when
   postgreSQL-Server dies.



More information about the Osaas-commits mailing list