Changeset 338d2582dab7c41138f6d9864729bad6779ec41b
- Timestamp:
- 02/22/09 09:33:45 (3 years ago)
- Author:
- Frederic Lepied <frederic.lepied@…>
- Children:
- 8717fb5f6353d199eb0d5dc240d1fd27657e995c
- Parents:
- c8726316b857d4928dbeff5dc0533ead2f120d44
- git-committer:
- Frederic Lepied <frederic.lepied@…> (02/22/09 09:33:45)
- Message:
-
v0.4
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r7137c44
|
r338d258
|
|
| 8 | 8 | #--------------------------------------------------------------- |
| 9 | 9 | |
| 10 | | VERSION=0.3 |
| | 10 | VERSION=0.4 |
| 11 | 11 | |
| 12 | 12 | bindir=/usr/bin |
-
|
rc872631
|
r338d258
|
|
| | 1 | * 22 Feb 2009: 0.4: |
| | 2 | o web interface: more navigation pages: by test names, system names and versions. |
| | 3 | o improved admin views by providing better names for the all the objects. |
| | 4 | o dpytest: display only requested tests. |
| | 5 | o fixed bad test matching in the upload logic by passing the test id to the upload url. |
| | 6 | o nexttest: allow to request multiple tests in one call. |
| | 7 | o documented the test system. |
| 1 | 8 | * 12 Feb 2009: 0.3: |
| 2 | 9 | o added a test automation system integrated with the PXE management. |