source: trunk/Changelog @ 98

Last change on this file since 98 was 98, checked in by bas, 17 years ago

pxeconfig.in:

  • Pxeconfig files are now sorted alphabetically
File size: 2.6 KB
Line 
1XXXX
2 - List of pxeconfig files are now sorted alphabetically
3
40.7
5 - Added default.memtest and default.flashqla as example how to
6   use pxeconfig utilities for other purposes then for systemimager.
7
8 - Added configure script (autoconf tools).
9
10 - Replaced the debian build package system by a better one that
11   uses the added configure script. It must now be easy to build
12   also a rpm package.
13
14 - Added a configuraton file pxeconfig.conf, eg to specify the
15   location of pxe config directory. Closes ticket #3.
16
17 - Removed the -d/--directory option for pxeconfig. It is replaced by
18   the configuration file pxeconfig.conf (pxe_config_dir).
19
200.6.6
21 - Fixed an error in postinst script for Debian.
22
230.6.5
24 - added reading symlinks to hexls; this produces output like
25    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl -> default.node_install
26
270.6.4:
28 - Fixed a bug in hexls with non resolving hostnames
29   Reported by:  Ole Holm Nielsen
30
310.6.3:
32 - Added hostname lookup feature to hexls. If succes it will display the
33   HEX address, ip-number, hostname, eg:
34    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl
35
360.6.2:
37  - Fixed a bug in the non-interactive mode reported by and fixed
38    by: Charles Galpin from defenderhosting.com
39
400.6.1:
41  - Interactive mode did not work anymore. Fixed it by adding
42    -i/--interactive command line options.
43    Thanks to: Walter de Jong
44
450.6:
46  - Added -r|--remove option. Now it is possible to remove the
47    pxe boot file, eg:
48        pxeconfig --remove dummy.sara.nl
49
50    Works also for the other options.
51
520.5
53  - Added support for hostnames on the command line instead of network
54    numbers, eg:
55        pxeconfig -f default.node_install bas.ka.sara.nl walter.ka.sara.nl
56
570.4.4
58  - Updated documentation for xinetd support + example config
59  - Added support for xinetd in the debian package scripts
60    Implemented by: Ramon Bastiaans
61
620.4.3
63  - Added make_deb_pkg.sh utility to make an DEBIAN package
64  - changed port number to 6611 for pxeconfigd. Webmin is using the 10000
65    port number.
66
670.4.2
68  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
69  flag for printing version info.
70
71  Updated the INSTALL instructions. Howto use it for systemimager 3.X
72  versions
73
740.4
75  Pxeconfig can now be used interactively or via command line
76  options.
77
780.3
79  Fixed a bug in hexls. The regular expression to determine if
80  a filename is pxe hex filename or ordinary filename was wrong.
81
820.2.1
83  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
84  Reported by: Ole Holm Nielsen
85
86  Phrase change use 'Select a number:' instead of 'Choice a number'
87  Proposed by: Ole Holm Nielsen
Note: See TracBrowser for help on using the repository browser.