File: changes.txt

package info (click to toggle)
slsqlite 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 604 kB
  • sloc: sh: 3,107; ansic: 1,065; makefile: 183
file content (15 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Changes since v0.6.0
1. Renamed CHANGES to changes.txt; added src/version.h
2. Updated aclocal.m4; added support for CPPFLAGS (based upon patch
   from Rafael Laboissière)
3. Removed top-level Makefile (Rafael Laboissière)
4. Used SLstrlen_Type instead of unsigned int for slang-3 migration

Changes since 0.5.0
1. Fixed uninitialized variable (John E. Davis)
Changes since 0.4.0
1. Some code cleanup (John. E. Davis)
2. Added object-oriented interface (John E. Davis)
3. Added support for prepared statements
4. Removed underscores from exception class names
5. Added some support for unsigned integers and long long integers