diff --git a/Changelog b/Changelog index a8dcd15..8013abb 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,16 @@ +1.3 +Released: 06/08/18 +swt@techie.net +- Update libzip version in Win32 installer script +- Support Python 3 in libconcord bindings +- Fix warnings reported by GCC 7 +- Update Logitech website address in documentation +- Include libwinpthread unconditionally and ensure it is uninstalled +- Fix IR learning for Arch 17 (Touch/Ultimate/etc.) +- Bump libconcord version in Windows installer +phil@ipom.com +- Move README to markdown + 1.2 Released: 04/06/15 mathieu.tl@gmail.com: diff --git a/concordance/concordance.c b/concordance/concordance.c index c86080a..f465e58 100644 --- a/concordance/concordance.c +++ b/concordance/concordance.c @@ -89,7 +89,7 @@ int set_canon(int flag) #define DEFAULT_FW_FILENAME_BIN "firmware.bin" #define DEFAULT_SAFE_FILENAME "safe.bin" -const char * const VERSION = "1.2"; +const char * const VERSION = "1.3"; struct options_t { int binary; diff --git a/concordance/configure.ac b/concordance/configure.ac index 36d9046..f121b50 100644 --- a/concordance/configure.ac +++ b/concordance/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([concordance], [1.2], [concordance-devel@lists.sourceforge.net]) +AC_INIT([concordance], [1.3], [concordance-devel@lists.sourceforge.net]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_PROG_CC_C_O AC_CONFIG_MACRO_DIR([m4]) diff --git a/libconcord/bindings/python/setup.py b/libconcord/bindings/python/setup.py index 85880b4..56d9db9 100644 --- a/libconcord/bindings/python/setup.py +++ b/libconcord/bindings/python/setup.py @@ -21,7 +21,7 @@ setup( name='libconcord', - version='1.2', + version='1.3', py_modules=['libconcord'], ) diff --git a/libconcord/configure.ac b/libconcord/configure.ac index 1c766fc..734e468 100644 --- a/libconcord/configure.ac +++ b/libconcord/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libconcord], [1.2], [concordance-devel@lists.sourceforge.net]) +AC_INIT([libconcord], [1.3], [concordance-devel@lists.sourceforge.net]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR])