summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-10 17:47:06 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-10 17:52:11 -0200
commitf25e522cadf69b1a9dd7cb80184af822968ba988 (patch)
tree8ef57026f494d75e53e491613fd87922218f9e5b /qt4
parenta3ca1fde412bd231f0f583d77d9ecf46ca953b1a (diff)
Prepare release 0.8.0
Diffstat (limited to 'qt4')
-rw-r--r--qt4/CMakeLists.txt6
-rw-r--r--qt4/NEWS10
2 files changed, 12 insertions, 4 deletions
diff --git a/qt4/CMakeLists.txt b/qt4/CMakeLists.txt
index fde0e8d80..254ef847a 100644
--- a/qt4/CMakeLists.txt
+++ b/qt4/CMakeLists.txt
@@ -39,9 +39,9 @@ endif(POLICY CMP0011)
# make the release, tag it
# set nano_version to 1
set(TP_QT4_MAJOR_VERSION 0)
-set(TP_QT4_MINOR_VERSION 7)
-set(TP_QT4_MICRO_VERSION 3)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MINOR_VERSION 8)
+set(TP_QT4_MICRO_VERSION 0)
+set(TP_QT4_NANO_VERSION 0)
# This value contains the library's SOVERSION. This value is to be increased everytime an API/ABI break
# occurs, and will be used for the SOVERSION of the generated shared libraries.
diff --git a/qt4/NEWS b/qt4/NEWS
index 9966e9415..3955dacb0 100644
--- a/qt4/NEWS
+++ b/qt4/NEWS
@@ -1,8 +1,16 @@
-telepathy-qt4 0.7.4 (UNRELEASED)
+telepathy-qt4 0.8.0 (2011-11-10)
================================
The "Make your own vacuum tubes" release.
+This release begins the feature frozen 0.8 stable release series. 0.9 will be
+the new development series.
+0.8 will continue to be backwards compatible API and ABI wise with the earlier
+0.7 development series.
+Starting with 0.9.0 the project will be renamed to telepathy-qt (TelepathyQt) and
+Qt5 support will be added alongside Qt4 support and for that 0.9.0 will be
+API (minor changes) and ABI incompatible with previous versions.
+
Enhancements:
* fd.o #35084: The StreamTubeClient and StreamTubeServer classes have been
added to allow implementing Telepathy Stream Tube connectivity for