source: trunk/Changelog @ 114

Last change on this file since 114 was 114, checked in by bas, 16 years ago

Fixed a bug in the -r/--remove option. Do not display
the pxe filename menu

File size: 3.8 KB
Line 
11.X.X
2 - Fixed a bug in -r/--remove option. Do not display
3   pxe filemame menu.
4   Author: Bas van der Vlies
5
61.0.0
7 - List of pxeconfig files are now sorted alphabetically
8 - Use GNU getopt. This means that option and non-option arguments may be
9   intermixed.
10 
11 - hexls now sorts its output
12   Suggested by : Ole Holm Nielsen
13   Implemented by : Bas van der Vlies
14
15 - hexls now also display link info for hex files shorter dan 8 characters.
16   Some hex files can point to a subnet IP adddress
17   Suggested by : Ole Holm Nielsen
18   Implemented by : Bas van der Vlies
19
20 - Added -b/--basename option. This is for host with a common prefix, eg:
21     pxeconfig --basename gb-r40n --start 1 --end 2 --filename default.install
22
23   Will create links to default.install for hosts:
24        gb-r40n1
25        gb-r40n2
26
27   Implemented by: Bas van der Vlies
28
29 - Added pxe-menu tools:
30
31 The PXE-menu tools are used to control the booting of networked computers
32 directly from the computer's console at the BIOS level before any operating
33 system has been loaded.  This is extremely useful for diagnostic purposes,
34 or for selecting an operating system installation method, of an individual
35 computer.  For further information please read the files README-pxemenu and
36 INSTALL-pxemenu.
37
38   Implemented by: Ole Holm Nielsen
39
400.7
41 - Added default.memtest and default.flashqla as example how to
42   use pxeconfig utilities for other purposes then for systemimager.
43
44 - Added configure script (autoconf tools).
45
46 - Replaced the debian build package system by a better one that
47   uses the added configure script. It must now be easy to build
48   also a rpm package.
49
50 - Added a configuraton file pxeconfig.conf, eg to specify the
51   location of pxe config directory. Closes ticket #3.
52
53 - Removed the -d/--directory option for pxeconfig. It is replaced by
54   the configuration file pxeconfig.conf (pxe_config_dir).
55
560.6.6
57 - Fixed an error in postinst script for Debian.
58
590.6.5
60 - added reading symlinks to hexls; this produces output like
61    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl -> default.node_install
62
630.6.4:
64 - Fixed a bug in hexls with non resolving hostnames
65   Reported by:  Ole Holm Nielsen
66
670.6.3:
68 - Added hostname lookup feature to hexls. If succes it will display the
69   HEX address, ip-number, hostname, eg:
70    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl
71
720.6.2:
73  - Fixed a bug in the non-interactive mode reported by and fixed
74    by: Charles Galpin from defenderhosting.com
75
760.6.1:
77  - Interactive mode did not work anymore. Fixed it by adding
78    -i/--interactive command line options.
79    Thanks to: Walter de Jong
80
810.6:
82  - Added -r|--remove option. Now it is possible to remove the
83    pxe boot file, eg:
84        pxeconfig --remove dummy.sara.nl
85
86    Works also for the other options.
87
880.5
89  - Added support for hostnames on the command line instead of network
90    numbers, eg:
91        pxeconfig -f default.node_install bas.ka.sara.nl walter.ka.sara.nl
92
930.4.4
94  - Updated documentation for xinetd support + example config
95  - Added support for xinetd in the debian package scripts
96    Implemented by: Ramon Bastiaans
97
980.4.3
99  - Added make_deb_pkg.sh utility to make an DEBIAN package
100  - changed port number to 6611 for pxeconfigd. Webmin is using the 10000
101    port number.
102
1030.4.2
104  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
105  flag for printing version info.
106
107  Updated the INSTALL instructions. Howto use it for systemimager 3.X
108  versions
109
1100.4
111  Pxeconfig can now be used interactively or via command line
112  options.
113
1140.3
115  Fixed a bug in hexls. The regular expression to determine if
116  a filename is pxe hex filename or ordinary filename was wrong.
117
1180.2.1
119  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
120  Reported by: Ole Holm Nielsen
121
122  Phrase change use 'Select a number:' instead of 'Choice a number'
123  Proposed by: Ole Holm Nielsen
Note: See TracBrowser for help on using the repository browser.