The unified diff between revisions [83b5270b..] and [5587f68e..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'ChangeLog'
#
#
# patch "ChangeLog"
# from [a8f0f6c5ccc10b4f16e1776741a2ed08326fdd34]
# to [0f79b1bab4944e0d171410d02195b6e0aa344b39]
#
============================================================
--- ChangeLog a8f0f6c5ccc10b4f16e1776741a2ed08326fdd34
+++ ChangeLog 0f79b1bab4944e0d171410d02195b6e0aa344b39
@@ -1,3 +1,74 @@
+2005-09-20 Matt Johnston <matt@ucc.asn.au>
+
+ * database.cc (space_usage): workaround the issue that in sqlite
+ 3.2.6, SUM({empty set}) returns NULL. (this is part of the sql spec,
+ see http://www.sqlite.org/cvstrac/tktview?tn=1413 and the comment for
+ SUM() in sqlite docs).
+
+2005-09-20 Matt Johnston <matt@ucc.asn.au>
+
+ * ui.cc, ui.hh, sanity.hh: replace ui.user_locale with
+ get_user_locale(), so that we can guarantee that it will be
+ initialised when the global_sanity object (and probably other things)
+ are instantiated.
+
+2005-09-20 Matthew Gregan <kinetik@orcon.net.nz>
+
+ * tests/t_restriction_with_exclude_iprint.at: New test, variant of
+ t_restriction_exclude.at, but with inodeprints enabled. Mark as
+ XFAILed.
+ * testsuite.at: Add new test.
+ * sqlite/*: Update in-tree SQLite from 3.2.2 to 3.2.6.
+ * Makefile.am: Add sqlite/{analyze,vbdefifo,complete}.c to
+ SQLITE_SOURCES
+ * schema_migration.cc (calculate_schema_id): Explicitly exclude
+ sqlite_stat1 table from schema ID calculation. This is a new
+ magic table created by the 'analyze' command in SQLite >= 3.2.3.
+
+2005-09-18 Nathaniel Smith <njs@pobox.com>
+
+ * po/ja.po: New translation from Satoru SATOH <ss@gnome.gr.jp>.
+ * AUTHORS: Add Satoru SATOH.
+
+2005-09-18 Matthew Gregan <kinetik@orcon.net.nz>
+
+ * testsuite.at: Tweak default 'eveything' netsync glob to
+ something that works around the MinGW/Win32 globbing issues for
+ now.
+ * tests/t_log_brief.at: Canonicalise output on Win32.
+
+2005-09-17 Timothy Brownawell <tbrownaw@gmail.com>
+
+ * contrib/usher.cc: Remove stray "new int[2];' statements from
+ debugging. Remove connections from list when finished.
+
+2005-09-16 Timothy Brownawell <tbrownaw@gmail.com>
+
+ * Makefile.am (EXTRA_DIST): add contrib/monotone-cvs-ignore.lua,
+ contrib/ciabot_monotone_hookversion.py, and contrib/usher.cc .
+ also remove duplicate of contrib/monoprof.sh
+
+2005-09-16 Timothy Brownawell <tbrownaw@gmail.com>
+
+ * netsync.cc: finish renaming things, so it compiles again...
+
+2005-09-16 Timothy Brownawell <tbrownaw@gmail.com>
+
+ * contrib/usher.cc: A simple usher/proxy server. It asks connecting
+ clients for their include pattern, and then forwards the connection
+ to an appropriate (as given in a config file) monotone server. Note
+ that all servers operating behind one usher need to have the same
+ server key.
+
+2005-09-16 Timothy Brownawell <tbrownaw@gmail.com>
+
+ * netcmd.{cc,hh}, netsync.cc: new netcmd types: usher_cmd and
+ usher_reply_cmd. They are not included in the HMAC, and do not
+ occur during normal communication. Purpose: running multiple servers
+ from the same port. This allows a special server to ask for the
+ client's include pattern, and then forward the connection to a real
+ monotone server.
+
2005-09-16 Matt Johnston <matt@ucc.asn.au>
* botan/pkcs8.cpp: re-add the monotone-specific code for guessing if