Verion 1.3.13 v1.3.13
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 26 Oct 2011 18:30:29 +0000 (20:30 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 26 Oct 2011 18:30:29 +0000 (20:30 +0200)
NEWS
configure.ac
debian/changelog
metaproxy.spec
win/makefile

diff --git a/NEWS b/NEWS
index 8fadfd4..a0fdc05 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 1.3.13 2011/10/26
+
+Fix Origin class assigment method; was removd by mistake in 1.3.12.
+
 --- 1.3.12 2011/10/26
 
 zoom: database args x-name=value are passed through to backend database.
index 896c346..1cc3dcf 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.3.12],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.3.13],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
index 6f5029c..cdd40cd 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.3.13-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 26 Oct 2011 20:29:14 +0200
+
 metaproxy (1.3.12-1indexdata) unstable; urgency=low
 
   * Upstream.
index fe4ab16..5723cc9 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Z39.50/SRU router
 Name: metaproxy
-Version: 1.3.12
+Version: 1.3.13
 Release: 1indexdata
 License: GPL
 Group: Applications/Internet
index 5b508a2..6961cb9 100644 (file)
@@ -7,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.3.11
+VERSION=1.3.13
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz