diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-11-02 10:46:44 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-11-02 10:46:44 +0100 |
commit | 5cb3e7cb99701cae738693f2d6a6797a4d2df679 (patch) | |
tree | 8a6410ef897619380209c6707ac585d473ffea3b | |
parent | f5d2c454f910880c92dcdd81101447d541e256a2 (diff) | |
download | external_libsamsung-ipc-5cb3e7cb99701cae738693f2d6a6797a4d2df679.zip external_libsamsung-ipc-5cb3e7cb99701cae738693f2d6a6797a4d2df679.tar.gz external_libsamsung-ipc-5cb3e7cb99701cae738693f2d6a6797a4d2df679.tar.bz2 |
libsamsung-ipc version 0.3.1
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +Version 0.3.1 +===================== + +f5d2c45 gitignore: Binaries from tools +c42fbce svc: String header +c608d70 Ignore the autotools INSTALL file +68c86c0 Fix crash in modemctrl after a failed bootstrap +08b6b29 Properly handle errors bootstrapping modem +67fe181 Drop the INSTALL file and let autotools copy it in +4cb70f7 tools: Autotools intermediates cleanup +a6240be tools: Proper arguments to ipc_client_poll +3189c67 libsamsung-ipc version 0.3.0 + Version 0.3.0 ===================== diff --git a/configure.ac b/configure.ac index 77367fd..d65907a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libsamsung-ipc], [0.3.0], [contact@replicant.us], [libsamsung-ipc]) +AC_INIT([libsamsung-ipc], [0.3.1], [contact@replicant.us], [libsamsung-ipc]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects]) |