r262 - in trunk/software/gsm0710muxd: . data
smartphones-commits at lists.linuxtogo.org
smartphones-commits at lists.linuxtogo.org
Mon Apr 28 10:26:55 CEST 2008
Author: mickeylauer
Date: 2008-04-28 10:26:54 +0200 (Mon, 28 Apr 2008)
New Revision: 262
Removed:
trunk/software/gsm0710muxd/misc/
Modified:
trunk/software/gsm0710muxd/ChangeLog
trunk/software/gsm0710muxd/README
trunk/software/gsm0710muxd/configure.ac
trunk/software/gsm0710muxd/data/org.freesmartphone.GSM.MUX.service.in
Log:
gsm0710muxd: prepare for 0.9.1 release
Modified: trunk/software/gsm0710muxd/ChangeLog
===================================================================
--- trunk/software/gsm0710muxd/ChangeLog 2008-04-27 15:57:41 UTC (rev 261)
+++ trunk/software/gsm0710muxd/ChangeLog 2008-04-28 08:26:54 UTC (rev 262)
@@ -1,3 +1,10 @@
+2008-04-28 Michael Lauer <mickey at openmoko.org>
+
+ * Add power management functions (emdete)
+ * Improve stability (emdete)
+ * Change API to org.freesmartphone.GSM.MUX
+ * Release as 0.9.1
+
2008-03-28 Michael Lauer <mickey at openmoko.org>
* Clean up build, release as 0.9.0
Modified: trunk/software/gsm0710muxd/README
===================================================================
--- trunk/software/gsm0710muxd/README 2008-04-27 15:57:41 UTC (rev 261)
+++ trunk/software/gsm0710muxd/README 2008-04-28 08:26:54 UTC (rev 262)
@@ -7,5 +7,9 @@
See src/gsm0710muxd.c for how to use it.
+Although gsm0710muxd has dbus system bus activation support, for now
+you need to start it manually because it expects the -x parameter
+(path to GSM power and reset sysfs nodes).
+
:M:
Modified: trunk/software/gsm0710muxd/configure.ac
===================================================================
--- trunk/software/gsm0710muxd/configure.ac 2008-04-27 15:57:41 UTC (rev 261)
+++ trunk/software/gsm0710muxd/configure.ac 2008-04-28 08:26:54 UTC (rev 262)
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gsm0710muxd, 0.9.0, http://www.freesmartphone.org/)
+AC_INIT(gsm0710muxd, 0.9.1, http://www.freesmartphone.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(src/gsm0710muxd.c)
AM_CONFIG_HEADER(config.h)
Modified: trunk/software/gsm0710muxd/data/org.freesmartphone.GSM.MUX.service.in
===================================================================
--- trunk/software/gsm0710muxd/data/org.freesmartphone.GSM.MUX.service.in 2008-04-27 15:57:41 UTC (rev 261)
+++ trunk/software/gsm0710muxd/data/org.freesmartphone.GSM.MUX.service.in 2008-04-28 08:26:54 UTC (rev 262)
@@ -1,5 +1,4 @@
[D-BUS Service]
-Name=org.mobile.mux
-#Name=org.freesmartphone.GSM.MUX
+Name=org.freesmartphone.GSM.MUX
Exec=@bindir@/gsm0710muxd
User=root
More information about the Smartphones-commits
mailing list