X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=CHANGELOG;h=287b8135dc3a9a5434594f830c62999304de53f9;hb=9e8284d2554b9c6f9c9568d1afc13ff37909762e;hp=8f780a5dbf9dabab053af9fa7622ca80cc960ff1;hpb=23c77cc092dbbb1e12c47c2b0021d4476b543702;p=rrq%2Fmaintain_lilo.git diff --git a/CHANGELOG b/CHANGELOG index 8f780a5..287b813 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,35 @@ +Changes for version 23.2 (09-Apr-2011) - Joachim Wiedorn + + Documentations + -------------- + - Optimize documentation generation and information. + - Reformatting mkrescue.8 manpage. (thanks to Martin E. Schauer) + - Update of lilo.conf.5 manpage and remove of OS/2 information. + + Sources + ------- + - Remove obsolete BIOS workaround from 2002 (src/second.S) + - Add information about -H option. (src/lilo.c) + - Save errno for second command. (src/device.c) + - Fix missleading error message. (src/geometry.c) + - Remove obsolete OS/2 code. (src/boot.c, src/temp.c) + - Enlarge maximum number of sectors (MAX_SETUPSECS) for + kernel setup code to 63. (src/bootsect.S, src/lilo.h) + - Fix for many small flaws in source code. (Many thanks to + Solar Designer and Vasiliy Kulikov of the openwall project). + + General + ------- + - Remove obsolete OS/2 code. (make.vars, src/Makefile) + - Optimize Makefile and src/Makefile for use of $(MAKE). + - Use mktemp utility for floppy image generation in mkrescue. + (Many thanks to Solar Designer and Vasiliy Kulikov of the + openwall project). + - Add new scripts with Makefile (already used for Debian): + * liloconfig (for creating new lilo.conf) + * lilo-uuid-diskid (convert device names to UUID/DiskID) + + Changes for version 23.1 (04-Nov-2010) - Joachim Wiedorn Documentations