From: Adam Dickmeiss Date: Wed, 4 Apr 2012 11:40:27 +0000 (+0200) Subject: Version 1.3.28 X-Git-Tag: v1.3.28 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=883183d05fc355a22f2c4b69d54029518df6840f Version 1.3.28 --- diff --git a/IDMETA b/IDMETA index a3a2bf6..7011884 100644 --- a/IDMETA +++ b/IDMETA @@ -1,3 +1,3 @@ DEBIAN_DIST="wheezy squeeze lenny" UBUNTU_DIST="oneiric natty maverick lucid" -VERSION=1.3.27 +VERSION=1.3.28 diff --git a/NEWS b/NEWS index eb2ed66..f0beb08 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.3.28 2012/04/04 + +New class, wrbuf, that wraps YAZ' WRBUF. + --- 1.3.27 2012/03/30 Metaproxy daemon is now running as user "metaproxy". This user is diff --git a/debian/changelog b/debian/changelog index d59f33b..f0fe8fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.28-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 04 Apr 2012 13:38:29 +0200 + metaproxy (1.3.27-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index c5713b7..e94b1fa 100755 --- a/debian/rules +++ b/debian/rules @@ -102,7 +102,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libmetaproxy4 (>= 1.3.18)' + dh_makeshlibs -V 'libmetaproxy4 (>= 1.3.28)' dh_installdeb dh_shlibdeps -l debian/libmetaproxy4/usr/lib dh_gencontrol diff --git a/win/makefile b/win/makefile index af059dc..3c48fc3 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.27 +VERSION=1.3.28 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz