summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 10ce9ad81b8b2fcf88728ec820d80e9d45023ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
persistence-common-object ChangeLog
===================================

Version 1.0.2 16.09.2014
------------------------
1.	Updated protected IF persComTypes.h :
	- Allow support of the standard C99 instead of redeclaration.
2.	Separated lib version from package version in configuration.

Version 1.0.1 25.08.2014
------------------------

1.	Split of the low level database access.
	Added separate folders (itzam, sqlite, rawdb) under src, for specific database access implementations.
	Default database : itzam.
	Use "./configure --with-sqlite" to build using the SQLITE db. Provide implementation in src/sqlite/pers_low_level_db_access.c
	based on pers_low_level_db_access_if.h
	Use "./configure --with-rawdb" to build using the RAWDB db.  Provide implementation in src/rawdb/pers_low_level_db_access.c
	based on pers_low_level_db_access_if.h