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
RevLine 
[98]1XXXX
2 - List of pxeconfig files are now sorted alphabetically
[99]3 - Use GNU getopt. This means that option and non-option arguments may be
4   intermixed.
[98]5
[99]6
[88]70.7
[73]8 - Added default.memtest and default.flashqla as example how to
9   use pxeconfig utilities for other purposes then for systemimager.
10
[88]11 - Added configure script (autoconf tools).
[84]12
[88]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.
[84]16
17 - Added a configuraton file pxeconfig.conf, eg to specify the
[88]18   location of pxe config directory. Closes ticket #3.
[84]19
20 - Removed the -d/--directory option for pxeconfig. It is replaced by
[88]21   the configuration file pxeconfig.conf (pxe_config_dir).
[84]22
[68]230.6.6
24 - Fixed an error in postinst script for Debian.
25
[65]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
[63]300.6.4:
31 - Fixed a bug in hexls with non resolving hostnames
32   Reported by:  Ole Holm Nielsen
33
[62]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
[60]390.6.2:
40  - Fixed a bug in the non-interactive mode reported by and fixed
41    by: Charles Galpin from defenderhosting.com
42
[56]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
[54]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
[48]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
[44]600.4.4
[45]61  - Updated documentation for xinetd support + example config
[44]62  - Added support for xinetd in the debian package scripts
[45]63    Implemented by: Ramon Bastiaans
[44]64
[42]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
[31]700.4.2
[28]71  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
72  flag for printing version info.
73
[31]74  Updated the INSTALL instructions. Howto use it for systemimager 3.X
75  versions
76
[21]770.4
78  Pxeconfig can now be used interactively or via command line
79  options.
80
[17]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
[15]850.2.1
[17]86  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
87  Reported by: Ole Holm Nielsen
[16]88
[17]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.