[telepathy-butterfly/master] Prepare tp-butterfly 0.5.1

Louis-Francis Ratté-Boulianne louis-francis.ratte-boulianne at collabora.co.uk
Thu Sep 10 06:59:22 PDT 2009


---
 NEWS                |   10 ++++++++--
 telepathy-butterfly |    8 ++++----
 wscript             |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 0b46941..cbe5beb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,16 @@
-telepathy-butterfly-0.5.1 (UNRELEASED)
+telepathy-butterfly-0.5.1 (14-09-2009)
 ======================================
 
+The "if you look real closely you can see the butterflies mating" release.
+
 Dependencies:
  * python 2.5
  * papyon 0.4.2
- * telepathy-python 0.15.9
+ * telepathy-python 0.15.11
+
+Enhancements:
+ * Add support for audio/video conferences
+ * Implement the Debug interface
 
 Fixes:
  * Don't add a contact to the publish and subscribe lists at the same time
diff --git a/telepathy-butterfly b/telepathy-butterfly
index 667a1c7..519c934 100755
--- a/telepathy-butterfly
+++ b/telepathy-butterfly
@@ -30,13 +30,13 @@ if sys.version_info < (2, 5):
     sys.exit(1)
 
 import telepathy
-if telepathy.version < (0, 15, 9):
-    print >> sys.stderr, 'Critical: telepathy-python >= 0.15.9 required. Exiting.'
+if telepathy.version < (0, 15, 11):
+    print >> sys.stderr, 'Critical: telepathy-python >= 0.15.11 required. Exiting.'
     sys.exit(1)
 
 import papyon
-if papyon.version < (0, 4, 1):
-    print >> sys.stderr, 'Critical: papyon >= 0.4.1 required. Exiting.'
+if papyon.version < (0, 4, 2):
+    print >> sys.stderr, 'Critical: papyon >= 0.4.2 required. Exiting.'
     sys.exit(1)
 
 
diff --git a/wscript b/wscript
index 40d8586..5fe99c3 100644
--- a/wscript
+++ b/wscript
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-VERSION = '0.5.0.1'
+VERSION = '0.5.1'
 APPNAME = 'telepathy-butterfly'
 
 srcdir = '.'
-- 
1.5.6.5



More information about the telepathy-commits mailing list