File: changelog

package info (click to toggle)
simpledb 1.5-1.4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 888 kB
  • ctags: 238
  • sloc: cpp: 529; makefile: 127; perl: 23; sh: 9
file content (34 lines) | stat: -rw-r--r-- 1,234 bytes parent folder | download
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
simpledb 1.5   Fri Jan 06 2006
 * Fixed error in Makefile where the soname sent to the linker was incorrect -
   Thanks to Jonas Genantt for pointing this out.

simpledb 1.4   Thu Jan 05 2006
 * Fixed spelling errors.
 * Merged two strQuery functions in the Database object into one function
   with a default value for bufSize. Note that the so version has been
   bumped because of this.
 * Fixed typo in Makefile (missing so in one of the symlinks) - thanks
   Jonas Genannt for this - I noticed it in his Debian source package
   diff.

simpledb 1.3   Wed Dec 28 2005
 * No debian/-Directory in upstream sources

simpledb 1.1   Thu Jun 16 2005
 * SQL_NO_DATA throws NoDataException from Query::execut

simpledb 1.0   Fri Jun 10 2005
 * Initial version

simpledb 0.4.1 Thu Apr 28 2005
 * Fixed up bug with escapeString, was not escaping the back slash character.
 * deb build creates the shlibs file.

simpledb 0.4.0 Wed Mar 16 2005
 * Made many of the Database member methods const. This changes the binary.
   interface so you will need to recompile any applications using this API.
 * Updateded debian package building rules.
 * Fixes to allow compilation under gcc 3.

simpledb 0.3.1 Thu Jan 28 2005
 * Initial public release.