monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision 7aa69891001cc53af518ca9bff8e1c7dae0c28


From: monotone
Subject: [Monotone-commits-diffs] Revision 7aa69891001cc53af518ca9bff8e1c7dae0c280d
Date: Tue, 14 Oct 2008 00:08:03 +0200

-----------------------------------------------------------------
Revision: 7aa69891001cc53af518ca9bff8e1c7dae0c280d
Ancestor: 35c9a1b5661fa713059728bec11204df5d0fe7c4
Author: address@hidden
Date: 2008-10-13T22:05:13
Branch: net.venge.monotone.stripped

Modified files:
        app_state.cc app_state.hh base.hh database.cc database.hh
        gzip.cc key_store.cc key_store.hh m4/botan.m4 mkstemp.cc
        monotone.cc mt_version.cc netsync.cc revision.cc
        schema_migration.cc

ChangeLog: 

 * base.hh: add a SUPPORT_SQLITE_BEFORE_3003014 macro and only use the newer
   API function sqlite3_prepare_v2 if don't want to support older versions.
   Prevent being built against botan 1.7.14.
 * app_state.cc, database.cc, database.hh, key_store.cc, key_store.hh,
   mkstemp.cc: add support for the stable Botan 1.6.5 branch. This basically 
means re-added a variant which accesses the PRNG via the good old 
Botan::Global_RNG. Only for botan 1.7.7 and above, we have to pass on a 
shared_ptr to the random number generator.
 * key_store.cc: dropped special support for botan 1.7.14.
 * m4/botan.m4: accept botan versions back to 1.6.3, but mark 1.7.14 as
   unusable here as well.
 * database.cc, schema_migration.cc: revert to runtime checking of the
   SQLite version before adding the hex() function missing from SQLite
   3.3.12 and older. That way the same monotone binary can be linked against
   different sqlite versions.

Attachment: txtvagsBBR9zr.txt
Description: Diff [35c9a1b5661fa713059728bec11204df5d0fe7c4] -> [7aa69891001cc53af518ca9bff8e1c7dae0c280d]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]