root / trunk / CHANGELOG @ 30

View | Annotate | Download (1.5 KB)

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