Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[usb-moded] Make release 0.77
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Dec 13, 2013
1 parent 7f1d988 commit 5fd2926
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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])
Expand Down
21 changes: 21 additions & 0 deletions 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 <philippe.deswert@jollamobile.com> Fri, 13 Dec 2013 13:18:39 +0200

usb-moded (0.76) unstable; urgency=low

* Fix possible memory leak when setting the network config.
Expand Down
24 changes: 21 additions & 3 deletions rpm/usb-moded.spec
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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,-)
Expand Down Expand Up @@ -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

0 comments on commit 5fd2926

Please sign in to comment.