SQLite

Changes On Branch branch-3.7.6
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch branch-3.7.6 Excluding Merge-Ins

This is equivalent to a diff from a35e83ea to e6a04bf9

2011-12-23
11:07
Fix a problem with [f9c4a7c8f4] as applied to this branch. (Leaf check-in: e6a04bf9 user: dan tags: branch-3.7.6)
2011-12-22
18:44
Backport the fixes for Coverity-discovered problems in [1c27d84216], [676acce274], and [f9c4a7c8f4] from trunk to the 3.7.6 branch. (check-in: a61786e7 user: drh tags: branch-3.7.6)
2011-04-17
17:14
Change the prototype for the open() system call to agree with Posix. Though a faulty function prototype in a pointer cast is a seemingly innocuous error, the correct prototype is necessary for pthreads to work correctly on NetBSD. (check-in: 986f2f25 user: drh tags: branch-3.7.6)
2011-04-13
16:52
Fix a usage comment typo in the showdb utility. (check-in: 8744ced4 user: drh tags: trunk)
15:42
Update the apple-osx branch to version 3.7.6.1. (check-in: 289194d6 user: drh tags: apple-osx)
14:40
Version 3.7.6.1 (check-in: a35e83ea user: drh tags: trunk, release, version-3.7.6.1)
14:02
Bump the version number to 3.7.6.1 in preparation for a bug-fix release. (check-in: 5f0c394a user: drh tags: trunk)

Changes to VERSION.

Changes to configure.

Changes to ext/fts3/fts3_write.c.

Changes to ext/rtree/rtree.c.

Changes to src/date.c.

Changes to src/main.c.

Changes to src/malloc.c.

Changes to src/os_unix.c.

Changes to src/pager.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/test_vfs.c.

Changes to test/pager1.test.

Added test/tkt-2d1a5c67d.test.

Added test/tkt-bd484a090c.test.

Changes to tool/shell1.test.