From 5cb3e7cb99701cae738693f2d6a6797a4d2df679 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sun, 2 Nov 2014 10:46:44 +0100 Subject: libsamsung-ipc version 0.3.1 Signed-off-by: Paul Kocialkowski --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 022b8fb..ea5398d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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]) -- cgit v1.1