source: trunk/Changelog @ 120

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

configure.in:

  • removed C-compiler requirement

debian/changelog:

  • version 2.0.0

pxeconfig.in:

  • working host-range with padding

pxeconfigd.in:

  • new version
File size: 5.2 KB
RevLine 
[120]12.0.0
[114]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
[118]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
[117]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
[119]26
27 - In analogue with systemimager we have a -H,--host-range <number>-<number>
28   option. It must be used in combinatiion with -b,--basebane, eg:
29     pxeconfig --basename gb-r1n --host-range 1-2 -filename default.memtestZ
30
31   will produce links to file default.memtest for these hosts
32      - gb-r1n1
33      - gb-r1n2
34
35  If leading zeros are used, then host names will be padded with zeros.
36     pxeconfig --basename gb-r1n --host-range 01-02 -filename default.memtestZ
37
38  will produce links to file default.memtest for these hosts
39      - gb-r1n01
40      - gb-r1n02
41
[120]42   Suggested by : Ole Holm Nielsen
43   Implemented by : Bas van der Vlies
[117]44
[120]45 - We do need the check for a C-compiler so remove it from the configure.in
46   and made a new configure
47   Author: Bas van der Vlies
48
[109]491.0.0
[98]50 - List of pxeconfig files are now sorted alphabetically
[99]51 - Use GNU getopt. This means that option and non-option arguments may be
52   intermixed.
[101]53 
54 - hexls now sorts its output
55   Suggested by : Ole Holm Nielsen
56   Implemented by : Bas van der Vlies
[98]57
[101]58 - hexls now also display link info for hex files shorter dan 8 characters.
59   Some hex files can point to a subnet IP adddress
60   Suggested by : Ole Holm Nielsen
61   Implemented by : Bas van der Vlies
[99]62
[104]63 - Added -b/--basename option. This is for host with a common prefix, eg:
64     pxeconfig --basename gb-r40n --start 1 --end 2 --filename default.install
65
66   Will create links to default.install for hosts:
67        gb-r40n1
68        gb-r40n2
69
70   Implemented by: Bas van der Vlies
71
[109]72 - Added pxe-menu tools:
73
74 The PXE-menu tools are used to control the booting of networked computers
75 directly from the computer's console at the BIOS level before any operating
76 system has been loaded.  This is extremely useful for diagnostic purposes,
77 or for selecting an operating system installation method, of an individual
78 computer.  For further information please read the files README-pxemenu and
79 INSTALL-pxemenu.
80
81   Implemented by: Ole Holm Nielsen
82
[88]830.7
[73]84 - Added default.memtest and default.flashqla as example how to
85   use pxeconfig utilities for other purposes then for systemimager.
86
[88]87 - Added configure script (autoconf tools).
[84]88
[88]89 - Replaced the debian build package system by a better one that
90   uses the added configure script. It must now be easy to build
91   also a rpm package.
[84]92
93 - Added a configuraton file pxeconfig.conf, eg to specify the
[88]94   location of pxe config directory. Closes ticket #3.
[84]95
96 - Removed the -d/--directory option for pxeconfig. It is replaced by
[88]97   the configuration file pxeconfig.conf (pxe_config_dir).
[84]98
[68]990.6.6
100 - Fixed an error in postinst script for Debian.
101
[65]1020.6.5
103 - added reading symlinks to hexls; this produces output like
104    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl -> default.node_install
105
[63]1060.6.4:
107 - Fixed a bug in hexls with non resolving hostnames
108   Reported by:  Ole Holm Nielsen
109
[62]1100.6.3:
111 - Added hostname lookup feature to hexls. If succes it will display the
112   HEX address, ip-number, hostname, eg:
113    C0A811DD => 192.168.17.221 => gb-r13n5.irc.sara.nl
114
[60]1150.6.2:
116  - Fixed a bug in the non-interactive mode reported by and fixed
117    by: Charles Galpin from defenderhosting.com
118
[56]1190.6.1:
120  - Interactive mode did not work anymore. Fixed it by adding
121    -i/--interactive command line options.
122    Thanks to: Walter de Jong
123
[54]1240.6:
125  - Added -r|--remove option. Now it is possible to remove the
126    pxe boot file, eg:
127        pxeconfig --remove dummy.sara.nl
128
129    Works also for the other options.
130
[48]1310.5
132  - Added support for hostnames on the command line instead of network
133    numbers, eg:
134        pxeconfig -f default.node_install bas.ka.sara.nl walter.ka.sara.nl
135
[44]1360.4.4
[45]137  - Updated documentation for xinetd support + example config
[44]138  - Added support for xinetd in the debian package scripts
[45]139    Implemented by: Ramon Bastiaans
[44]140
[42]1410.4.3
142  - Added make_deb_pkg.sh utility to make an DEBIAN package
143  - changed port number to 6611 for pxeconfigd. Webmin is using the 10000
144    port number.
145
[31]1460.4.2
[28]147  Minor change to pxeconfig/pxeconfigd utiltites. Added '-V/--version'
148  flag for printing version info.
149
[31]150  Updated the INSTALL instructions. Howto use it for systemimager 3.X
151  versions
152
[21]1530.4
154  Pxeconfig can now be used interactively or via command line
155  options.
156
[17]1570.3
158  Fixed a bug in hexls. The regular expression to determine if
159  a filename is pxe hex filename or ordinary filename was wrong.
160
[15]1610.2.1
[17]162  Bugfix now we can run pxeconfig a second time to change the pxe boot file.
163  Reported by: Ole Holm Nielsen
[16]164
[17]165  Phrase change use 'Select a number:' instead of 'Choice a number'
166  Proposed by: Ole Holm Nielsen
Note: See TracBrowser for help on using the repository browser.