source: trunk/Changelog @ 117

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

pxeconfig.in:

  • Fixed many small bugs
  • added -w,--equal-width option
File size: 4.4 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
6 - Fixed some spell errors
7   Author: Bas van der Vlies
8
9 - Add new optione -w/--equal-width, eg:
10    * pxeconfig -w --basename gb-r40n -s 1 -e 2 --filename default.install
11
12   Will create links to default.install for hosts:
13        gb-r40n09
14        gb-r40n10
15
16   Suggested by : Ole Holm Nielsen
17   Implemented by : Bas van der Vlies
18
19 - Fixed a bug when pxeconfig directory was set in pxeconfig.conf it was not
20   used at all.
21   Author: Bas van der Vlies
22
23 - Fixed a bug in short option '-b' (basename) must have an argument.
24   Author: Bas van der Vlies
25   
26
271.0.0
28 - List of pxeconfig files are now sorted alphabetically
29 - Use GNU getopt. This means that option and non-option arguments may be
30   intermixed.
31 
32 - hexls now sorts its output
33   Suggested by : Ole Holm Nielsen
34   Implemented by : Bas van der Vlies
35
36 - hexls now also display link info for hex files shorter dan 8 characters.
37   Some hex files can point to a subnet IP adddress
38   Suggested by : Ole Holm Nielsen
39   Implemented by : Bas van der Vlies
40
41 - Added -b/--basename option. This is for host with a common prefix, eg:
42     pxeconfig --basename gb-r40n --start 1 --end 2 --filename default.install
43
44   Will create links to default.install for hosts:
45        gb-r40n1
46        gb-r40n2
47
48   Implemented by: Bas van der Vlies
49
50 - Added pxe-menu tools:
51
52 The PXE-menu tools are used to control the booting of networked computers
53 directly from the computer's console at the BIOS level before any operating
54 system has been loaded.  This is extremely useful for diagnostic purposes,
55 or for selecting an operating system installation method, of an individual
56 computer.  For further information please read the files README-pxemenu and
57 INSTALL-pxemenu.
58
59   Implemented by: Ole Holm Nielsen
60
610.7
62 - Added default.memtest and default.flashqla as example how to
63   use pxeconfig utilities for other purposes then for systemimager.
64
65 - Added configure script (autoconf tools).
66
67 - Replaced the debian build package system by a better one that
68   uses the added configure script. It must now be easy to build
69   also a rpm package.
70
71 - Added a configuraton file pxeconfig.conf, eg to specify the
72   location of pxe config directory. Closes ticket #3.
73
74 - Removed the -d/--directory option for pxeconfig. It is replaced by
75   the configuration file pxeconfig.conf (pxe_config_dir).
76
770.6.6
78 - Fixed an error in postinst script for Debian.
79
800.6.5
81 - added reading symlinks to hexls; this produces output like
82    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl -> default.node_install
83
840.6.4:
85 - Fixed a bug in hexls with non resolving hostnames
86   Reported by:  Ole Holm Nielsen
87
880.6.3:
89 - Added hostname lookup feature to hexls. If succes it will display the
90   HEX address, ip-number, hostname, eg:
91    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl
92
930.6.2:
94  - Fixed a bug in the non-interactive mode reported by and fixed
95    by: Charles Galpin from defenderhosting.com
96
970.6.1:
98  - Interactive mode did not work anymore. Fixed it by adding
99    -i/--interactive command line options.
100    Thanks to: Walter de Jong
101
1020.6:
103  - Added -r|--remove option. Now it is possible to remove the
104    pxe boot file, eg:
105        pxeconfig --remove dummy.sara.nl
106
107    Works also for the other options.
108
1090.5
110  - Added support for hostnames on the command line instead of network
111    numbers, eg:
112        pxeconfig -f default.node_install bas.ka.sara.nl walter.ka.sara.nl
113
1140.4.4
115  - Updated documentation for xinetd support + example config
116  - Added support for xinetd in the debian package scripts
117    Implemented by: Ramon Bastiaans
118
1190.4.3
120  - Added make_deb_pkg.sh utility to make an DEBIAN package
121  - changed port number to 6611 for pxeconfigd. Webmin is using the 10000
122    port number.
123
1240.4.2
125  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
126  flag for printing version info.
127
128  Updated the INSTALL instructions. Howto use it for systemimager 3.X
129  versions
130
1310.4
132  Pxeconfig can now be used interactively or via command line
133  options.
134
1350.3
136  Fixed a bug in hexls. The regular expression to determine if
137  a filename is pxe hex filename or ordinary filename was wrong.
138
1390.2.1
140  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
141  Reported by: Ole Holm Nielsen
142
143  Phrase change use 'Select a number:' instead of 'Choice a number'
144  Proposed by: Ole Holm Nielsen
Note: See TracBrowser for help on using the repository browser.