-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
41 lines (31 loc) · 1.52 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
* Tue Aug 22 2017 Ankit Kumar <[email protected]> 1.1.18
- Sqlite bind call validation
- Added libservicelog test cases
- Print machine serial number
- Fixed few regression issues
* Wed Mar 22 2017 Vasant Hegde <hegdevasant at linux.vnet.ibm.com> 1.1.17
- NULL check before calling strdup
- Fixed various bugs
* Tue Mar 15 2016 Vasant Hegde <hegdevasant at linux.vnet.ibm.com> 1.1.16
- Fixed security issues like buffer overflow, memory allocation validation
- Fixed sqlite bind issue
- Fixed several build warnings
* Thu Aug 14 2014 Vasant Hegde <hegdevasant at linux.vnet.ibm.com> 1.1.15
- Cleanup build tools (configure.ac and Makefile.am)
* Tue Aug 20 2013 Vasant Hegde <hegdevasant at linux.vnet.ibm.com> 1.1.14
- Include servicelog.db and bootstrap.sh file into compression file list
* Thu Jan 10 2013 Vasant Hegde <hegdevasant at linux.vnet.ibm.com> 1.1.13
- Legalize SQL insert command input string
- Minor typo fix
- repair_action : fix output format issue
* Wed Sep 12 2012 Vasant Hegde <hegdevasant at linux.vnet.ibm.com> 1.1.12
- Minor changes
* Sat Nov 07 2009 Jim Keniston <jkenisto at us.ibm.com>, Brad Peters 1.1.x
- Minor changes continued in the ensuing months
* Sat Aug 16 2008 Mike Strosaker <strosake at austin.ibm.com> 1.0.1
- Create /var/lib/servicelog/servicelog.db at install time
- Additional comments and code cleanup
- Fix issue with notification tools not being started
- Beautify printing of notification tools
* Tue Mar 04 2008 Mike Strosaker <strosake at austin.ibm.com> 1.0.0
- Initial creation of the package