source: trunk/Changelog @ 99

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

pxeconfig.in:

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