source: trunk/Changelog @ 106

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

pxeconfig.in:

  • Added -b/--basename to getopt
  • Improved code layout for some function, ts=4
File size: 3.3 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
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
240.7
25 - Added default.memtest and default.flashqla as example how to
26   use pxeconfig utilities for other purposes then for systemimager.
27
28 - Added configure script (autoconf tools).
29
30 - Replaced the debian build package system by a better one that
31   uses the added configure script. It must now be easy to build
32   also a rpm package.
33
34 - Added a configuraton file pxeconfig.conf, eg to specify the
35   location of pxe config directory. Closes ticket #3.
36
37 - Removed the -d/--directory option for pxeconfig. It is replaced by
38   the configuration file pxeconfig.conf (pxe_config_dir).
39
400.6.6
41 - Fixed an error in postinst script for Debian.
42
430.6.5
44 - added reading symlinks to hexls; this produces output like
45    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl -> default.node_install
46
470.6.4:
48 - Fixed a bug in hexls with non resolving hostnames
49   Reported by:  Ole Holm Nielsen
50
510.6.3:
52 - Added hostname lookup feature to hexls. If succes it will display the
53   HEX address, ip-number, hostname, eg:
54    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl
55
560.6.2:
57  - Fixed a bug in the non-interactive mode reported by and fixed
58    by: Charles Galpin from defenderhosting.com
59
600.6.1:
61  - Interactive mode did not work anymore. Fixed it by adding
62    -i/--interactive command line options.
63    Thanks to: Walter de Jong
64
650.6:
66  - Added -r|--remove option. Now it is possible to remove the
67    pxe boot file, eg:
68        pxeconfig --remove dummy.sara.nl
69
70    Works also for the other options.
71
720.5
73  - Added support for hostnames on the command line instead of network
74    numbers, eg:
75        pxeconfig -f default.node_install bas.ka.sara.nl walter.ka.sara.nl
76
770.4.4
78  - Updated documentation for xinetd support + example config
79  - Added support for xinetd in the debian package scripts
80    Implemented by: Ramon Bastiaans
81
820.4.3
83  - Added make_deb_pkg.sh utility to make an DEBIAN package
84  - changed port number to 6611 for pxeconfigd. Webmin is using the 10000
85    port number.
86
870.4.2
88  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
89  flag for printing version info.
90
91  Updated the INSTALL instructions. Howto use it for systemimager 3.X
92  versions
93
940.4
95  Pxeconfig can now be used interactively or via command line
96  options.
97
980.3
99  Fixed a bug in hexls. The regular expression to determine if
100  a filename is pxe hex filename or ordinary filename was wrong.
101
1020.2.1
103  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
104  Reported by: Ole Holm Nielsen
105
106  Phrase change use 'Select a number:' instead of 'Choice a number'
107  Proposed by: Ole Holm Nielsen
Note: See TracBrowser for help on using the repository browser.