File opal.changes of Package opal

-------------------------------------------------------------------
Tue Oct  6 15:46:52 CEST 2009 - dimstar@opensuse.org

- Update to version 3.6.6:
  + Fixed failure to increment CSEQ on second INVITE after an
    authorisation request error.

-------------------------------------------------------------------
Sun Sep 13 22:05:07 CEST 2009 - dimstar@opensuse.org

- Forcibly require the version of libpt2 used at buildtime.

-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de

- make patch0 usage consistent

-------------------------------------------------------------------
Sun Jul 19 13:35:40 CEST 2009 - dominique-obs@leuenberger.net

- Update to version 2.6.4:
  + Bugfix release. 

-------------------------------------------------------------------
Tue May 19 22:28:14 CEST 2009 - dominique-obs@leuenberger.net

- Update to version 3.6.2:
  + Bugfix release.

-------------------------------------------------------------------
Wed Apr 29 22:14:39 CEST 2009 - vuntz@novell.com

- Update to version 3.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.
- Update opal-3.4.2.diff: most of it was fixed upstream, a simple
  memset() is left.
- Add opal-system-libgsm.patch to fix detection of system libgsm.
- Add opal-fix-ambiguous.patch to fix some ambiguous code.
- Add capi4linux-devel, libgsm-devel, libsamplerate-devel,
  libtheora-devel, swig BuildRequires.
- Pass --enable-zrtp, --enable-sbc, --enable-ixj, --enable-capi to
  configure.
- Use makeinstall.

-------------------------------------------------------------------
Thu Nov  6 22:09:46 CET 2008 - kkeil@suse.de

- do not create include/opal/buildopts.h.in from scratch
  This caused configuration errors in ekiga (bnc#440869)

-------------------------------------------------------------------
Sun Oct 26 17:26:53 CET 2008 - kkeil@suse.de

- update to bugfix release 3.4.2
  * Fix system speex detection
  * Simplify setting of LIBS and CFLAGS
  * Fix H.261 on solaris
  * Fixed line endings
  * Fixed inclusion of RFC2833 (DTMF) capability in H.323 calls
  * Fixed bug in "C" API when message callback function is used
  * Fixed SIP INVITE loop detection, forked INVITE request arriving
    over multiple paths
  * Removed last vestiges of numerical media types
  * Fixed release of the call when audio channel ends
  * Fix static x264 compilation
  * Fixed several SIP compliance issues
  * Fixed incorrect LID caller line ID field being used for display
    name
  * Adapt to libavcodec's new interface 52
  * Also trigger the presence callback when the NOTIFY body is empty
  * Update wxWidgets version in OpenPhone ReadMe.txt instructions
  * Fixed interoperability issues with Cisco call manager, working
    around an annoying bug with the Cisco
  * Fixed OpenPhone about box
  * Fix H.264 flags to request I-frames thanks to Mauro Davi
  * Improved LID logging so indicates reason why line was not
    selected
  * Added some H.261 and H.263 annexes to H.263
  * Added OpenPhone menu and dialog to do transmit video control, in
    particular, changing the target bit rate
  * Fixed issue with propagating changes to media options to
    transcoders and streams in a patch
  * Added video frame rate to OpenPhone statistics
  * Fixed incorrect line type (pots/pstn) selection
  * Changed ring detect so increments count on "rising edge" of ring
    cadence
  * Fixed numerous retries using the same authentication credentials
  * Fixed listening interfaces port when mapped by STUN being
    included as first interface in the listener list
  * Fixed problem in forked INVITE
  * Change error for a SIP BYE on a call already destroyed
  * Added user defined tone in LIDs
  * Deal with endpoints that use spaces and ; as seperators
  * Fixed being able to specify socket re-use address mode
  * Fix second case where simpleopal tries to use SDL for both output
    and preview video
  * Fixed race condition where if reply from SIP server is so fast
    that it gets in before the second PDU of a forked query
  * Fixed printing of new LID tone
  * Fixed missing party B address when originating PSTN call

-------------------------------------------------------------------
Mon Oct 13 20:38:08 CEST 2008 - kkeil@suse.de

- update to version 3.4.1 needed by ekiga 3.0 (bnc#428117)
  * for detailed changes see Change* in the package

-------------------------------------------------------------------
Fri Oct  5 20:24:47 CEST 2007 - kkeil@suse.de

- readd opal-C-fix.diff it was only partly upstream

-------------------------------------------------------------------
Wed Sep 19 19:30:47 CEST 2007 - mauro@suse.de

- Update to 2.2.11 to make ekiga (for gnome 2.20) happy. 

-------------------------------------------------------------------
Mon Jul  9 16:00:48 CEST 2007 - kkeil@suse.de

- change library name to make rpmlint happy (#290347)

-------------------------------------------------------------------
Sat May  5 15:51:47 CEST 2007 - kkeil@suse.de

- removed additional "-fstack-protector" from OPTCCFLAGS it is
  already in RPM_OPT_FLAGS

-------------------------------------------------------------------
Tue Apr 24 10:59:38 CDT 2007 - maw@suse.de

- Update to version 2.2.8
  - bugfix release

-------------------------------------------------------------------
Wed Feb 14 23:58:52 CET 2007 - kkeil@suse.de

- downgrade to stable 2.2.5 version

-------------------------------------------------------------------
Mon Oct 23 23:45:19 CEST 2006 - kkeil@suse.de

- clean up undefined C code (#213075)

-------------------------------------------------------------------
Wed Oct 11 13:17:18 CEST 2006 - sbrabec@suse.cz

- Fixed invalid SIP header response quotation. Fixes problems with
  registration on certain servers.

-------------------------------------------------------------------
Fri Sep 29 14:11:47 CEST 2006 - kkeil@suse.de

- fix double response frames (patch from sbrabec@suse.cz)
- updates from current stable to handle reinvites better

-------------------------------------------------------------------
Wed Sep  6 13:11:07 CEST 2006 - kkeil@suse.de

- delete optional GPL file before build to avoid license issues
  (#202829)

-------------------------------------------------------------------
Thu Aug 10 16:29:12 CEST 2006 - sbrabec@suse.cz

- Reduced BuildRequires.

-------------------------------------------------------------------
Thu Aug 10 10:37:53 CEST 2006 - kkeil@suse.de

- first version (2.3.1) for autobuild

openSUSE Build Service is sponsored by