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
RevLine 
[98]1XXXX
2 - List of pxeconfig files are now sorted alphabetically
[99]3 - Use GNU getopt. This means that option and non-option arguments may be
4   intermixed.
[101]5 
6 - hexls now sorts its output
7   Suggested by : Ole Holm Nielsen
8   Implemented by : Bas van der Vlies
[98]9
[101]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
[99]14
[104]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
[88]240.7
[73]25 - Added default.memtest and default.flashqla as example how to
26   use pxeconfig utilities for other purposes then for systemimager.
27
[88]28 - Added configure script (autoconf tools).
[84]29
[88]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.
[84]33
34 - Added a configuraton file pxeconfig.conf, eg to specify the
[88]35   location of pxe config directory. Closes ticket #3.
[84]36
37 - Removed the -d/--directory option for pxeconfig. It is replaced by
[88]38   the configuration file pxeconfig.conf (pxe_config_dir).
[84]39
[68]400.6.6
41 - Fixed an error in postinst script for Debian.
42
[65]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
[63]470.6.4:
48 - Fixed a bug in hexls with non resolving hostnames
49   Reported by:  Ole Holm Nielsen
50
[62]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
[60]560.6.2:
57  - Fixed a bug in the non-interactive mode reported by and fixed
58    by: Charles Galpin from defenderhosting.com
59
[56]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
[54]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
[48]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
[44]770.4.4
[45]78  - Updated documentation for xinetd support + example config
[44]79  - Added support for xinetd in the debian package scripts
[45]80    Implemented by: Ramon Bastiaans
[44]81
[42]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
[31]870.4.2
[28]88  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
89  flag for printing version info.
90
[31]91  Updated the INSTALL instructions. Howto use it for systemimager 3.X
92  versions
93
[21]940.4
95  Pxeconfig can now be used interactively or via command line
96  options.
97
[17]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
[15]1020.2.1
[17]103  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
104  Reported by: Ole Holm Nielsen
[16]105
[17]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.