Skip to content

Commit

Permalink
Update configure.ac and NEWS for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonls committed Dec 18, 2014
1 parent 0dbe1bb commit 8926664
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

2.5.10.2
--------
* (The patch `_p` version notation used in 2.5.10_p1 is not widely supported so
this release simply uses the dot notation.)
* Removes Python module (moved to separate repository at
https://github.com/jonls/python-qsoptex).
* Move library source files into `qsopt_ex` so the header files can be accessed
in the same way as when installed (`<qsopt_ex/XX.h>`).
* Explicitly include the typename of template types when using a macro,
variable or function that is template generated. This removes the
build dependencies on Exuberant Ctags and GNU sed, as well as speeding up
the template generation significantly.
* Remove util.c/util.h from template generation since the majority of symbols
are not template type specific.

2.5.10_p1
---------
* Based on original version v2.5.10 published by Daniel Espinoza et al.
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.69)
AC_INIT([QSopt_ex], [2.5.10_p1], [https://github.com/jonls/qsopt-ex/issues])
AC_INIT([QSopt_ex], [2.5.10.2], [https://github.com/jonls/qsopt-ex/issues])
AC_CONFIG_SRCDIR([qsopt_ex/QSopt_ex.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 8926664

Please sign in to comment.