From 5fd29260073e9925fc40eec1d999ecc81dba49ca Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Fri, 13 Dec 2013 13:21:47 +0200 Subject: [PATCH] [usb-moded] Make release 0.77 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 21 +++++++++++++++++++++ rpm/usb-moded.spec | 24 +++++++++++++++++++++--- 3 files changed, 43 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 676a90a..b24ef1f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.76.3]) +AC_INIT([usb_moded], [0.77]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 4bc03f9..8a32065 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +usb-moded (0.77) unstable; urgency=low + + * [usb-moded] Add dhcp server support to developer mode + * [usb-moded] Add configuration for cellular connection sharing + * [usb-moded] Working USB tethering + * Add support for using udhcpc dhcp client + * Write out udhcpd.conf with the correct information + * [usb_moded] support starting a dhcp server on the device + * Support post start appsync (so udhcpd can work for example) + * To really be able to connect to the device udhcpd needs also the + subnet set + * Get dns info and connection state from connman + * Clean-up ip forwarding + * Do not block usb enumeration when data connection is not enabled, this + can be handled later + * Improved USB mass storage support for all currently supported + back-ends + * Experimental export of SD card on Jolla in mass-storage mode + + -- Philippe De Swert Fri, 13 Dec 2013 13:18:39 +0200 + usb-moded (0.76) unstable; urgency=low * Fix possible memory leak when setting the network config. diff --git a/rpm/usb-moded.spec b/rpm/usb-moded.spec index beed983..3f7de29 100644 --- a/rpm/usb-moded.spec +++ b/rpm/usb-moded.spec @@ -221,6 +221,18 @@ system bus. This package contains configuration to enable sharing the cellular data connection over the USB with the android gadget driver. +%package mass-storage-android-config +Summary: USB mode controller - mass-storage config with android gadget +Group: Config + +%description mass-storage-android-config +Usb_moded is a daemon to control the USB states. For this +it loads unloads the relevant usb gadget modules, keeps track +of the filesystem(s) and notifies about changes on the DBUS +system bus. + +This package contains configuration to enable sharing over mass-storage +with the android gadget driver. %prep %setup -q @@ -250,6 +262,7 @@ install -d %{buildroot}/%{_sysconfdir}/usb-moded/diag install -m 644 -D config/dyn-modes/* %{buildroot}/%{_sysconfdir}/usb-moded/dyn-modes/ install -m 644 -D config/diag/* %{buildroot}/%{_sysconfdir}/usb-moded/diag/ install -m 644 -D config/run/* %{buildroot}/%{_sysconfdir}/usb-moded/run/ +install -m 644 -D config/mass-storage-jolla.ini %{buildroot}/%{_sysconfdir}/usb-moded/ install -d $RPM_BUILD_ROOT/lib/systemd/system/basic.target.wants/ ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/basic.target.wants/%{name}.service # Sync mode not packaged for now. @@ -309,7 +322,7 @@ systemctl daemon-reload %files developer-mode-android %defattr(-,root,root,-) %{_sysconfdir}/usb-moded/dyn-modes/developer_mode-android.ini -%{_sysconfdir}/config/run/udhcpd-developer-mode.ini +%{_sysconfdir}/usb-moded/run/udhcpd-developer-mode.ini %files adb-mode %defattr(-,root,root,-) @@ -341,5 +354,10 @@ systemctl daemon-reload %files connection-sharing-android-config %defattr(-,root,root,-) -%{_sysconfdir}/config/dyn-modes/connection_sharing.ini -%{_sysconfdir}/config/run/udhcpd-connection-sharing.ini +%{_sysconfdir}/usb-moded/dyn-modes/connection_sharing.ini +%{_sysconfdir}/usb-moded/run/udhcpd-connection-sharing.ini + +%files mass-storage-android-config +%defattr(-,root,root,-) +%{_sysconfdir}/usb-moded/dyn-modes/mass_storage_android.ini +%{_sysconfdir}/usb-moded/mass-storage-jolla.ini