[Pkg-telepathy-commits] ./packages/experimental/telepathy-gabble r78: New upstream version 0.7.4

Simon McVittie smcv at debian.org
Wed Aug 6 12:56:22 UTC 2008


------------------------------------------------------------
revno: 78
committer: Simon McVittie <smcv at debian.org>
branch nick: telepathy-gabble-unstable
timestamp: Thu 2008-05-01 19:17:03 +0100
message:
  New upstream version 0.7.4
removed:
  patches/00_retry_media_session_initiation_on_stream_removal.patch
modified:
  changelog
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-04-18 14:55:10 +0000
+++ b/changelog	2008-05-01 18:17:03 +0000
@@ -1,8 +1,11 @@
-telepathy-gabble (0.7.3-3) UNRELEASED; urgency=low
+telepathy-gabble (0.7.4-1) UNRELEASED; urgency=low
 
+  * New upstream version
+  * debian/patches/00_retry_media_session_initiation_on_stream_removal.patch:
+    removed, applied upstream
   * Use my Debian email address in Uploaders
 
- -- Simon McVittie <smcv at debian.org>  Fri, 18 Apr 2008 15:54:12 +0100
+ -- Simon McVittie <smcv at debian.org>  Thu, 01 May 2008 19:15:14 +0100
 
 telepathy-gabble (0.7.3-2) unstable; urgency=low
 

=== removed file 'patches/00_retry_media_session_initiation_on_stream_removal.patch'
--- a/patches/00_retry_media_session_initiation_on_stream_removal.patch	2008-04-12 15:54:17 +0000
+++ b/patches/00_retry_media_session_initiation_on_stream_removal.patch	1970-01-01 00:00:00 +0000
@@ -1,17 +0,0 @@
-Sat Apr 12 11:30:59 CEST 2008  Sjoerd Simons <sjoerd at luon.net>
-  * When removing a media stream before the initiate is sent, send it if possible
-diff -rN -u old-telepathy-gabble/src/gabble-media-session.c new-telepathy-gabble/src/gabble-media-session.c
---- old-telepathy-gabble/src/gabble-media-session.c	2008-04-12 17:45:38.000000000 +0200
-+++ new-telepathy-gabble/src/gabble-media-session.c	2008-04-12 17:45:38.000000000 +0200
-@@ -2320,6 +2320,10 @@
-       GMS_DEBUG_INFO (session, "not sending jingle session action "
-           "\"content-remove\" to peer, no initiates or adds sent for "
-           "these streams");
-+      if (priv->state < JS_STATE_PENDING_INITIATE_SENT)
-+        {
-+           try_session_initiate (session);
-+        }
-     }
- }
- 
-



More information about the Pkg-telepathy-commits mailing list