Skip to content

Debian Changelog openh323 (1.18.0.dfsg-10)

2009

openh323 (1.18.0.dfsg-10) unstable; urgency=low

   [ Patrick Matthäi ]
   * Bumped Standards-Version to 3.8.0.
   * Remove duplicated word in description from libopenh323-dev (the the).
     Thanks lintian.
   * Add description for 03_Makefile.in.dpatch and printon_with_notrace.dpatch.
 
   [ Mark Purcell ]
   * Update Build-Depends: libpt-1.10.10-dev

 -- Mark Purcell <msp@debian.org>  Sat, 25 Apr 2009 21:20:05 +1000

2008

openh323 (1.18.0.dfsg-9) unstable; urgency=low

   * Fix bug where shlibs were very strict on binNMUed versions.
   * Fix syntax error in the simph323.1 manpage.
   * Include forgotten patch backport-vpb-fix to the list of patches to apply
     (00list); this actually fixes the linking against libvpb issue.

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 03 Apr 2008 06:09:48 +0300

openh323 (1.18.0.dfsg-8) unstable; urgency=low

   [ Kilian Krause ]
   * Fix debian/watch to use sf.net (Closes: #453578)
   * Remove symlinks to unused compatibility versions.
 
   [ Faidon Liambotis ]
   * Backport openh323u.mak changes fix from titan that disable unnecessary
     linking against libvpb.
   * Bump Standards-Version to 3.7.3, no changed needed.
   * Remove Jose Carlos Garcia Sogo and Santiago Garcia Mantinan from
     Uploaders.
   * Do not depend on ...-1 versions of binutils and libspeex-dev to ease
     backports. Fixes lintian warning build-depends-on-1-revision.
   * Remove doxygen from Build-Depends-Indep since it's present in
     Build-Depends.
   * Remove debian/backports/{sarge,dapper} since they are obsolete
     distributions.
   * Remove debian/backports/{etch,lenny,sid,edgy,feisty,gutsy} since their
     changes weren't needed anymore.

 -- Faidon Liambotis <paravoid@debian.org>  Tue, 01 Apr 2008 07:15:42 +0300

2007

openh323 (1.18.0.dfsg-7) unstable; urgency=high

   * Fix dh_strip using libopenh323-develop rather than $(PACKAGE)-develop as
     should. (Closes: #442974)
   * Setting high urgency due to fixing RC bug.
   * Remove implicit rules-ignores-make-clean error.
   * Add Homepage field as added in dpkg-dev 1.14.6.

 -- Kilian Krause <kilian@debian.org>  Sat, 22 Sep 2007 12:08:49 +0200

openh323 (1.18.0.dfsg-6) unstable; urgency=low

   * Re-add doxygen to Build-Depends as most of the buildds don't install it if
     it's only in Build-Depends-Indep.

 -- Kilian Krause <kilian@debian.org>  Tue, 11 Sep 2007 19:45:33 +0200

openh323 (1.18.0.dfsg-5) unstable; urgency=low

   [ Faidon Liambotis ]
   * Update to Standards-Version 3.7.2, no changes needed.
   * Use debian/compat instead of DH_COMPAT.
   * Remove doxygen from Build-Deps, since it is part of Build-Deps-Indep.
   * Adapt shlibs to depend on the upstream's version number and not the Debian
     version number, since we don't extend the ABI. This also imitates
     debhelper's behavior.
   * Build-Conflict on libopenh323-1.18.0 since it will FTBFS if present.
   * Drop Build-Conflicts on pre-sarge linux-kernel-headers.
 
   [ Kilian Krause ]
   * Update debian/watch.
   * Update backport hooks.
   * Adjust debhelper build-dep to compat level in debian/compat.

 -- Kilian Krause <kilian@debian.org>  Tue, 11 Sep 2007 17:07:58 +0200

openh323 (1.18.0.dfsg-4) unstable; urgency=high

   * Add myself to Uploaders.
   * Urgency high because of an RC bug fix.
   * Drop the notrace variant and provide the ptrace variant as
     libopenh323-1.18.0. This reverts to the old ABI and the one that the
     libopenh323-dev compiled for. (Closes: #438817)
   * Drop Conflicts/Replaces for liboh323-dev, they are ancient enough.
   * Don't conflict with libopenh323-dev from libopenh323-dev (i.e. itself).

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 23 Aug 2007 11:45:27 +0300

openh323 (1.18.0.dfsg-3) unstable; urgency=low

   * Don't build notrace version with -DPASN_NOPRINTON to fix FTBFS in gnugk.
   * Don't conflict with previous API/ABI version. Move plugins to their own
     namespace. (Closes: #424049)
   * Don't suggest libopenh323-dev (Closes: #369339)
   * Fix Source-Version to binary:Version depends to allow clean binNMUs.
   * Don't ignore make clean error.

 -- Kilian Krause <kilian@debian.org>  Sat, 11 Aug 2007 11:47:38 +0200

openh323 (1.18.0.dfsg-2) unstable; urgency=low

   [ Kilian Krause ]
   * ixjuser.h.dpatch, ixjlid.h.dpatch: Fix compilation without compiler.h
     header (Closes: #428946, #429002, #429007)
   * Build opt and debug versions of library. (Closes: #345512)
 
   [ Mark Purcell ]
   * Patches after discussion with Faidon Liambotis at DebConf7
     - Should use libgsm instead of embedding a copy (Closes: #426681)
     - Should use libspeex instead of embedding a copy (Closes: #426631)

 -- Kilian Krause <kilian@debian.org>  Sat, 21 Jul 2007 11:33:22 +0200

2006

openh323 (1.18.0.dfsg-1) unstable; urgency=high

   [ Kilian Krause ]
   * Correct the versioned dependency to the lib we're building right now to
     overcome problems like #392522. Setting urgency=high, for we're closing an
     RC-bug.
   * Remove IETF drafts and iLBC. Therefore DFSG-repacking. (Closes: #393402)
   * Add get-orig-source target.
   * Minor cleanups to debian/rules like renaming Makefile target to
     config.status and making the autotools target somewhat more violent to
     keep somewhat a consistency among the libs. (Closes: #393647)
   * Build without the xgot hack on mips. Add build-depends causing bintutils
     to be >= 2.17-1 (Closes: #374374)
 
   [ Mark Purcell ]
   * Update debian/watch for numerics

 -- Kilian Krause <kilian@debian.org>  Sun, 22 Oct 2006 13:10:53 +0200

openh323 (1.18.0-2) unstable; urgency=low

   * debian/patches/ixjuser.h: Fix building on Ubuntu.
   * debian/control: Conflict with openh323 1.17.3. (Closes: #359130)
   * debian/rules: Use CURDIR rather than PWD to make sure we can build with
     sudo.

 -- Kilian Krause <kilian@debian.org>  Sun, 16 Apr 2006 22:52:10 +0000

openh323 (1.18.0-1) unstable; urgency=low

   * New upstream release (Atlas_release tag).
   * hushed version.h error message when tarball not yet extracted
   * Removed unneeded dependency on libpt-dbg

 -- Kilian Krause <kilian@debian.org>  Tue, 14 Mar 2006 00:43:23 +0000

openh323 (1.17.4-1) unstable; urgency=low

   * New upstream version (Atlas_devel3) to match with Phobos release of PWLib.
   * debian/rules: fix OPENH323DIR preset in openh323u.mak.

 -- Kilian Krause <kilian@debian.org>  Sat, 18 Feb 2006 18:31:48 +0100

2005

openh323 (1.15.6-3) unstable; urgency=high

   * Fix conflicts to replace last Debian version with old libstc++ API.
     (Closes: #342217)
   * Setting high urgency due to fixing RC bug.

 -- Kilian Krause <kilian@debian.org>  Fri, 9 Dec 2005 23:05:52 +0100

openh323 (1.15.6-2) unstable; urgency=high

   [ Mark Purcell ]
   * Copyright audit to debian/copyright
 
   [ Jose Carlos Garcia Sogo ]
   * Bumped Standards-Version to 3.6.2. No changes needed.
 
   [ Kilian Krause ]
   * Change library name for new libstdc++ transition. (Closes: #339242)
   * Priority high due to fixing RC bug.
   * Remove unneeded legacy symlinks.

 -- Kilian Krause <kilian@debian.org>  Sun, 4 Dec 2005 00:59:25 +0100

openh323 (1.15.6-1) unstable; urgency=low

   * Mimas_patch2 is called 1.15.6. Rebuilding to agree with dh_shlibdeps.

 -- Kilian Krause <kilian@debian.org>  Wed, 14 Sep 2005 18:15:34 +0200

openh323 (1.15.3-5) unstable; urgency=low

   [ Jose Carlos Garcia Sogo ]
   * debian/control: Add libopenh323-1.15.2c2 to the replaces list so Ubuntu
     can be in sync with us again.
 
   [ Kilian Krause ]
   * Update to Mimas_patch2.
   * Move all unneeded symlinks to -dev package where they belong and don't
     conflict no more with libs we don't share files with. (Closes: #320113)

 -- Kilian Krause <kilian@debian.org>  Tue, 13 Sep 2005 20:00:43 +0200

openh323 (1.15.3-4) unstable; urgency=low

   * Build-Depend on the first libpt-dbg version compiled after C++ ABI
     transition. (Closes: #321090)
   * Remove build dependency in g++.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Wed, 3 Aug 2005 22:40:02 +0200

openh323 (1.15.3-3) unstable; urgency=low

   * Upload for GCC4.0 ABI transition.
   * Renamed binary package to libopenh323-1.15.3c2
   * Build-Depends on pwlib (>= 1.8.4-1.1)
   * Applied Mimas_patch1.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Fri, 15 Jul 2005 10:17:19 +0300

openh323 (1.15.3-2) unstable; urgency=low

   * Fixed warnings in autotools target.
   * debian/patches/04_vic_p64.dpatch: fix 64bit issue with gcc-4.0
     (Closes:#287864)
   * debian/patches/05_h261fix.dpatch: fix quality problems with some remote
     endpoints.

 -- Kilian Krause <kk@verfaction.de>  Fri, 4 Mar 2005 01:22:46 +0100

openh323 (1.15.3-1) unstable; urgency=low

   * New upstream release. Codename Mimas.
   * Upload targetted for SID.
   * debian/copyright: Fixed URLs to be voxgratia.org rather than openh323.org.
     The latter isn't updated since a year now.
   * debian/rules: Removed all additional CFLAGS. If any problems remain, we
     want them to be fixed upstream.
   * debian/01_openh323u.mak.in: Updated to include -fPIC -DPIC for shared
     libs.

 -- Kilian Krause <kk@verfaction.de>  Mon, 21 Feb 2005 00:17:39 +0000

2004

openh323 (1.15.2-2) experimental; urgency=low

   * debian/control: fixed build-deps (removed doc++)
   * Compiled against new libpt-1.8.3 package to have correct dependencies.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sat, 18 Dec 2004 12:19:30 +0100

openh323 (1.15.2-1) experimental; urgency=low

   * Jose Carlos:
      + New upstream version (atlas).
      + debian/rules: set OPENH323DIR to /usr/share/openh323 (Closes: #281133)
      + Removed stripped objects from simph323 package.
 
   * Kilian
      + debian/rules: minor cleanups

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Wed, 24 Nov 2004 22:13:52 +0100

openh323 (1.14.4.2-3) experimental; urgency=low

   * Fixed Maintainer filed, hosed by pbuilder.
   * These are the new stable releases. (Closes: #270062)

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sat, 2 Oct 2004 17:31:36 +0200

openh323 (1.14.4.2-2) experimental; urgency=low

   * debian/rules:
     + drop debugshared and debugnoshared make targets
     + make -dbg package to only keep stripped symbols from shared library.
 
   * README.Debian: updated.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Fri, 1 Oct 2004 21:19:32 +0200

openh323 (1.14.4.2-1) experimental; urgency=low

   * Jose Carlos
     + debian/rules:
       - fix linking of fake directory structure in /usr/share/openh323 to real
       location in -dev package. Basically, /usr/share/openh323/include must link
       with /usr/include/openh323.
       - use architecture given by dpkg-architecture, and pass it to configure
       script.
 
     + debian/patches:
       - 10_openh323u.mak: adds a (non standard) variable RELATED_PKG_MAKEFILE
       that related packages including openh323u.mak file in their makefile
       should set to avoid them trying to build openh323 lib themselves.
 
     +debian/control:
       - Added doxygen as Build-Dependency.
 
   * Kilian
     + New upstream update (Pandora RC2)
     + debian/rules:
      - try package before wrapping it up.
      - include audio plugins into main package, as for now there's few point
      including them as one package each. Later we could do a
      libopenh323-codecs-essential or libopenh323-codecs-free when this is
      having more upstream codecs available or supplementary codecs are
      publically available.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Tue, 28 Sep 2004 21:30:28 +0200

openh323 (1.14.4-1) experimental; urgency=low

   * New upstream release.
   * debian/patches:
      - 03_Makefile.in: adjusted to new version.
      - 04_src_Makefile.in,
      - 05_src_speexcodec.cxx,
      - 06_src_mscodecs.cxx,
      - 07_src_gsmcodec.cxx,
      - 08_src_ixjunix.cxx,
      - 09_fastUpdate-fix: no longer needed. Deleted.
      - 00list: adjusted to apply only needed patches.
 
   * debian/rules:
      - install upstream ChangeLog, not a copy in Debian
      - set compatibility to 1.14.4, as this version is not compatible with
      older ones.
 
   * debian/control: change package name to contain new library version.
 
   * debian/ChangeLog: deleted.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sat, 24 Jul 2004 15:28:17 +0200

openh323 (1.13.4-3) unstable; urgency=low

   * Jose Carlos:
      + debian/control:
         - bumped Build-Depends to libsasl2-dev
         - bumped Build-Depends to libpt-dbg (= 1.6.5-3) to avoid problems with
           mixed versions.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sun, 27 Jun 2004 15:45:51 +0200

openh323 (1.13.4-2) unstable; urgency=low

   * Version uploaded to unstable.
   * Maintainer field set to Debian VoIP Team.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Tue, 15 Jun 2004 22:08:19 +0200

openh323 (1.13.4-1) experimental; urgency=low

   * New upstream version.
   * Version number in rules file determined by parsing version.h

 -- Tim Johann <t1m@phrogstar.de>  Fri, 26 Mar 2004 01:57:38 +0100

openh323 (1.13.2-2) experimental; urgency=low

   * adjusted modification of openh323u.mak after building.
   * added versioned dependency of libopenh323-dev on libpt-dev (>= 1.6.3-1).
   * added Build-Conflicts: libopenh323-dev, so that installed lib-symlink
     won't interfere.

 -- Tim Johann <t1m@phrogstar.de>  Sat, 13 Mar 2004 22:58:07 +0100

openh323 (1.13.2-1) experimental; urgency=low

   * New upstream version.

 -- Tim Johann <t1m@phrogstar.de>  Fri, 27 Feb 2004 19:36:10 +0100

openh323 (1.13.1-1) experimental; urgency=low

   * New upstream version.  Closes: #208938.
   * Added Build-Conflicts on linux-kernel-headers (<< 2.5.999-test7-bk-14 ).
     Closes: #222328.

 -- Tim Johann <t1m@phrogstar.de>  Mon, 16 Feb 2004 20:25:02 +0100

2003

openh323 (1.12.2-4) unstable; urgency=low

   * Added patch to fix deadlock problem with openMCU.
   * Standards version 3.6.1 .
   * Removed '-pipe', hopefully to get rid of bug #218841.

 -- Tim Johann <t1m@phrogstar.de>  Tue, 21 Oct 2003 22:28:57 +0200

openh323 (1.12.2-3) unstable; urgency=low

   * added patch to fix identification of cards by nixj driver.
     Closes: #214093

 -- Tim Johann <t1m@phrogstar.de>  Sun, 5 Oct 2003 01:02:43 +0200

openh323 (1.12.2-2) unstable; urgency=low

   * added lines to clean up in samples/simple.
   * readded build deps on debian's libgsm1-dev, libspeex1 and
     libspeex1-dev.  It was a mistake to remove them. closes: #209405
   * put the changes for compilation with the aforementioned external
     libraries into dpatch format.
   * the seperate build of static libs without "-fPIC -PIC" wasn't
     necessary.  Closes: #209151

 -- Tim Johann <t1m@phrogstar.de>  Sat, 13 Sep 2003 00:21:51 +0200

openh323 (1.12.2-1) unstable; urgency=low

   * New upstream version.
   * static libs built without "-fPIC -PIC"

 -- Tim Johann <t1m@phrogstar.de>  Tue, 26 Aug 2003 02:54:21 +0200

openh323 (1.12.0-1) unstable; urgency=low

   * New upstream version.
   * New Maintainer.  Closes: #200472
   * New build uses autoconf
   * Added version.h under /usr/include/openh323 linked
     /usr/share/openh323/version.h to it.  Closes: #198897
   * Added README.Debian
   * Changed naming scheme of the libraries in favour of a simpler one.
     The shared libs now look like libopen323.so.$(SOVERSION).
   * complies standards vesion 3.6.0
   * debhelper version 4 compatibility

 -- Tim Johann <t1m@phrogstar.de>  Sun, 31 Jul 2003 23:14:15 +0200

openh323 (1.11.7-5) unstable; urgency=low

   * Try to fix the building problems on 64 bits.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 16 Apr 2003 17:45:06 +0200

openh323 (1.11.7-4) unstable; urgency=low

   * Build with the nearly fixed speex libs. Closes: #186383.

 -- Santiago Garcia Mantinan <manty@debian.org>  Fri, 4 Apr 2003 17:10:32 +0200

openh323 (1.11.7-3) unstable; urgency=low

   * Build with the new speex libs. Closes: #180105.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 26 Mar 2003 22:22:43 +0100

openh323 (1.11.7-2) unstable; urgency=low

   * Build with IPv6 support.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sun, 16 Mar 2003 23:34:39 +0100

openh323 (1.11.7-1) unstable; urgency=low

   * New upstream version.
   * Applied patch from Jeremy Nimmer, thanks.
     Let's hope this closes #180105.
   * Make index signed. Closes: #182152.
   * Applied cvs patches for h261codec.cxx, h323.cxx & transports.cxx.
   * Reworked the rules as in pwlib.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon, 10 Mar 2003 19:23:02 +0100

openh323 (1.11.4-1) unstable; urgency=low

   * We're moving to GCC 3.2, not tagging as soname has changed.
   * New upstream version. Closes: #172252.
   * New libpt doesn't force 1394. Closes #170478.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sat, 25 Jan 2003 22:30:23 +0100

2002

openh323 (1.9.10-1) unstable; urgency=low

   * New upstream version.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 23 Oct 2002 17:54:10 +0200

openh323 (1.9.3-1) unstable; urgency=low

   * New upstream version.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 10 Jul 2002 12:28:56 +0200

openh323 (1.8.8-1) unstable; urgency=low

   * New upstream version.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon, 27 May 2002 18:45:02 +0200

openh323 (1.8.4-2) unstable; urgency=low

   * Add doc++ to the build-depends.

 -- Santiago Garcia Mantinan <manty@debian.org>  Fri, 19 Apr 2002 17:17:13 +0200

openh323 (1.8.4-1) unstable; urgency=low

   * New upstream version. Packaging was dalayed by pwlib package.
     Closes: #140675.
   * Moved back into main.
   * Removed Damien's dirty hack for inexistant hosts.
   * Added a doc package. Closes: #121788.
   * Changed the description a bit. Closes: #135510.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon, 8 Apr 2002 22:09:14 +0200

openh323 (1.7.4-6) unstable; urgency=low

   * Included a fix for the video reception on netmeeting, now video
     should be smooth. The patch comes from upstream and was submited
     to me by Nicolas, thanks ;-)
   * Fixed upstream urls on their ReadMe. Closes: #126693.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sat, 2 Feb 2002 22:56:34 +0100

2001

openh323 (1.7.4-5) unstable; urgency=low

   * Added a dirty hack from Damien for the segfault on calling
     inexistant hosts.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sat, 15 Dec 2001 11:54:24 +0100

openh323 (1.7.4-4) unstable; urgency=high

   * Change default location for PWLIBDIR to cope with Linux dists
     agreement wich Debian follows. Closes: #121749.
   * Compile with -O0 for alpha, sugested by mhp, thanks.
     Closes: #122198.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sat, 8 Dec 2001 20:24:34 +0100

openh323 (1.7.4-3) unstable; urgency=low

   * Put back that line on the rules that got deleted by error and
     that was stopping autobuilders. Closes: #121174.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon, 26 Nov 2001 22:38:12 +0100

openh323 (1.7.4-2) unstable; urgency=low

   * Updated build-depends. Closes: #120972.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sun, 25 Nov 2001 17:03:03 +0100

openh323 (1.7.4-1) unstable; urgency=low

   * New upstream version.
   * Heavily rewritten, we now allow several versions of the libs to
     be installed and I'll try to guess compatibility info and try to
     state that in the version numbering and shlibs of the package.
   * Reworked the -dbg package, it now has a shared version of the
     debug libs instead of two static identic ones. Fixed some bugs
     that could break compiling with debug activated.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 21 Nov 2001 22:18:31 +0100

openh323 (1.6.1-1) unstable; urgency=high

   * New upstream version.

 -- Santiago Garcia Mantinan <manty@debian.org>  Tue, 4 Sep 2001 10:43:04 +0200

openh323 (1.6.0-3) unstable; urgency=low

   * Upgrade channels.cxx from cvs and fixed it. Closes: #109274.
   * Add -dbg package with debug version of the libs.
   * Removed README.Debian explaining how to build the debug version.

 -- Santiago Garcia Mantinan <manty@debian.org>  Tue, 28 Aug 2001 15:15:41 +0200

openh323 (1.6.0-2) unstable; urgency=low

   * Use DEB_BUILD_OPTIONS for getting the debug version compiled.
     Closes: #109156.
   * Create versioned shlibs.
   * Apply patch to fix StartListener bug. Thanks to Artis and cvs ;-)
   * Link with our libgsm. Thanks to Miguel Rodriguez (migras).
     Closes: #103538.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 22 Aug 2001 13:14:40 +0200

openh323 (1.6.0-1) unstable; urgency=low

   * New upstream version.
   * Moved it to non-US. Closes: #108642.
   * Switched linking way. Closes: #108159.
   * Provide a way to build debug version, explained on README.Debian.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon, 13 Aug 2001 21:48:35 +0200

openh323 (1.5.6-2) unstable; urgency=low

   * Changed the way on wich the source code is compiled.
   * Compiled simple without -fPIC and added -ffunction-sections to the
     libs to solve compilation problems on some archs (like hppa).
   * Execution of built programs still seems to crash under hppa, at least
     on paer.d.o, reports/suggestions on this are welcome.

 -- Santiago Garcia Mantinan <manty@debian.org>  Tue, 7 Aug 2001 18:31:40 +0200

openh323 (1.5.6-1) unstable; urgency=low

   * Added libssl-dev build dependency.
   * Added a small man page for simph323.
   * Moved upstream Readme.txt from liboh323-dev to liboh323v1.
   * New upstream version. Closes: #105407.
   * g++ doesn't complain any more, at least not here. Closes: #103801.
   * Changed description, hope this one is better. Closes: #87129.
   * New maintainer.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon, 6 Aug 2001 12:24:46 +0200

openh323 (1.1pl1-1.1) unstable; urgency=low

   * NMU with permission of Raphael Bossek.
   * Added build dependencies. (closes: #87249, #89181, #92380)

 -- Adrian Bunk <bunk@fs.tum.de>  Tue, 15 May 2001 01:07:20 +0200

openh323 (1.1pl1-1) unstable; urgency=low

   * First upstream version.

 -- Raphael Bossek <bossekr@debian.org>  Tue, 6 Feb 2001 21:31:31 +0100