-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Phil Dibowitz <[email protected]>
- Loading branch information
Showing
8 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
1.2 | ||
Released: 04/06/15 | ||
[email protected]: | ||
- Build fixes for non-Linux Debian platforms | ||
[email protected] | ||
- Add Ultimate One, 350, Touch, and Home Hub support | ||
- Fix buffer overrun crash in website communications | ||
- Windows install/documentation fixes | ||
|
||
1.1 | ||
Released: 03/28/14 | ||
[email protected]: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
AC_INIT([concordance], [1.1+git], [[email protected]]) | ||
AC_INIT([concordance], [1.2], [[email protected]]) | ||
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | ||
AM_PROG_CC_C_O | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_PROG_LIBTOOL | ||
AC_PROG_CXX | ||
AC_CANONICAL_HOST | ||
LIBCONCORD_VERSION="3" | ||
LIBCONCORD_VERSION="4" | ||
case $host_os in | ||
darwin*) | ||
LIBCONCORD_LDFLAGS="-lconcord.$LIBCONCORD_VERSION" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
|
||
setup( | ||
name='libconcord', | ||
version='1.1', | ||
version='1.2', | ||
py_modules=['libconcord'], | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([libconcord], [1.1+git], [[email protected]]) | ||
AC_INIT([libconcord], [1.2], [[email protected]]) | ||
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) | ||
|