diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-12-04 09:23:50 -0800 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2013-12-04 09:29:46 -0800 |
commit | ce53d763c833598517ff5bff1f217e96c8176f57 (patch) | |
tree | f1b9b67e01f699e079321559619536df4fa1c8ef | |
parent | 76786f7f381cc02fefec41a40b4c10a293f7c73d (diff) | |
download | settings-daemon-ce53d763c833598517ff5bff1f217e96c8176f57.tar.gz settings-daemon-ce53d763c833598517ff5bff1f217e96c8176f57.tar.bz2 settings-daemon-ce53d763c833598517ff5bff1f217e96c8176f57.zip |
Bump version to 0.3.submit/tizen/20131204.173730accepted/tizen/20131207.002830
Change-Id: Ic270b1f9317e7b5407fbbbce263d97fca84b4470
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | packaging/settingsd.changes | 8 | ||||
-rw-r--r-- | packaging/settingsd.spec | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index aa0d1e3..4fb9240 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ]) -AC_INIT([settingsd], [0.2], [ossama.othman@intel.com]) +AC_INIT([settingsd], [0.3], [ossama.othman@intel.com]) AM_INIT_AUTOMAKE([1.11.1 foreign -Wall -Werror -Wno-portability silent-rules]) LT_INIT([disable-static dlopen]) diff --git a/packaging/settingsd.changes b/packaging/settingsd.changes index 4203ac9..57e1c64 100644 --- a/packaging/settingsd.changes +++ b/packaging/settingsd.changes @@ -1,3 +1,11 @@ +* Wed Dec 04 2013 Ossama Othman <ossama.othman@intel.com> accepted/tizen_ivi_stable/20131119.040308@7e5f66d +- Bump version to 0.3. +- Support technology PropertyChanged signal reporting again. +- Migrated to new connman::service interface. +- Migrated to new connman::technology interface. +- Fixed memory leak that occurred on failed service (dis)connect. +- Implemented connman::manager API. + * Wed Nov 06 2013 Ossama Othman <ossama.othman@intel.com> accepted/tizen/20131003.220350@f0010ff - TIVI-1933, TIVI-1957: Enable socket activation support. - [dbus_connection] Improved exception safety. diff --git a/packaging/settingsd.spec b/packaging/settingsd.spec index 90fb6b2..13504d6 100644 --- a/packaging/settingsd.spec +++ b/packaging/settingsd.spec @@ -1,6 +1,6 @@ Name: settingsd Summary: Tizen IVI Settings Daemon -Version: 0.2 +Version: 0.3 Release: 1 Group: Application Framework/Settings License: LGPL-2.1 |