source: trunk/Changelog @ 112

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

Preparing for new release 1.0.0

File size: 3.7 KB
Line 
11.0.0
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
15 - Added -b/--basename option. This is for host with a common prefix, eg:
16     pxeconfig --basename gb-r40n --start 1 --end 2 --filename default.install
17
18   Will create links to default.install for hosts:
19        gb-r40n1
20        gb-r40n2
21
22   Implemented by: Bas van der Vlies
23
24 - Added pxe-menu tools:
25
26 The PXE-menu tools are used to control the booting of networked computers
27 directly from the computer's console at the BIOS level before any operating
28 system has been loaded.  This is extremely useful for diagnostic purposes,
29 or for selecting an operating system installation method, of an individual
30 computer.  For further information please read the files README-pxemenu and
31 INSTALL-pxemenu.
32
33   Implemented by: Ole Holm Nielsen
34
350.7
36 - Added default.memtest and default.flashqla as example how to
37   use pxeconfig utilities for other purposes then for systemimager.
38
39 - Added configure script (autoconf tools).
40
41 - Replaced the debian build package system by a better one that
42   uses the added configure script. It must now be easy to build
43   also a rpm package.
44
45 - Added a configuraton file pxeconfig.conf, eg to specify the
46   location of pxe config directory. Closes ticket #3.
47
48 - Removed the -d/--directory option for pxeconfig. It is replaced by
49   the configuration file pxeconfig.conf (pxe_config_dir).
50
510.6.6
52 - Fixed an error in postinst script for Debian.
53
540.6.5
55 - added reading symlinks to hexls; this produces output like
56    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl -> default.node_install
57
580.6.4:
59 - Fixed a bug in hexls with non resolving hostnames
60   Reported by:  Ole Holm Nielsen
61
620.6.3:
63 - Added hostname lookup feature to hexls. If succes it will display the
64   HEX address, ip-number, hostname, eg:
65    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl
66
670.6.2:
68  - Fixed a bug in the non-interactive mode reported by and fixed
69    by: Charles Galpin from defenderhosting.com
70
710.6.1:
72  - Interactive mode did not work anymore. Fixed it by adding
73    -i/--interactive command line options.
74    Thanks to: Walter de Jong
75
760.6:
77  - Added -r|--remove option. Now it is possible to remove the
78    pxe boot file, eg:
79        pxeconfig --remove dummy.sara.nl
80
81    Works also for the other options.
82
830.5
84  - Added support for hostnames on the command line instead of network
85    numbers, eg:
86        pxeconfig -f default.node_install bas.ka.sara.nl walter.ka.sara.nl
87
880.4.4
89  - Updated documentation for xinetd support + example config
90  - Added support for xinetd in the debian package scripts
91    Implemented by: Ramon Bastiaans
92
930.4.3
94  - Added make_deb_pkg.sh utility to make an DEBIAN package
95  - changed port number to 6611 for pxeconfigd. Webmin is using the 10000
96    port number.
97
980.4.2
99  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
100  flag for printing version info.
101
102  Updated the INSTALL instructions. Howto use it for systemimager 3.X
103  versions
104
1050.4
106  Pxeconfig can now be used interactively or via command line
107  options.
108
1090.3
110  Fixed a bug in hexls. The regular expression to determine if
111  a filename is pxe hex filename or ordinary filename was wrong.
112
1130.2.1
114  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
115  Reported by: Ole Holm Nielsen
116
117  Phrase change use 'Select a number:' instead of 'Choice a number'
118  Proposed by: Ole Holm Nielsen
Note: See TracBrowser for help on using the repository browser.