Skip to content

Commit

Permalink
Version 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 11, 2018
1 parent d2ff29c commit 3386ac9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
copy (and edit) entries from ChangeLog.svn2cl


*** Newer changes - see https://github.com/latte-int/latte ***

2015-04-21 Brandon Dutra <[email protected]>

* updated the exception class and use
Expand Down
22 changes: 22 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Changes in release 1.7.5, 2018-09-10:

This is a portability release.

* Fix compilation errors for NTL version >= 9: don't depend on NTL_STD_CXX macro

* Fix runtime errors for NTL builds with NTL_RANGE_CHECK=on and for NTL version >= 11


Changes in release 1.7.4, 2018-09-03:

This is a bug fix and portability release.

* Fix compile errors with clang.

* Make it an error, not a warning, when cddlib is not found at configure time.

* Make test suite pass when configured without 4ti2.

* Relax test for location of gmp.h, needed for Ubuntu


Changes in release 1.7.3:

* count and integrate commands now correctly return a non-zero error code on failure
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(latte-int, 1.7.4)
AC_INIT(latte-int, 1.7.5)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([code/config.h:code/config.hin])
AM_INIT_AUTOMAKE([gnu 1.11]) # Need 1.11 for parallel test harness in code/maple
Expand Down

0 comments on commit 3386ac9

Please sign in to comment.