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
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 - hexls now sorts its output
7   Suggested by : Ole Holm Nielsen
8   Implemented by : Bas van der Vlies
9
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
14
150.7
16 - Added default.memtest and default.flashqla as example how to
17   use pxeconfig utilities for other purposes then for systemimager.
18
19 - Added configure script (autoconf tools).
20
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.
24
25 - Added a configuraton file pxeconfig.conf, eg to specify the
26   location of pxe config directory. Closes ticket #3.
27
28 - Removed the -d/--directory option for pxeconfig. It is replaced by
29   the configuration file pxeconfig.conf (pxe_config_dir).
30
310.6.6
32 - Fixed an error in postinst script for Debian.
33
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
380.6.4:
39 - Fixed a bug in hexls with non resolving hostnames
40   Reported by:  Ole Holm Nielsen
41
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
470.6.2:
48  - Fixed a bug in the non-interactive mode reported by and fixed
49    by: Charles Galpin from defenderhosting.com
50
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
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
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
680.4.4
69  - Updated documentation for xinetd support + example config
70  - Added support for xinetd in the debian package scripts
71    Implemented by: Ramon Bastiaans
72
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
780.4.2
79  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
80  flag for printing version info.
81
82  Updated the INSTALL instructions. Howto use it for systemimager 3.X
83  versions
84
850.4
86  Pxeconfig can now be used interactively or via command line
87  options.
88
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
930.2.1
94  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
95  Reported by: Ole Holm Nielsen
96
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.