Changelog for
libpt-devel-2.10.2-28.1.x86_64.rpm :
Thu Oct 14 14:00:00 2010 vuntzAATTopensuse.org
- Disable the build of the avc plugin, like we did for the dc
plugin: it doesn\'t work with the new libraw1394. We have a
%build_avc define to easily switch this back, and when the build
%is disabled, we make libpt%{_version} obsolete the plugin
%subpackage, to make sure it gets removed from install.
Thu Oct 7 14:00:00 2010 reddwarfAATTopensuse.org
- Add libpt2-2.6.7-missing_links.patch
+ Fixes build with -Wl,--no-undefined
Mon Oct 4 14:00:00 2010 vuntzAATTopensuse.org
- Disable the build of the dc plugin, since we\'re moving to the new
libraw1394 and libdc1394, and the code is not ready for this. We
have a %build_dc define to easily switch this back, and when the
build is disabled, we make libpt%{_version} obsolete the plugin
subpackage, to make sure it gets removed from install.
Wed Jul 28 14:00:00 2010 reddwarfAATTopensuse.org
- Update to version 2.6.7:
+ Add bpp 16 support.
+ IPv6 fixes.
+ Fix build on Solaris.
- Changes from version 2.6.6:
+ Fixed issue when during deletion of a safe object from the last
safe pointer, that safe pointer is again set to NULL, causing
recursion and death.
+ Fix for FreeBSD over GlibC.
+ Fix possible crash when PTLib code accessed by thread not
created by PTlib.
+ Compatibility with newer OpenSSL library.
+ Fixed including tab character as white space for MIME extension
lines.
+ Fixed issue with only HighestPriority threads being boosted,
now both HighPriority and HighestPriority threads will use the
SCHED_RR policy and set the sched_priority field accordingly.
+ Fixed compatibility with pre 2.6.16 Linux kernels.
+ Make sure an error is set on the channel if unsupported WAV
file format used.
+ Build fixes.
- Follow SLPP, and don\'t break ABI changing the soname in a way
that anyway was wrong. This also means libpt2-devel is renamed to
libpt-devel.
- Add pkg-config BuildRequires.
- Add ptlib-pkg_config.patch: this remove abusive link flags from
the pkg-config file. Also remove SDL-devel, libexpat-devel,
openldap2-devel and openssl-devel Requires from devel package.
- Drop libpt2-2.6.2.patch: nobody knew exactly what it did, so
remove it to go back to upstream behavior.
- Drop libpt2-soname.diff: this is what was done wrong and is now
unneede since we follow the shared library packaging policy.
- We can now remove the calls to autoreconf and aclocal thanks to
the removed patches.
- Use %configure macro.
- Reenable ESD support: as it could be useful for PulseAudio.
- Ship the v4l2 plugin by default instead of the v4l plugin.
- Remove static library.
Tue Oct 6 14:00:00 2009 dimstarAATTopensuse.org
- Update to version 2.6.5:
+ Fixed base 64 encoder for strings less than 3 characters long,
+ Fixed failure to use STUN sockets with symmetric NAT
+ The absence of libv4l2 should not block V4L2 plugin
+ Changed default for AVC plug in to be disabled until someone
fixes it.
+ remconn option need config-file option
- Clean spec file using spec-cleaner.
Sun Jul 19 14:00:00 2009 dominique-obsAATTleuenberger.net
- Update to version 2.6.4:
+ Bugfix release.
Tue May 19 14:00:00 2009 dominique-obsAATTleuenberger.net
- Update to version 2.6.2:
+ Bugfix release
+ Rebased patch ptlib2-2.4.2.diff to ptlib2-2.6.2.patch
Wed Apr 29 14:00:00 2009 vuntzAATTnovell.com
- Update to version 2.6.1:
+ This is a major update of ptlib/opal with the following main
features:
- Instant Messaging. Using several different “standards”:
RFC4975, MSRP, T.140, SIP-IM etc etc.
- Much improved support for SIP event handling
(SUBSCRIBE/NOTIFY/PUBLISH) using factories so more event
packages can be added easily.
- Support for SIP “dialog” event package.
- Support for Shared Line Appearance (aka Multiple Line
Appearance, Bridged Line Appearance or Busy Lamp Field)
- Significant improvements in IPv6 support
- Major enhancements to the video rate controller.
- Removal of the old H.263 ffmpeg plug in and enhancement of
the H.263-1998 plug it to take its place.
- H.224 support (H.323 only).
- SBC audio codec plug in.
- G.722 audio codec plug in.
- CELT audio codec plug in.
- SWIG support for use in other languages, Java first.
- Much improved multi-platform sample GUI client, OpenPhone.
Now standard test environment replacing simpleOPAL.
- Add libv4l-devel BuildRequires for the v4l2 plugin.
- Remove part of ptlib-2.4.2.diff which changed P_OEXPAT to
P_EXPAT, which was breaking the expat support from ptlib when
used by opal.
Thu Nov 6 13:00:00 2008 kkeilAATTsuse.de
- do not create include/ptbuildopts.h.in from scratch
This caused configuration errors in ekiga (bnc#440869)
Sun Oct 26 13:00:00 2008 kkeilAATTsuse.de
- update to bugfix release 2.4.2
* Fix static linking for mingw
* Move the defaults so we can overwrite them depending on the
platform
* Finally fix static and dynamic plugins on mingw
* Fixed being able to pass a ip%interface form of address string
to a PIPSocket::Address and it still works correctly, using the
ip part if there
* Fixed correct upper/lower case comparisons as per RFC952
* Make vfw configurable
* STUN was not working with Open NAT
* Fixed incorrect port displayed in trace log for STUN
* Make sure CreateSocketPair also works with open nat
* Allow video file output device to work with new files
* Fixed problem with PSafeCollection destructor deleting objects
even if they still have a PSafePtr referencing them
* Fix compilation without vfw