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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
wxsqlite3 (3.0.0.1~dfsg0-2) unstable; urgency=low
* Attempt to fix FTBFS on the Hurd.
Thanks to Barry deFreese for the patch. (Closes: #676445)
* Migrate debian/copyrigt to machine-readable format.
* Bump Standards.
-- Alessio Treglia <alessio@debian.org> Thu, 07 Jun 2012 10:21:31 +0200
wxsqlite3 (3.0.0.1~dfsg0-1) unstable; urgency=low
* New bugfix release.
-- Alessio Treglia <alessio@debian.org> Sat, 18 Feb 2012 12:55:48 +0100
wxsqlite3 (3.0.0~dfsg0-1) unstable; urgency=low
* New upstream release:
- Upgrade to SQLite version 3.7.10
- Added method wxSQLite3Database::Vacuum
- Added method wxSQLite3Database::GetDatabaseFilename
- Added method wxSQLite3Database::ReleaseMemory
- Added method wxSQLite3ResultSet::CursorMoved
- Added method wxSQLite3Statement::IsBusy
- Fixed a bug in method operator= of wxSQLite3StringCollection
causing an endless recursion on assignment
- Dropped the concept of SQLite3 pointer ownership in favor of reference
counted pointers allowing much more flexible use of wxSQLite3 classes
- Modified SQLite3 encryption extension (defining int64 datatype for
SHA2 algorithm)
- Dropped dbadmin sample from build files
- Added Premake support for SQLite3 library with encryption support and
for wxSQLite3 (experimental)
* Multi-Arch support, yeah ;-)
* debian/rules:
- Export USE_SOTWOSYMLINKS=1 to make the new buildsystem work properly.
- Let wxsqlite3-2.8.pc automagically regenerate at build time.
* Remove 1003-disable_dbadmin.patch, the build of dbadmin is now disabled
by default.
* Add patch to skip comparison of Bakefile versions to prevent FTBFS.
* Refresh patches.
-- Alessio Treglia <alessio@debian.org> Sat, 18 Feb 2012 10:31:16 +0100
wxsqlite3 (2.1.3-1) unstable; urgency=low
* New upstream release::
- Corrected default behaviour for attached databases in case of
an encrypted main database. Now the attached database uses the
same encryption key as the main database if no explicit key is
given. Previously the attached database remained unencrypted.
- Added an optional progress callback for metheods Backup & Restore.
- Added method SetBackupRestorePageCount to set the number of pages
to be copied in one cycle of the backup/restore process.
-- Alessio Treglia <alessio@debian.org> Wed, 17 Aug 2011 11:32:09 +0200
wxsqlite3 (2.1.2-1) unstable; urgency=low
* Imported Upstream version 2.1.2:
- Upgrade to SQLite version 3.7.7.1
* Add gbp config file.
* Add debian/repack.{local,sh,stub} scripts to automagically
repack the tarball.
* Enable parallel builds.
-- Alessio Treglia <alessio@debian.org> Mon, 11 Jul 2011 17:21:28 +0200
wxsqlite3 (2.1.1-1) unstable; urgency=low
* New upstream release:
- Upgrade to SQLite latest version.
- Changed write-ahead log checkpoint method to new version (v2).
- Added convenience method wxSQLite3Statement::ExecuteScalar.
* Update wxsqlite-2.8.pc file.
* Update Standards-Version.
* debian/copyright: Update to DEP-5 rev.174.
-- Alessio Treglia <alessio@debian.org> Mon, 25 Apr 2011 09:39:23 +0200
wxsqlite3 (2.1.0-3) unstable; urgency=low
* Update debian/wxsqlite3-2.8.pc.
-- Alessio Treglia <alessio@debian.org> Sat, 19 Mar 2011 12:20:14 +0100
wxsqlite3 (2.1.0-2) unstable; urgency=low
* Fix FTBFS on most architectures.
-- Alessio Treglia <alessio@debian.org> Thu, 17 Mar 2011 15:33:34 +0100
wxsqlite3 (2.1.0-1) unstable; urgency=low
* New upstream release:
- Upgrade to SQLite version 3.7.5.
* Don't fail when the doc is not built (Closes: #618625).
* debian/patches/1003-disable_dbadmin.patch:
- Don't build dbadmin since we don't have wxScintilla.
* Refresh debian/patches/1001-soname.patch.
* Refresh debian/copyright.
* Update symbols file.
-- Alessio Treglia <alessio@debian.org> Thu, 17 Mar 2011 10:44:01 +0100
wxsqlite3 (2.0.2-1) unstable; urgency=low
* Initial release. (Closes: #610686)
-- Alessio Treglia <alessio@debian.org> Fri, 21 Jan 2011 10:12:40 +0100
|