[libdmapsharing] Bump version number



commit f6b98a3d9084d4761b93d5ca44bc0f5c3b0b505a
Author: W. Michael Petullo <mike flyn org>
Date:   Fri May 27 22:51:46 2011 -0500

    Bump version number
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 configure.ac                     |    4 ++--
 libdmapsharing/dmap-connection.c |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2c43ea8..b6fb8c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
-AC_INIT(libdmapsharing, 2.9.11)
+AC_INIT(libdmapsharing, 2.9.12)
 
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(libdmapsharing, LIBDMAPSHARING, 2, 9, 11, LIBDMAPSHARING_CVS="no", LIBDMAPSHARING_CVS="yes")
+AS_VERSION(libdmapsharing, LIBDMAPSHARING, 2, 9, 12, LIBDMAPSHARING_CVS="no", LIBDMAPSHARING_CVS="yes")
 
 dnl FIXME:
 dnl would like to automate this off the above definitions, but API might be 2.2 with version 2.1.
diff --git a/libdmapsharing/dmap-connection.c b/libdmapsharing/dmap-connection.c
index 7f75e2e..26ea497 100644
--- a/libdmapsharing/dmap-connection.c
+++ b/libdmapsharing/dmap-connection.c
@@ -1235,6 +1235,8 @@ dmap_connection_setup (DMAPConnection * connection)
 			   connection->priv->port);
 }
 
+// FIXME: it would be nice if this mirrored the use of DMAPMdnsBrowser. That is, connect callback handler to a signal.
+// This would allow Vala to associated a lambda function with the signal.
 void
 dmap_connection_connect (DMAPConnection * connection,
 			 DMAPConnectionCallback callback, gpointer user_data)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]