summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2011-09-06 18:29:31 +0300
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2011-09-06 18:29:31 +0300
commit6788ab7db83b4677fc2d1d999d440b640354e861 (patch)
tree732ca390f294ea528575f09d1626082391bb823d
parentbfbf7a111a195cc2e4028c2f537cff29155f880b (diff)
The NEWS file is updated with the history of 0.6.x releases from the telepathy-sofiasip-0.6 branch.
-rw-r--r--NEWS89
-rw-r--r--configure.ac4
2 files changed, 81 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 994e530..7631b14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,28 @@
-===========================
-NEWS for telepathy-sofiasip
-===========================
+========================
+NEWS for telepathy-rakia
+========================
-List of changes in each public release of telepathy-sofiasip (most
-recent at the top).
+List of changes in each public release of Telepathy-Rakia,
+formerly known as Telepathy-SofiaSIP (most recent at the top).
See also ChangeLog.
+telepathy-rakia 0.7.2 (2011-09-06)
+----------------------------------
+
+The "Correcting People" release.
+
+News and enhancements:
+
+- The project is renamed to Telepathy-Rakia.
+- Updated Channel.Interface.DTMF implementation to spec 0.21.3.
+ * This means dialstrings!
+- Improved and slightly optimized logging.
+- Added Messages properties to immutable properties.
+
+This release also includes fixes and enhancements done to the stable
+telepathy-sofiasip releases up to version 0.6.8.
+
telepathy-sofiasip 0.7.1 (2011-02-01)
-------------------------------------
@@ -25,11 +41,6 @@ New features:
compliant with the SIP specification to provide sufficient uniqueness.
- Authentication channels implemented as a simple password challenge.
-Bugfixes:
-
-- Reject incoming calls from the same URI as the local user, rather than
- crashing apologetically (fd.o #33716).
-
Other enhancements:
- Test suite pulled up to Gabble standards.
@@ -52,6 +63,64 @@ The "Fermentation Vat No. 78" release.
- Depends on telepathy-glib 0.12.0 now.
- Improvements in session state and signalling.
+Changes in release 0.6.8 (2011-06-14)
+-------------------------------------
+
+The "homage to World's Toughest Fixes" release.
+
+- Refactored handling of local codec information to avoid excessive re-INVITEs
+- Remove non-intersecting local codecs from any further SDP
+ negotiations (fd.o #30434).
+
+Changes in release 0.6.7 (2011-05-23)
+-------------------------------------
+
+The "boarding up" release.
+
+- Verify the validity of TLS certificates presented by SIP connection peers.
+ This change is disruptive: it relies on root CA certificates being available
+ to sofia-sip in the default verification path ``~/.sip/auth`` or file
+ ``~/.sip/auth/cafile.pem``, or sofia-sip changed to use OpenSSL library
+ defaults for verification path (sf.net #3306245).
+ The connection parameter "ignore-tls-errors" is added to disable
+ verification.
+- Choose keepalive timing to make the iphb heartbeat synchronize with the
+ other applications. (fd.o #37354)
+- Omission of parameter 'keepalive-interval' does not mean disabled keepalives.
+ A default defined by sofia-sip is used instead.
+- More client-friendly behavior for connection parameter 'discover-stun':
+ if set to TRUE, overrides 'stun-server'; by default discovery is performed if
+ 'stun-server' is not set. (fd.o #34227)
+- If the home domain is given as an IP address, don't try to perform
+ SRV lookups on it.
+- Requires sofia-sip >= 1.12.11.
+- Requires iphb >= 0.61.31, if used.
+
+Changes in release 0.6.6 (2011-02-01)
+-------------------------------------
+
+The "Multiple Personality Communications Disorder" release.
+
+- Reject incoming calls from the same URI as the local user, rather than
+ crashing apologetically (fd.o #33716).
+
+Changes in release 0.6.5 (2011-01-29)
+-------------------------------------
+
+The "make buildable" release.
+
+- Changed the type of the size parameter to gssize in tpsip_unquote_string().
+- Bugs fixed:
+ - fd.o #31720 - stop using tp_get_bus()
+
+Changes in release 0.6.4 (2010-08-27)
+-------------------------------------
+
+The "stretched thin" release.
+
+- Fix a thinko preventing proper declining of incoming calls with
+ informative statuses like 603 Decline.
+
Changes in release 0.6.3 (2010-06-21)
-------------------------------------
diff --git a/configure.ac b/configure.ac
index 7bd4208..c666211 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ AC_PREREQ([2.59])
m4_define([THIS_PACKAGE],[telepathy-rakia])
m4_define([VERSION_MAJOR],[0])
m4_define([VERSION_MINOR],[7])
-m4_define([VERSION_MICRO],[1])
-m4_define([VERSION_NANO],[1])
+m4_define([VERSION_MICRO],[2])
+m4_define([VERSION_NANO],[0])
m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO])
m4_define([THIS_VERSION],