From 7755f573bdb466be3d31edc2219f8a94595a6783 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 27 Dec 2006 21:37:13 -0800 Subject: [PATCH] 1.5.0 relnotes (git-svn section) Signed-off-by: Junio C Hamano --- v1.5.0.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/v1.5.0.txt b/v1.5.0.txt index 6fc1ff7b00..e4c75a7164 100644 --- a/v1.5.0.txt +++ b/v1.5.0.txt @@ -182,6 +182,16 @@ Updates in v1.5.0 since v1.4.4 series defaults to UTF-8. +* Foreign SCM interfaces + + - git-svn now requires the Perl SVN:: libraries, the + command-line backend was too slow and limited. + + - the 'commit' command has been renamed to 'set-tree', and + 'dcommit' is the recommended replacement for day-to-day + work. + + * User support - Quite a lot of documentation updates.