~ubuntu-branches/ubuntu/jaunty/ekiga/jaunty-updates

« back to all changes in this revision

Viewing changes to lib/gmconf/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-09-06 12:28:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060906122803-eelqp8ca9rvp23vc
Tags: 2.0.3-0ubuntu1
* New upstream release:
  - Prevent infinite loop in the RTP session handler when being unable to
    write to the control port.
  - Check for Expires header if not present in SIP contact field.
  - Added HINTS for Logitech Quickcam Communicate.
  - Allow '*', '+' and '#' to appear in user names in the accounts dialog.
  - Fixed call forwarding on no answer.
  - Fixed delay after which an incoming call is rejected.
  - Fixed call numbers inserted in the URL bar at the wrong place thanks.
  - When executing the NAT test, and STUN is not suitable, remove the
    current STUN setting instead of leaving it as is.
  - Fixed possible crash on call release.
  - Always limit the number of retries in case of registration failure.
  - Added support for the opaque attribute when authenticating.
  - Added support for qop authentication.
  - Fixed video suspend.
  - Fixed crash when avahi is disabled for users (Malone: #50708)
* debian/control.in:
  - bumped libpt-dev and libopal-dev Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
CTAGS = ctags
75
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76
76
ACLOCAL = @ACLOCAL@
 
77
ALL_LINGUAS = @ALL_LINGUAS@
77
78
AMDEP_FALSE = @AMDEP_FALSE@
78
79
AMDEP_TRUE = @AMDEP_TRUE@
79
80
AMTAR = @AMTAR@
89
90
CC = @CC@
90
91
CCDEPMODE = @CCDEPMODE@
91
92
CFLAGS = @CFLAGS@
92
 
CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
93
93
CPP = @CPP@
94
94
CPPFLAGS = @CPPFLAGS@
95
95
CXX = @CXX@
161
161
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
162
162
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
163
163
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
164
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
164
165
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
165
166
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
166
167
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@