| 1 | * 20 May 2010: 0.7.2 |
|---|
| 2 | o localboot request now changes the symlink only for real mac |
|---|
| 3 | address (not for network specs) else it will create a new |
|---|
| 4 | symlink with the mac address from the request. |
|---|
| 5 | o delsystem: also remove files in the PXE_ROOT. |
|---|
| 6 | * 17 May 2010: 0.7.1 |
|---|
| 7 | o use IP addresses hexa mask in uppercase to be in sync with tftp conventions use by PXE. |
|---|
| 8 | o really distribute delsystem in archive. |
|---|
| 9 | * 12 May 2010: 0.7 |
|---|
| 10 | o allow to use IP addresses and sub-adresses instead of mac addresses. |
|---|
| 11 | o delsystem: new command to remove a system from the database. |
|---|
| 12 | * 24 Mar 2010: 0.6 |
|---|
| 13 | o common: use another level of symlink to have the names of the systems appear. |
|---|
| 14 | o syncsystems: rebuild all the symlinks from the content of the database. |
|---|
| 15 | o dpysystem: display IP addresses if present. |
|---|
| 16 | * 06 Mar 2009: 0.5 |
|---|
| 17 | o added the support to manage the default pxe boot. |
|---|
| 18 | * 22 Feb 2009: 0.4: |
|---|
| 19 | o web interface: more navigation pages: by test names, system names and versions. |
|---|
| 20 | o improved admin views by providing better names for the all the objects. |
|---|
| 21 | o dpytest: display only requested tests. |
|---|
| 22 | o fixed bad test matching in the upload logic by passing the test id to the upload url. |
|---|
| 23 | o nexttest: allow to request multiple tests in one call. |
|---|
| 24 | o documented the test system. |
|---|
| 25 | * 12 Feb 2009: 0.3: |
|---|
| 26 | o added a test automation system integrated with the PXE management. |
|---|
| 27 | o simplify the urls by finding the mac addresses automatically. |
|---|
| 28 | o activate the admin interface by default. |
|---|
| 29 | * 06 Feb 2009: 0.2: |
|---|
| 30 | o added a contrib directory with a generic installer based on a debian debootstrap. |
|---|
| 31 | o added a pxemngr command to launch the sub-commands and to avoid to pollute the |
|---|
| 32 | global namespace with a lot of commands. |
|---|
| 33 | o added an install target in the Makefile to allow to install the pxemngr on a system. |
|---|
| 34 | o syncbootname checks that the local profile is defined. |
|---|
| 35 | * 05 Feb 2009: 0.1: Initial release |
|---|