Skip to content

Commit

Permalink
Add NEWS file for 2.5.10_p1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonls committed Nov 26, 2014
1 parent ba3fb33 commit b6d9608
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ endif
# Additional files to be distributed. Always run `make distcheck`
# to be sure all necessary files are distributed!
EXTRA_DIST = \
README.md Doxyfile License.txt \
README.md NEWS.md Doxyfile License.txt \
$(TEMPLATE_SOURCES) $(TEMPLATE_HEADER_FILES) typenames \
$(MODULE_PYX_FILES) $(MODULE_PXD_FILES) $(MODULE_TEST_FILES)

Expand Down
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

2.5.10_p1
---------
* Based on original version v2.5.10 published by Daniel Espinoza et al.
* Changed to autotools-based build system.
* Removed external dependency on EGlib.
* Build library using libtool for portability.
* Add Cython-based Python module to interface with libqsopt_ex.
* Fix sprintf calls with missing format string.
* Add missing header declarations, includes.
* Clean up headers to make external use easier.
* Remove some unused functions/macros that caused compiler warnings/errors.
* Workaround: Writing solution to gz-file was broken; temporarily disabled gzip output.
* Add README file with build instructions and code examples.
* Add Travis CI build script.

0 comments on commit b6d9608

Please sign in to comment.