source: trunk/Changelog @ 88

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

Changelog

File size: 2.5 KB
Line 
10.7
2 - Added default.memtest and default.flashqla as example how to
3   use pxeconfig utilities for other purposes then for systemimager.
4
5 - Added configure script (autoconf tools).
6
7 - Replaced the debian build package system by a better one that
8   uses the added configure script. It must now be easy to build
9   also a rpm package.
10
11 - Added a configuraton file pxeconfig.conf, eg to specify the
12   location of pxe config directory. Closes ticket #3.
13
14 - Removed the -d/--directory option for pxeconfig. It is replaced by
15   the configuration file pxeconfig.conf (pxe_config_dir).
16
170.6.6
18 - Fixed an error in postinst script for Debian.
19
200.6.5
21 - added reading symlinks to hexls; this produces output like
22    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl -> default.node_install
23
240.6.4:
25 - Fixed a bug in hexls with non resolving hostnames
26   Reported by:  Ole Holm Nielsen
27
280.6.3:
29 - Added hostname lookup feature to hexls. If succes it will display the
30   HEX address, ip-number, hostname, eg:
31    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl
32
330.6.2:
34  - Fixed a bug in the non-interactive mode reported by and fixed
35    by: Charles Galpin from defenderhosting.com
36
370.6.1:
38  - Interactive mode did not work anymore. Fixed it by adding
39    -i/--interactive command line options.
40    Thanks to: Walter de Jong
41
420.6:
43  - Added -r|--remove option. Now it is possible to remove the
44    pxe boot file, eg:
45        pxeconfig --remove dummy.sara.nl
46
47    Works also for the other options.
48
490.5
50  - Added support for hostnames on the command line instead of network
51    numbers, eg:
52        pxeconfig -f default.node_install bas.ka.sara.nl walter.ka.sara.nl
53
540.4.4
55  - Updated documentation for xinetd support + example config
56  - Added support for xinetd in the debian package scripts
57    Implemented by: Ramon Bastiaans
58
590.4.3
60  - Added make_deb_pkg.sh utility to make an DEBIAN package
61  - changed port number to 6611 for pxeconfigd. Webmin is using the 10000
62    port number.
63
640.4.2
65  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
66  flag for printing version info.
67
68  Updated the INSTALL instructions. Howto use it for systemimager 3.X
69  versions
70
710.4
72  Pxeconfig can now be used interactively or via command line
73  options.
74
750.3
76  Fixed a bug in hexls. The regular expression to determine if
77  a filename is pxe hex filename or ordinary filename was wrong.
78
790.2.1
80  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
81  Reported by: Ole Holm Nielsen
82
83  Phrase change use 'Select a number:' instead of 'Choice a number'
84  Proposed by: Ole Holm Nielsen
Note: See TracBrowser for help on using the repository browser.