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
RevLine 
[114]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
[117]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
[109]271.0.0
[98]28 - List of pxeconfig files are now sorted alphabetically
[99]29 - Use GNU getopt. This means that option and non-option arguments may be
30   intermixed.
[101]31 
32 - hexls now sorts its output
33   Suggested by : Ole Holm Nielsen
34   Implemented by : Bas van der Vlies
[98]35
[101]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
[99]40
[104]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
[109]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
[88]610.7
[73]62 - Added default.memtest and default.flashqla as example how to
63   use pxeconfig utilities for other purposes then for systemimager.
64
[88]65 - Added configure script (autoconf tools).
[84]66
[88]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.
[84]70
71 - Added a configuraton file pxeconfig.conf, eg to specify the
[88]72   location of pxe config directory. Closes ticket #3.
[84]73
74 - Removed the -d/--directory option for pxeconfig. It is replaced by
[88]75   the configuration file pxeconfig.conf (pxe_config_dir).
[84]76
[68]770.6.6
78 - Fixed an error in postinst script for Debian.
79
[65]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
[63]840.6.4:
85 - Fixed a bug in hexls with non resolving hostnames
86   Reported by:  Ole Holm Nielsen
87
[62]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
[60]930.6.2:
94  - Fixed a bug in the non-interactive mode reported by and fixed
95    by: Charles Galpin from defenderhosting.com
96
[56]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
[54]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
[48]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
[44]1140.4.4
[45]115  - Updated documentation for xinetd support + example config
[44]116  - Added support for xinetd in the debian package scripts
[45]117    Implemented by: Ramon Bastiaans
[44]118
[42]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
[31]1240.4.2
[28]125  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
126  flag for printing version info.
127
[31]128  Updated the INSTALL instructions. Howto use it for systemimager 3.X
129  versions
130
[21]1310.4
132  Pxeconfig can now be used interactively or via command line
133  options.
134
[17]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
[15]1390.2.1
[17]140  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
141  Reported by: Ole Holm Nielsen
[16]142
[17]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.