source: trunk/Changelog @ 101

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

Changelog

File size: 3.0 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.
[101]5 
6 - hexls now sorts its output
7   Suggested by : Ole Holm Nielsen
8   Implemented by : Bas van der Vlies
[98]9
[101]10 - hexls now also display link info for hex files shorter dan 8 characters.
11   Some hex files can point to a subnet IP adddress
12   Suggested by : Ole Holm Nielsen
13   Implemented by : Bas van der Vlies
[99]14
[88]150.7
[73]16 - Added default.memtest and default.flashqla as example how to
17   use pxeconfig utilities for other purposes then for systemimager.
18
[88]19 - Added configure script (autoconf tools).
[84]20
[88]21 - Replaced the debian build package system by a better one that
22   uses the added configure script. It must now be easy to build
23   also a rpm package.
[84]24
25 - Added a configuraton file pxeconfig.conf, eg to specify the
[88]26   location of pxe config directory. Closes ticket #3.
[84]27
28 - Removed the -d/--directory option for pxeconfig. It is replaced by
[88]29   the configuration file pxeconfig.conf (pxe_config_dir).
[84]30
[68]310.6.6
32 - Fixed an error in postinst script for Debian.
33
[65]340.6.5
35 - added reading symlinks to hexls; this produces output like
36    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl -> default.node_install
37
[63]380.6.4:
39 - Fixed a bug in hexls with non resolving hostnames
40   Reported by:  Ole Holm Nielsen
41
[62]420.6.3:
43 - Added hostname lookup feature to hexls. If succes it will display the
44   HEX address, ip-number, hostname, eg:
45    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl
46
[60]470.6.2:
48  - Fixed a bug in the non-interactive mode reported by and fixed
49    by: Charles Galpin from defenderhosting.com
50
[56]510.6.1:
52  - Interactive mode did not work anymore. Fixed it by adding
53    -i/--interactive command line options.
54    Thanks to: Walter de Jong
55
[54]560.6:
57  - Added -r|--remove option. Now it is possible to remove the
58    pxe boot file, eg:
59        pxeconfig --remove dummy.sara.nl
60
61    Works also for the other options.
62
[48]630.5
64  - Added support for hostnames on the command line instead of network
65    numbers, eg:
66        pxeconfig -f default.node_install bas.ka.sara.nl walter.ka.sara.nl
67
[44]680.4.4
[45]69  - Updated documentation for xinetd support + example config
[44]70  - Added support for xinetd in the debian package scripts
[45]71    Implemented by: Ramon Bastiaans
[44]72
[42]730.4.3
74  - Added make_deb_pkg.sh utility to make an DEBIAN package
75  - changed port number to 6611 for pxeconfigd. Webmin is using the 10000
76    port number.
77
[31]780.4.2
[28]79  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
80  flag for printing version info.
81
[31]82  Updated the INSTALL instructions. Howto use it for systemimager 3.X
83  versions
84
[21]850.4
86  Pxeconfig can now be used interactively or via command line
87  options.
88
[17]890.3
90  Fixed a bug in hexls. The regular expression to determine if
91  a filename is pxe hex filename or ordinary filename was wrong.
92
[15]930.2.1
[17]94  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
95  Reported by: Ole Holm Nielsen
[16]96
[17]97  Phrase change use 'Select a number:' instead of 'Choice a number'
98  Proposed by: Ole Holm Nielsen
Note: See TracBrowser for help on using the repository browser.