# # # patch "ChangeLog" # from [0621c8df5b36f3d1416b2d0ddd004314adc2bd69] # to [a00f7fb16a6434e9b9e7336edf7f057d93a13876] # # patch "NEWS" # from [b6425faf0a1c6e6c1ac72df759e8de788aa0d9a1] # to [4244015fb774c008339b4803dadde52021f37f91] # ============================================================ --- ChangeLog 0621c8df5b36f3d1416b2d0ddd004314adc2bd69 +++ ChangeLog a00f7fb16a6434e9b9e7336edf7f057d93a13876 @@ -1,5 +1,11 @@ 2006-04-06 Nathaniel Smith + * NEWS: Go ahead and add a note about sqlite 3.3, since + incompatibility with the 3.2 command line client has apparently + bitten at least two of us. + +2006-04-06 Nathaniel Smith + * Makefile.am (package_full_revision_*.txt): Try this again, hopefully now 'distcheck' will work in a clean dir on systems that have no mtn binary. ============================================================ --- NEWS b6425faf0a1c6e6c1ac72df759e8de788aa0d9a1 +++ NEWS 4244015fb774c008339b4803dadde52021f37f91 @@ -158,6 +158,12 @@ - Database storage now uses sqlite's blob support; database files should be ~1/4 smaller as a result. + - Monotone now uses sqlite 3.3; this means that older versions + of the command line client (e.g., an 'sqlite3' command built + against sqlite version 3.2) cannot be used to poke at a + monotone 0.26 database. Solution is to upgrade your sqlite3 + program. Hopefully this is irrelevant to most users... + - Translations updated, and 3 new translations added (de, it, sv).