root / trunk / CHANGELOG @ 24

View | Annotate | Download (1.4 KB)

1
0.5.2 - 2009.04.19
2
3
includes bug fixes, error checks, etc.
4
5
Fixes bugs #1,#2,#4,#6,#8,#10,#11
6
Related issues
7
8
    * Bug #1: need to check for hwid
9
    * Bug #2: release field is creating problems with some packages
10
    * Bug #4: Smarty include path error
11
    * Bug #6: list of software not updating
12
    * Bug #8: IP address sorting
13
    * Bug #10: package insertion fails
14
    * Bug #11: software page displays alphabet repeatedly
15
    * Bug #26: blank screen if no hosts found in DB
16
17
0.5.1  - 2008.12.19
18
 Bug Fixes, scheme changes, XML spec updates 
19
20
 * Filesystem and disks have had the limit raised from 2TB to 16 zettabytes.  
21
 * OS Name limit now 100 characters
22
 * Added Base Architecuture to host node
23
 * Added Unified Cache to CPU node
24
 * Split up 'version' and 'release' into 2 different fields for packages.  'release' is optional input
25
 * Various UI bug fixes
26
 * Renamed files, added contrib directory, in an attempt to standardize
27
28
 To update your DB scheme, please run the following:
29
	mysql -u mysqluser -p mysqldatabse < contrib/update_0.5.0-0.5.1.sql
30
31
 To update the data in your tables and your schema at the same time:
32
	php update_0.5.0-0.5.1.php 
33
   This will update your packages table to include release information.
34
   If you don't want this, comment it out.  If you do, you'll want to	
35
   check your gathering scripts to make sure they also sent the release
36
   information properly.  
37
	
38
0.5.0  - Dec 8 2007
39
 First Public Release