diff options
author | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2011-01-29 00:40:32 +0200 |
---|---|---|
committer | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2011-01-29 00:40:32 +0200 |
commit | a6c7d52dac100d5f9ea97c68e7197f6d41756435 (patch) | |
tree | f8c1e7cf6b87dbb3a3344a557b8e54165f0385ef | |
parent | 68b99ed09a29fa567d0a49789389ba8b545d0226 (diff) |
Version 0.6.5
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 11 insertions, 2 deletions
@@ -7,6 +7,15 @@ recent at the top). See also ChangeLog. +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) ------------------------------------- diff --git a/configure.ac b/configure.ac index 1883be0..890d71f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ([2.59]) m4_define([THIS_PACKAGE],[telepathy-sofiasip]) m4_define([VERSION_MAJOR],[0]) m4_define([VERSION_MINOR],[6]) -m4_define([VERSION_MICRO],[4]) -m4_define([VERSION_NANO],[1]) +m4_define([VERSION_MICRO],[5]) +m4_define([VERSION_NANO],[0]) m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO]) m4_define([THIS_VERSION], |