-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -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. |