Changeset 338d2582dab7c41138f6d9864729bad6779ec41b

Show
Ignore:
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:
2 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r7137c44 r338d258  
    88#--------------------------------------------------------------- 
    99 
    10 VERSION=0.3 
     10VERSION=0.4 
    1111 
    1212bindir=/usr/bin 
  • NEWS

    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. 
    18* 12 Feb 2009: 0.3: 
    29      o added a test automation system integrated with the PXE management.