2009
libosip2 (3.3.0-1) unstable; urgency=low
* New upstream release
- libosip2 transition
* Cleanup Uploaders: (Closes: #508850)
* Upstream includes ignore-debian-Makefile.in.patch
-- Mark Purcell <msp@debian.org> Sun, 08 Mar 2009 15:36:40 +1100
2008
libosip2 (3.2.0-1) experimental; urgency=low
* New upstream release [ Patrick Matthäi ] * Bumped to Standards-Version 3.8.0. * Removed some more useless whitespaces at EOL in debian/control. [ Mark Purcell ] * NEW package libosip2-4 to match upstream soname * Add uclean(1) call to get-orig-source target * Add manpage-section-mismatch.patch
-- Mark Purcell <msp@debian.org> Sat, 15 Nov 2008 22:11:57 +1100
libosip2 (3.1.0-1) unstable; urgency=low
* New upstream release
[ Kilian Krause ]
* Update Maintainer to Debian VoIP Team.
[ Mark Purcell ]
* Cleanup get-orig-source VARS
* Ran uclean(1) over .orig.tar.gz
* Ignore upstream debian/Makefile.in
- ignore-debian-Makefile.in.patch
* Bump packagename to libosip2-3deb (libosip2-3 is used in etch)
- package-name-doesnt-match-sonames libosip2-3
- Conflicts: Replaces: etch libosip3 (<< 3.0) same soname
* Remove debian/dirs - lintian: package-contains-empty-directory
-- Mark Purcell <msp@debian.org> Fri, 18 Apr 2008 16:04:23 +1000
2007
libosip2 (3.0.3-2-1) unstable; urgency=low
* New Upstream Release
[ Mikael Magnusson ]
* Fix debian/rules print-version and get-orig-source
[ Mark Purcell ]
* Bump soname (backwards libosip2-2)
- linphone-nox: nox client fails to start (Closes: #439196)
- libosip2-3: package-name-doesnt-match-sonames libosip2-2
(Closes: #439600)
* linda: debhelper.mk needs Build-Depends: (>= 4.1.0)
* Dump Provides:/ Conflicts: libosip2feature209 not used in Debian
* Add Conflicts: libosip2-3 (>> 3.0) for missed soname bump
-- Mark Purcell <msp@debian.org> Fri, 31 Aug 2007 22:02:47 +0100
libosip2 (3.0.3-2) unstable; urgency=low
* Build-Depends: cdbs
-- Mark Purcell <msp@debian.org> Sun, 19 Aug 2007 12:27:34 +0100
libosip2 (3.0.3-1) unstable; urgency=low
* New upstream release (Closes: #421509) [ Kilian Krause ] * debian/control: - Import into pkg-voip. - Use binary:Version stanza to allow clean binNMUs. Bump to dpkg-dev (>= 1.13.19) * debian/watch: Update. [ Mark Purcell ] * libosip2-dev Recommends: pkg-config * Switch to cdbs * Ack NMU - libosip2-dev: libosip2.pc is missing (Closes: #328825) - libosip2-3: please provide osip.1 upstream man page (Closes: #366037) - Link in description doesn't exist (Closes: #352251) * Add Build-Depends: docbook-to-man to generate osip(1) * Add Build-Depends: autotools-dev * move osip.1 to -dev package, allows future upgrades of libs
-- Mark Purcell <msp@debian.org> Sun, 19 Aug 2007 11:43:12 +0100
2006
libosip2 (2.2.2-3.1) unstable; urgency=low
* Non-maintainer upload.
* BTS old bugs:
+ Include libosip2.pc in -dev package (Closes: #328825)
+ Link libosip2.so.3.0.0 against libpthread.so (Closes: #356330)
+ Fix Links in debian/control: fsf.org => gnu.org (Closes: #352251)
* Remove debian/*.ex files (Closes: #366036).
* Remove debian/libosip2.* files.
* switch to dh_install in debian/rules:
+ enable --list-missing to catch non installed files (like osip.1).
+ .files/.install were not in sync.
* Also bump Standards-Version to 3.6.2.
* Install upstream man page osip.1 (Closes: #366037).
* Fix FSF address in debian/copyright.
* Make debian/copyright complete (missing copyright statement for
osip_md5.{h,c}) (Closes: #366034).
-- Pierre Habouzit <madcoder@debian.org> Wed, 24 May 2006 22:04:05 +0200
libosip2 (2.2.2-3) unstable; urgency=medium
* Revert NMU
-- Anand Kumria <wildfire@progsoc.org> Tue, 18 Apr 2006 13:44:28 +1000
2005
libosip2 (2.2.2-2) unstable; urgency=low
* Change Build-Dep to automake1.8 (Closes: #335134)
-- Anand Kumria <wildfire@progsoc.org> Sat, 31 Dec 2005 13:07:36 +1100
libosip2 (2.2.2-1) unstable; urgency=low
[ Aymeric MOIZARD ] * parser speed improvements * replace mutex with critical section on windows for performance. * fix a bug in the parser for empty header (also store empty Accept header) * improve mime support. * improve sipfrag support. * add NULL checks (uris...). * patch for PSOS support. [ ARAKI Yasuhiro ] * new upstream release.
-- ARAKI Yasuhiro <ar@debian.org> Wed, 21 Dec 2005 18:36:25 +0900
libosip2 (2.2.1-1) unstable; urgency=low
* fix a potential mem leak content_type and osip_message_parse.
* fix osip_body_clone method (add terminating NULL)
* fix for binary support when multipart is used.
* automatic check for reliable protocol SCTP and TLS.
* avoid <winsock.h> inclusion so user can (and must) now include either
<winsock.h> or <winsock2.h> before including <osip/osip2.h>
-- Aymeric MOIZARD <jack@atosc.org> Tue, 12 Jul 2005 13:04:32 +0100
libosip2 (2.2.0+2.2.1pre4-2) unstable; urgency=low
* Maintainer change: Anand Kumria <wildfire@progsoc.org> to ARAKI Yasuhiro <ar@debian.org>.
-- ARAKI Yasuhiro <ar@debian.org> Mon, 25 Apr 2005 14:11:33 +0900
libosip2 (2.2.0+2.2.1pre4-1) unstable; urgency=low
* New upstream release
* fix osip_body_clone doesn't NULL terminate the copied body.
Reported by Mikael Magnusson. (Close: #305729)
* Maintainer change: Anand Kumria <wildfire@progsoc.org> to ARAKI Yasuhiro
<ar@debian.org>.
-- ARAKI Yasuhiro <ar@debian.org> Fri, 22 Apr 2005 15:33:12 +0900
libosip2 (2.2.0-1) unstable; urgency=low
* remove #ifdef OSIP_RETRANSMIT_2XX to always compile it. * initialize remote_contact_uri when dialog is built with notify. * allow very short attachements. * new macros allocators. * remove use of alloca in the parser. * fix memory bug when realloc is needed on large message. * remove useless prototypes. * fix memory access in parser. * API slightly broken to enable support for binary data. * improvements of the sip message test suite. * ABI change to 3
-- ARAKI Yasuhiro <ar@debian.org> Fri, 4 Feb 2005 14:46:08 +0900
2004
libosip2 (2.0.9-2) unstable; urgency=low
* fix for ABI change (close: #285079)
-- ARAKI Yasuhiro <ar@debian.org> Sat, 11 Dec 2004 15:20:14 +0900
libosip2 (2.0.9-1) unstable; urgency=low
* New upstream release
-- ARAKI Yasuhiro <ar@debian.org> Thu, 9 Dec 2004 18:09:09 +0900
libosip2 (2.0.6-2) unstable; urgency=low
* fix: lack "libosip2.so" install for libosip2-dev.
-- ARAKI Yasuhiro <ar@debian.org> Tue, 23 Mar 2004 15:29:12 +0900
libosip2 (2.0.6-1) unstable; urgency=low
* New upstream release (close: #238263) * Co-maintainer add: ARAKI Yasuhiro <ar@debian.org>
-- ARAKI Yasuhiro <ar@debian.org> Thu, 18 Mar 2004 11:56:11 +0900
2003
libosip2 (2.0.5-2) unstable; urgency=low
* Build depend on automake1.6 too
-- Anand Kumria <wildfire@progsoc.org> Sun, 28 Dec 2003 13:17:07 +1100
libosip2 (2.0.5-1) unstable; urgency=low
* New upstream release (and change of source name)
* For the life of me I couldn't see what the patch
was but I believe this will fix the problem (closes: #215606, 219421)
-- Anand Kumria <wildfire@progsoc.org> Sat, 27 Dec 2003 11:07:33 +1100
osip (2.0.4-1) unstable; urgency=low
* New upstream release
-- Anand Kumria <wildfire@progsoc.org> Sun, 11 Oct 2003 05:17:51 +1000
osip (2.0.1.2-1) unstable; urgency=low
* Initial Release.
-- Anand Kumria <wildfire@progsoc.org> Tue, 30 Sep 2003 16:09:51 +1000