r265 - in tags: . gsm0710muxd-0.9.1 gsm0710muxd-0.9.1/data

smartphones-commits at lists.linuxtogo.org smartphones-commits at lists.linuxtogo.org
Mon Apr 28 11:17:56 CEST 2008


Author: mickeylauer
Date: 2008-04-28 11:17:56 +0200 (Mon, 28 Apr 2008)
New Revision: 265

Added:
   tags/gsm0710muxd-0.9.1/
   tags/gsm0710muxd-0.9.1/ChangeLog
   tags/gsm0710muxd-0.9.1/README
   tags/gsm0710muxd-0.9.1/TODO
   tags/gsm0710muxd-0.9.1/configure.ac
   tags/gsm0710muxd-0.9.1/data/org.freesmartphone.GSM.MUX.service.in
Removed:
   tags/gsm0710muxd-0.9.1/ChangeLog
   tags/gsm0710muxd-0.9.1/README
   tags/gsm0710muxd-0.9.1/configure.ac
   tags/gsm0710muxd-0.9.1/data/org.freesmartphone.GSM.MUX.service.in
   tags/gsm0710muxd-0.9.1/misc/
Log:
release gsm0710muxd 0.9.1


Copied: tags/gsm0710muxd-0.9.1 (from rev 261, trunk/software/gsm0710muxd)

Deleted: tags/gsm0710muxd-0.9.1/ChangeLog
===================================================================
--- trunk/software/gsm0710muxd/ChangeLog	2008-04-27 15:57:41 UTC (rev 261)
+++ tags/gsm0710muxd-0.9.1/ChangeLog	2008-04-28 09:17:56 UTC (rev 265)
@@ -1,26 +0,0 @@
-2008-03-28	Michael Lauer	<mickey at openmoko.org>
-
-	* Clean up build, release as 0.9.0
-
-2008-02-28	Michael Lauer	<mickey at openmoko.org>
-
-	* src/gsm0710muxd.c: catch up with device node changes in openmoko-kernel 2.6.24
-
-2008-02-17	Michael Lauer	<mickey at openmoko.org>
-
-	* data/Makefile.am: fix invalid directory, system services
-	go into dbus system-services directory
-
-2008-02-07	Michael Lauer	<mickey at openmoko.org>
-
-	* configure.ac data/Makefile.am data/org.freedesktop.GSM.MUX.service.in:
-	ship dbus service file
-	* data/gsm0710muxd: remove useless init script, activation goes via dbus now
-
-2008-02-05	Michael Lauer	<mickey at openmoko.org>
-
-	* data/Makefile.am: ship dbus service configuration file
-
-2008-01-15	Michael Lauer 	<mickey at openmoko.org>
-
-	* Autotoolize

Copied: tags/gsm0710muxd-0.9.1/ChangeLog (from rev 262, trunk/software/gsm0710muxd/ChangeLog)
===================================================================
--- tags/gsm0710muxd-0.9.1/ChangeLog	                        (rev 0)
+++ tags/gsm0710muxd-0.9.1/ChangeLog	2008-04-28 09:17:56 UTC (rev 265)
@@ -0,0 +1,33 @@
+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
+
+2008-02-28	Michael Lauer	<mickey at openmoko.org>
+
+	* src/gsm0710muxd.c: catch up with device node changes in openmoko-kernel 2.6.24
+
+2008-02-17	Michael Lauer	<mickey at openmoko.org>
+
+	* data/Makefile.am: fix invalid directory, system services
+	go into dbus system-services directory
+
+2008-02-07	Michael Lauer	<mickey at openmoko.org>
+
+	* configure.ac data/Makefile.am data/org.freedesktop.GSM.MUX.service.in:
+	ship dbus service file
+	* data/gsm0710muxd: remove useless init script, activation goes via dbus now
+
+2008-02-05	Michael Lauer	<mickey at openmoko.org>
+
+	* data/Makefile.am: ship dbus service configuration file
+
+2008-01-15	Michael Lauer 	<mickey at openmoko.org>
+
+	* Autotoolize

Deleted: tags/gsm0710muxd-0.9.1/README
===================================================================
--- trunk/software/gsm0710muxd/README	2008-04-27 15:57:41 UTC (rev 261)
+++ tags/gsm0710muxd-0.9.1/README	2008-04-28 09:17:56 UTC (rev 265)
@@ -1,11 +0,0 @@
-This is a user space multiplexer for GSM according to the
-GSM 07.10 specification. Right now it contains some hardcoded
-paths for the Openmoko Neo devices, it should work with all
-kinds of modems that understand the +CMUX operation mode.
-
-Please send patches to smartphones-standards at lists.linuxtogo.org
-
-See src/gsm0710muxd.c for how to use it.
-
-:M:
-

Copied: tags/gsm0710muxd-0.9.1/README (from rev 262, trunk/software/gsm0710muxd/README)
===================================================================
--- tags/gsm0710muxd-0.9.1/README	                        (rev 0)
+++ tags/gsm0710muxd-0.9.1/README	2008-04-28 09:17:56 UTC (rev 265)
@@ -0,0 +1,15 @@
+This is a user space multiplexer for GSM according to the
+GSM 07.10 specification. Right now it contains some hardcoded
+paths for the Openmoko Neo devices, it should work with all
+kinds of modems that understand the +CMUX operation mode.
+
+Please send patches to smartphones-standards at lists.linuxtogo.org
+
+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:
+

Copied: tags/gsm0710muxd-0.9.1/TODO (from rev 264, trunk/software/gsm0710muxd/TODO)
===================================================================
--- tags/gsm0710muxd-0.9.1/TODO	                        (rev 0)
+++ tags/gsm0710muxd-0.9.1/TODO	2008-04-28 09:17:56 UTC (rev 265)
@@ -0,0 +1,7 @@
+1.0:
+* Documentation
+* Project site @ fs.o wiki
+
+1.1:
+* Automatic device detection and/or device plugins
+* More support for different modems

Deleted: tags/gsm0710muxd-0.9.1/configure.ac
===================================================================
--- trunk/software/gsm0710muxd/configure.ac	2008-04-27 15:57:41 UTC (rev 261)
+++ tags/gsm0710muxd-0.9.1/configure.ac	2008-04-28 09:17:56 UTC (rev 265)
@@ -1,30 +0,0 @@
-AC_PREREQ(2.53)
-AC_INIT(gsm0710muxd, 0.9.0, http://www.freesmartphone.org/)
-AM_INIT_AUTOMAKE()
-AC_CONFIG_SRCDIR(src/gsm0710muxd.c)
-AM_CONFIG_HEADER(config.h)
-AM_MAINTAINER_MODE
-
-AC_ISC_POSIX
-AC_PROG_CC
-dnl uncomment once Vala generates C99-compliant stuff
-dnl AC_PROG_CC_STDC
-AC_STDC_HEADERS
-AC_PROG_LIBTOOL
-
-dnl check dependencies
-PKG_CHECK_MODULES(DEPENDENCIES, dbus-1 glib-2.0 dbus-glib-1)
-AC_SUBST(DEPENDENCIES)
-
-dnl dbus
-DBUS_GLIB_BIN="`$PKG_CONFIG --variable=exec_prefix dbus-glib-1`/bin"
-AC_ARG_WITH(dbusbindir,[  --with-dbusbindir=DIR  dbus tools in DIR], [DBUS_GLIB_BIN="$withval"])
-echo "DBus tools location ${DBUS_GLIB_BIN}"
-AC_SUBST(DBUS_GLIB_BIN)
-
-AC_OUTPUT([
-Makefile
-src/Makefile
-data/Makefile
-])
-

Copied: tags/gsm0710muxd-0.9.1/configure.ac (from rev 262, trunk/software/gsm0710muxd/configure.ac)
===================================================================
--- tags/gsm0710muxd-0.9.1/configure.ac	                        (rev 0)
+++ tags/gsm0710muxd-0.9.1/configure.ac	2008-04-28 09:17:56 UTC (rev 265)
@@ -0,0 +1,30 @@
+AC_PREREQ(2.53)
+AC_INIT(gsm0710muxd, 0.9.1, http://www.freesmartphone.org/)
+AM_INIT_AUTOMAKE()
+AC_CONFIG_SRCDIR(src/gsm0710muxd.c)
+AM_CONFIG_HEADER(config.h)
+AM_MAINTAINER_MODE
+
+AC_ISC_POSIX
+AC_PROG_CC
+dnl uncomment once Vala generates C99-compliant stuff
+dnl AC_PROG_CC_STDC
+AC_STDC_HEADERS
+AC_PROG_LIBTOOL
+
+dnl check dependencies
+PKG_CHECK_MODULES(DEPENDENCIES, dbus-1 glib-2.0 dbus-glib-1)
+AC_SUBST(DEPENDENCIES)
+
+dnl dbus
+DBUS_GLIB_BIN="`$PKG_CONFIG --variable=exec_prefix dbus-glib-1`/bin"
+AC_ARG_WITH(dbusbindir,[  --with-dbusbindir=DIR  dbus tools in DIR], [DBUS_GLIB_BIN="$withval"])
+echo "DBus tools location ${DBUS_GLIB_BIN}"
+AC_SUBST(DBUS_GLIB_BIN)
+
+AC_OUTPUT([
+Makefile
+src/Makefile
+data/Makefile
+])
+

Deleted: tags/gsm0710muxd-0.9.1/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)
+++ tags/gsm0710muxd-0.9.1/data/org.freesmartphone.GSM.MUX.service.in	2008-04-28 09:17:56 UTC (rev 265)
@@ -1,5 +0,0 @@
-[D-BUS Service]
-Name=org.mobile.mux
-#Name=org.freesmartphone.GSM.MUX
-Exec=@bindir@/gsm0710muxd
-User=root

Copied: tags/gsm0710muxd-0.9.1/data/org.freesmartphone.GSM.MUX.service.in (from rev 262, trunk/software/gsm0710muxd/data/org.freesmartphone.GSM.MUX.service.in)
===================================================================
--- tags/gsm0710muxd-0.9.1/data/org.freesmartphone.GSM.MUX.service.in	                        (rev 0)
+++ tags/gsm0710muxd-0.9.1/data/org.freesmartphone.GSM.MUX.service.in	2008-04-28 09:17:56 UTC (rev 265)
@@ -0,0 +1,4 @@
+[D-BUS Service]
+Name=org.freesmartphone.GSM.MUX
+Exec=@bindir@/gsm0710muxd
+User=root




More information about the Smartphones-commits mailing list