Towards 2.0.30.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 3 Jan 2005 13:28:35 +0000 (13:28 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 3 Jan 2005 13:28:35 +0000 (13:28 +0000)
LICENSE
NEWS
README
configure.in
debian/changelog
debian/rules
include/yaz/yaz-version.h

diff --git a/LICENSE b/LICENSE
index 7727c4a..b6f924d 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (c) 1995-2005, Index Data.
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
diff --git a/NEWS b/NEWS
index db1767f..c884791 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
 Possible compatibility problems with earlier versions marked with '*'.
 
+--- 2.0.30 2005/01/03 
+
 Modified the YAZ logging system. The LOG level defines use YLOG_ prefix
 instead of LOG_, due to name clash with syslog(3). LOG_ are still
 present. New applications should define YAZ_USE_NEW_LOG=1 - this
 Modified the YAZ logging system. The LOG level defines use YLOG_ prefix
 instead of LOG_, due to name clash with syslog(3). LOG_ are still
 present. New applications should define YAZ_USE_NEW_LOG=1 - this
diff --git a/README b/README
index 3b3a860..27938de 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-YAZ toolkit - $Id: README,v 1.46 2004-05-10 07:48:56 adam Exp $
+YAZ toolkit - $Id: README,v 1.47 2005-01-03 13:28:35 adam Exp $
 
 
-Copyright (C) 1995-2004, Index Data ApS.
+Copyright (C) 1995-2005, Index Data ApS.
 See the file LICENSE for details.
 
 The primary output of the source here is the YAZ library, which
 See the file LICENSE for details.
 
 The primary output of the source here is the YAZ library, which
index 23973e6..4b16380 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1994-2004
 dnl See the file LICENSE for details.
 dnl YAZ Toolkit, Index Data 1994-2004
 dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.162 2004-12-20 23:36:13 adam Exp $
+dnl $Id: configure.in,v 1.163 2005-01-03 13:28:35 adam Exp $
 AC_INIT(include/yaz/yaz-version.h)
 AC_INIT(include/yaz/yaz-version.h)
-AM_INIT_AUTOMAKE(yaz, 2.0.29)
+AM_INIT_AUTOMAKE(yaz, 2.0.30)
 AM_MAINTAINER_MODE
 dnl
 AC_SUBST(READLINE_LIBS)
 AM_MAINTAINER_MODE
 dnl
 AC_SUBST(READLINE_LIBS)
index 62123cd..ed2b9ad 100644 (file)
@@ -1,8 +1,14 @@
+yaz (2.0.30-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon,  3 Jan 2005 14:27:36 +0100
+
 yaz (2.0.28-1) unstable; urgency=low
 
   * Upstream.
 
 yaz (2.0.28-1) unstable; urgency=low
 
   * Upstream.
 
- -- Adam Dickmeiss <adam@peanut.index>  Tue,  9 Nov 2004 21:34:03 +0100
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue,  9 Nov 2004 21:34:03 +0100
 
 yaz (2.0.26-2) unstable; urgency=low
 
 
 yaz (2.0.26-2) unstable; urgency=low
 
index 0e85352..37b38af 100755 (executable)
@@ -104,7 +104,7 @@ binary-arch: build install
        dh_fixperms
 #      dh_perl
 #      dh_python
        dh_fixperms
 #      dh_perl
 #      dh_python
-       dh_makeshlibs -V 'libyaz (>= 2.0.27)'
+       dh_makeshlibs -V 'libyaz (>= 2.0.29)'
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz/usr/lib
        dh_gencontrol
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz/usr/lib
        dh_gencontrol
index ef960ea..d5601f3 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 1995-2004, Index Data.
  * See the file LICENSE for details.
  *
  * Copyright (c) 1995-2004, Index Data.
  * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.55 2004-11-10 09:26:43 adam Exp $
+ * $Id: yaz-version.h,v 1.56 2005-01-03 13:28:36 adam Exp $
  */
 
 /**
  */
 
 /**
@@ -13,8 +13,8 @@
 
 #include <yaz/yconfig.h>
 
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "2.0.29"
-#define YAZ_VERSIONL 0x02001D
+#define YAZ_VERSION "2.0.30"
+#define YAZ_VERSIONL 0x02001E
 
 #define YAZ_DATE 1
 
 
 #define YAZ_DATE 1