diff options
author | Gustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk> | 2011-05-04 10:56:31 -0700 |
---|---|---|
committer | Gustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk> | 2011-05-04 10:56:31 -0700 |
commit | 28765c4cadb47b2b0575a3ccf6e706090b9c6cf4 (patch) | |
tree | 33ee5369c4c65ce162e964981b6830a4eeed07db | |
parent | a2ba453a114568d4ce368caf76ab9b3180bbea1e (diff) |
Prepare release 0.1.4telepathy-qt4-yell-0.1.4
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 211517b..e55913d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,8 +40,8 @@ endif(POLICY CMP0011) # set nano_version to 1 set(TP_QT4_YELL_MAJOR_VERSION 0) set(TP_QT4_YELL_MINOR_VERSION 1) -set(TP_QT4_YELL_MICRO_VERSION 3) -set(TP_QT4_YELL_NANO_VERSION 1) +set(TP_QT4_YELL_MICRO_VERSION 4) +set(TP_QT4_YELL_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. @@ -1,17 +1,15 @@ -telepathy-qt4-yell 0.1.4 (UNRELEASED) +telepathy-qt4-yell 0.1.4 (2011-05-04) ====================================== -The "..." release. +The "Aruba, one happy island" release. Enhancements: * Implement removeRows method in AbstractConversationModel * Keep count of unread/missed messages in SessionConversationModel * Added auto-generate classes for Channel.Interface.CredentialsStorage - * ... Fixes: * Fix media call caps update when changed - * ... telepathy-qt4-yell 0.1.3 (2011-04-22) ====================================== |