summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS19
2 files changed, 15 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f96607..e92ed0d 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 0)
-set(TP_QT4_YELL_NANO_VERSION 1)
+set(TP_QT4_YELL_MICRO_VERSION 1)
+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.
diff --git a/NEWS b/NEWS
index 3e54389..95787dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,23 @@
-telepathy-qt4-yell 0.1.1 (UNRELEASED)
-=================================
+telepathy-qt4-yell 0.1.1 (2011-02-16)
+======================================
-The "..." release.
+The "keep calling" release.
+
+API changes:
+ * Removed CallChannel::awaitingLocal/RemoteAnswer in favour of CallChannel::flags().
Enhancements:
- * ...
+ * Added auto-generate classes for Call.Content.CodecOffer, Call.Content.Media, Call.Content.Mute,
+ Call.Stream.EndPoint, Call.Stream.Media.
+ * Added high-level API for Call.CallState/CallFlags/InitialTransport/InitialAudio/InitialVideo/
+ InitialAudioName/InitialVideoName/MutableContents properties and Call.CallStateChanged.
+ * Added Telepathy Farstream support through a new static library.
Fixes:
- * ...
+ * Minor documentation fixes.
telepathy-qt4-yell 0.1.0 (2011-01-31)
-=================================
+======================================
The "beginning" release.