Version 1.3.6
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 10 Feb 2011 09:29:14 +0000 (10:29 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 10 Feb 2011 09:29:14 +0000 (10:29 +0100)
25 files changed:
configure.ac
debian/changelog
doc/entities.ent
include/yazproxy/bw.h
include/yazproxy/limit-connect.h
include/yazproxy/module.h
include/yazproxy/proxy.h
src/cdetails.cpp
src/charset-converter.cpp
src/limit-connect.cpp
src/mod_helsinki.cpp
src/mod_sample.cpp
src/modules.cpp
src/msg-thread.cpp
src/msg-thread.h
src/proxyp.h
src/t-server.cpp
src/tstthreads.cpp
src/yaz-bw.cpp
src/yaz-proxy-config.cpp
src/yaz-proxy-main.cpp
src/yaz-proxy.cpp
src/yaz-usemarcon.cpp
win/makefile
yazproxy.spec.in [deleted file]

index 95e4f58..bb74225 100644 (file)
@@ -1,7 +1,7 @@
 dnl This file is part of YAZ proxy
 dnl See the file LICENSE for details.
 AC_PREREQ(2.60)
-AC_INIT([yazproxy],[1.3.5],[adam@indexdata.dk])
+AC_INIT([yazproxy],[1.3.6],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
@@ -37,5 +37,4 @@ AC_OUTPUT([
        doc/common/Makefile
        doc/common/print.dsl
        etc/Makefile
-       yazproxy.spec
 ])
index d0f3cf1..57e8676 100644 (file)
@@ -1,3 +1,9 @@
+yazproxy (1.3.6-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 10 Feb 2011 10:28:01 +0100
+
 yazproxy (1.3.5-1indexdata) unstable; urgency=low
 
   * Upstream.
index b645a4d..4bdb74a 100644 (file)
@@ -4,4 +4,4 @@
 <!ENTITY chap-reference SYSTEM "reference.xml">
 <!ENTITY yaz-proxy-ref SYSTEM "yaz-proxy-ref.xml">
 <!ENTITY app-license SYSTEM "license.xml">
-<!ENTITY copyright-year "1998-2009">
+<!ENTITY copyright-year "1998-2011">
index 6a3d57a..d7ca7e3 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 454ba15..0ba8fc1 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index d238925..46b5bb9 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index b44b42b..c5021f9 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 7a024a6..260676a 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 6eb31c9..9ca704f 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 2473c3d..7e5a1f5 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index bf96b67..aa3a1cf 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index eebdf32..e0ee158 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 689b40d..bd7452f 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 2dfd652..5497aff 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 4cca183..e17307a 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 96db01e..c4569c3 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index df39889..d53cbe4 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 8ca9648..2946886 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 4c99d76..92d73f7 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 47b79b5..55e39ac 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 37441ad..bde5b70 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 930f7c2..bd50ebd 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 72dd3dc..8d8c715 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of YAZ proxy
-   Copyright (C) 1998-2009 Index Data
+   Copyright (C) 1998-2011 Index Data
 
 YAZ proxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
index 0f2aea3..b094e4e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2008 Index Data
+# Copyright (C) 1998-2011 Index Data
 # All rights reserved.
 
 ###########################################################
diff --git a/yazproxy.spec.in b/yazproxy.spec.in
deleted file mode 100644 (file)
index 034e8e3..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-Summary: yazproxy
-Name: yazproxy
-Version: @VERSION@
-Release: 1
-License: GPL
-Group: Applications/Internet
-Vendor: Index Data ApS <info@indexdata.dk>
-Source: yazproxy-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: libyazpp4-devel
-Packager: Adam Dickmeiss <adam@indexdata.dk>
-URL: http://www.indexdata.dk/yazproxy/
-
-%description
-YAZ Proxy application
-
-%package -n libyazproxy2
-Summary: YAZ Proxy libraries
-Group: Libraries
-Requires: libyazpp4
-
-%description -n libyazproxy2
-YAZ Proxy libraries
-
-%package -n libyazproxy2-devel
-Summary: YAZ Proxy development libraries
-Group: Development/Libraries
-Requires: libyazproxy2 = %{version} libyazpp4-devel
-
-%description -n libyazproxy2-devel
-Development libraries and include files for the YAZ proxy.
-
-%prep
-%setup
-
-%build
-
-CFLAGS="$RPM_OPT_FLAGS" \
- ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \
-       --enable-shared --with-yazpp=/usr/bin
-make CFLAGS="$RPM_OPT_FLAGS"
-
-%install
-rm -fr ${RPM_BUILD_ROOT}
-make prefix=${RPM_BUILD_ROOT}/%{_prefix} mandir=${RPM_BUILD_ROOT}/%{_mandir} \
-       libdir=${RPM_BUILD_ROOT}/%{_libdir} install
-rm ${RPM_BUILD_ROOT}/%{_libdir}/*.la
-
-%clean
-rm -fr ${RPM_BUILD_ROOT}
-
-%files
-%defattr(-,root,root)
-%doc README LICENSE
-%{_bindir}/yazproxy
-%{_mandir}/man8/yazproxy.*
-%{_datadir}/yazproxy
-%{_datadir}/doc/yazproxy
-
-%files -n libyazproxy2
-%defattr(-,root,root)
-%{_libdir}/*.so.*
-%{_libdir}/yazproxy
-
-%files -n libyazproxy2-devel
-%defattr(-,root,root)
-%{_includedir}/yazproxy
-%{_libdir}/*.so
-%{_libdir}/*.a
-