]> git.tuebingen.mpg.de Git - lopsub.git/blob - NEWS
lopsub-1.0.5
[lopsub.git] / NEWS
1 Noteworthy changes in lopsub-1.0.5 (2024-05-11)
2 ===============================================
3 * fix a bug in the config file parser
4 * support local makefiles
5 * fix the config file test program
6 * prepare for 64-bit time_t transition (Steve Langasek)
7 * add a target to build a static library
8 * honor LDFLAGS
9 * prefer https:// over http:// and git://
10 * maintain debian specific files in a separate branch
11
12 Noteworthy changes in lopsub-1.0.4 (2023-07-02)
13 ===============================================
14 * make the build reproducible (Chris Lamb, Vagrant Cascadian)
15 * improvements to the build system
16 * documentation fixes
17 * avoid NULL pointer dereference in argument parsing
18
19 Noteworthy changes in lopsub-1.0.3 (2019-05-19)
20 ===============================================
21 * build a shared library instead of a static one
22 * debianize the package by adding the usual files below debian/
23 * add this NEWS file
24 * minor documentation improvements
25
26 Noteworthy changes in lopsub-1.0.2 (2019-03-27)
27 ===============================================
28 * fix an invalid free bug
29 * install liblopsub.a with mode 644 rather than 755
30 * compress man pages
31 * install man pages to $PREFIX/share/man rather than $PREFIX/man
32
33 Noteworthy changes in lopsub-1.0.1 (2017-11-28)
34 ===============================================
35 * reentrant scanners
36 * documentation improvements