pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-DBD-SQLite2
Module Name: pkgsrc
Committed By: hiramatsu
Date: Wed May 22 03:27:37 UTC 2013
Modified Files:
pkgsrc/databases/p5-DBD-SQLite2: Makefile distinfo
Log Message:
Update p5-DBD-SQLite2 to 0.36.
Changes from previous:
----------------------
0.36 2013-04-08 rurban
- Fix mingw32 off_t redefinition. [cpan #84492]
Use a private sql_off_t typedef for the sqlite internal off_t type.
- cygwin is now a OS_UNIX, not OS_WIN.
0.35 2013-04-01 rurban
- Fix SEGV when fetchrow() is called again after it has returned an
empty list ie. the query has completed. [cpan #16451]
- Add testcases for [cpan #26775] and [cpan #28448]
- Fixed [cpan #26775]: Remove () in names with DISTINCT(t.name)
- Honor -g in $Config{optimize}
- Add META and POD tests, and META info for EUMM
0.34 2013-04-01 rurban
- Fix SEGV in t/ak-dbd.t with asan, concurrent _sqlite2_fetch_row [cpan
#55636]
- Add return value for dbd_bind_ph() - bind_param with handle
- Add declaration for sqlite2_busy_timeout()
- Fix clang -Wparentheses and -Wint-conversion warnings
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/p5-DBD-SQLite2/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/p5-DBD-SQLite2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index