[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Michael 'Mickey' Lauer mickey at vanille-media.de
Sat Aug 6 08:17:27 UTC 2011


The following commit has been merged in the debian branch:
commit 7c09174fb4e8837aabc8826e84e1efa6c2456216
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jul 15 19:32:15 2009 +0200

    * Merge mickey/full-csd-handling branch into master. This adds a new
    configuration entry 'data-call-handler' in section [ogsmd] where a
    handler binary can be specified that gets called whenever a data call
    has been setup. This handler will be called with params <direction> <port>,
    where direction is "incoming" or "outgoing" (depending on whether you are
    the data call initiator or peer), and port is a device node that can be
    used for communicating. Once the binary exits, the call is hung up.
    * Post-release version bump

diff --git a/ChangeLog b/ChangeLog
index f69f54a..bf9cf01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2009-07-09	Michael Lauer	<mlauer at vainlle-media.de>
+2009-07-15	Michael Lauer	<mlauer at vanille-media.de>
+
+	* Merge mickey/full-csd-handling branch into master. This adds a new
+	configuration entry 'data-call-handler' in section [ogsmd] where a
+	handler binary can be specified that gets called whenever a data call
+	has been setup. This handler will be called with params <direction> <port>,
+	where direction is "incoming" or "outgoing" (depending on whether you are
+	the data call initiator or peer), and port is a device node that can be
+	used for communicating. Once the binary exits, the call is hung up.
+	* Post-release version bump
+
+2009-07-09	Michael Lauer	<mlauer at vanille-media.de>
 
 	* Released as Milestone 5.5 (fso1 0.9.5.5)
 
diff --git a/setup.py b/setup.py
index 9808cce..c3dbf3c 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ packages = [ x[0] for x in os.walk( "framework" ) ]
 
 setup(
     name = "The FreeSmartphone Framework Daemon",
-    version = "0.9.5.5",
+    version = "0.9.5.9",
     author = "Michael 'Mickey' Lauer et. al.",
     author_email = "mlauer at vanille-media.de",
     url = "http://www.freesmartphone.org",

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list