source: trunk/Changelog @ 118

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

pxeconfig.in:

  • Convert pxeconfig directory to realpath
File size: 4.5 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 - Various bugs fixed with setting pxeconfig directory in pxeconfig.conf:
20   - Setting of the pxeconfig directory in config file did not have any effect
21   - Convert pxeconfig directory to realpath else os.chdir fails
22   Author: Bas van der Vlies
23
24 - Fixed a bug in short option '-b' (basename) must have an argument.
25   Author: Bas van der Vlies
26   
27
281.0.0
29 - List of pxeconfig files are now sorted alphabetically
30 - Use GNU getopt. This means that option and non-option arguments may be
31   intermixed.
32 
33 - hexls now sorts its output
34   Suggested by : Ole Holm Nielsen
35   Implemented by : Bas van der Vlies
36
37 - hexls now also display link info for hex files shorter dan 8 characters.
38   Some hex files can point to a subnet IP adddress
39   Suggested by : Ole Holm Nielsen
40   Implemented by : Bas van der Vlies
41
42 - Added -b/--basename option. This is for host with a common prefix, eg:
43     pxeconfig --basename gb-r40n --start 1 --end 2 --filename default.install
44
45   Will create links to default.install for hosts:
46        gb-r40n1
47        gb-r40n2
48
49   Implemented by: Bas van der Vlies
50
51 - Added pxe-menu tools:
52
53 The PXE-menu tools are used to control the booting of networked computers
54 directly from the computer's console at the BIOS level before any operating
55 system has been loaded.  This is extremely useful for diagnostic purposes,
56 or for selecting an operating system installation method, of an individual
57 computer.  For further information please read the files README-pxemenu and
58 INSTALL-pxemenu.
59
60   Implemented by: Ole Holm Nielsen
61
620.7
63 - Added default.memtest and default.flashqla as example how to
64   use pxeconfig utilities for other purposes then for systemimager.
65
66 - Added configure script (autoconf tools).
67
68 - Replaced the debian build package system by a better one that
69   uses the added configure script. It must now be easy to build
70   also a rpm package.
71
72 - Added a configuraton file pxeconfig.conf, eg to specify the
73   location of pxe config directory. Closes ticket #3.
74
75 - Removed the -d/--directory option for pxeconfig. It is replaced by
76   the configuration file pxeconfig.conf (pxe_config_dir).
77
780.6.6
79 - Fixed an error in postinst script for Debian.
80
810.6.5
82 - added reading symlinks to hexls; this produces output like
83    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl -> default.node_install
84
850.6.4:
86 - Fixed a bug in hexls with non resolving hostnames
87   Reported by:  Ole Holm Nielsen
88
890.6.3:
90 - Added hostname lookup feature to hexls. If succes it will display the
91   HEX address, ip-number, hostname, eg:
92    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl
93
940.6.2:
95  - Fixed a bug in the non-interactive mode reported by and fixed
96    by: Charles Galpin from defenderhosting.com
97
980.6.1:
99  - Interactive mode did not work anymore. Fixed it by adding
100    -i/--interactive command line options.
101    Thanks to: Walter de Jong
102
1030.6:
104  - Added -r|--remove option. Now it is possible to remove the
105    pxe boot file, eg:
106        pxeconfig --remove dummy.sara.nl
107
108    Works also for the other options.
109
1100.5
111  - Added support for hostnames on the command line instead of network
112    numbers, eg:
113        pxeconfig -f default.node_install bas.ka.sara.nl walter.ka.sara.nl
114
1150.4.4
116  - Updated documentation for xinetd support + example config
117  - Added support for xinetd in the debian package scripts
118    Implemented by: Ramon Bastiaans
119
1200.4.3
121  - Added make_deb_pkg.sh utility to make an DEBIAN package
122  - changed port number to 6611 for pxeconfigd. Webmin is using the 10000
123    port number.
124
1250.4.2
126  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
127  flag for printing version info.
128
129  Updated the INSTALL instructions. Howto use it for systemimager 3.X
130  versions
131
1320.4
133  Pxeconfig can now be used interactively or via command line
134  options.
135
1360.3
137  Fixed a bug in hexls. The regular expression to determine if
138  a filename is pxe hex filename or ordinary filename was wrong.
139
1400.2.1
141  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
142  Reported by: Ole Holm Nielsen
143
144  Phrase change use 'Select a number:' instead of 'Choice a number'
145  Proposed by: Ole Holm Nielsen
Note: See TracBrowser for help on using the repository browser.