summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-06 00:36:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-02-06 00:36:56 (GMT)
commit71f1a216e74460ac9c36bc892ec215336b928e2e (patch)
tree37844c08c5a258314daa3a98b79961e25a841924 /Documentation
parent3bd8de57279492e34d4e4525c7498651a027f3d9 (diff)
downloadgit-71f1a216e74460ac9c36bc892ec215336b928e2e.zip
git-71f1a216e74460ac9c36bc892ec215336b928e2e.tar.gz
git-71f1a216e74460ac9c36bc892ec215336b928e2e.tar.bz2
Update draft release notes to 1.7.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.7.0.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.7.0.txt b/Documentation/RelNotes-1.7.0.txt
index f632662..0897287 100644
--- a/Documentation/RelNotes-1.7.0.txt
+++ b/Documentation/RelNotes-1.7.0.txt
@@ -65,6 +65,8 @@ Updates since v1.6.6
* "gitk" updates.
+ * "gitweb" updates (code clean-up, load checking etc.)
+
(portability)
* Some more MSVC portability patches for msysgit port.
@@ -203,6 +205,9 @@ release, unless otherwise noted.
from non-root dir, 2010-01-26) may be merged to older maintenance
branches.
+ * "git fast-import" did not correctly handle large blobs that may
+ bust the pack size limit.
+
* When using "git status" or asking "git diff" to compare the work tree
with something, they used to consider that a checked-out submodule with
uncommitted changes is not modified; this could cause people to forget
@@ -213,6 +218,6 @@ release, unless otherwise noted.
--
exec >/var/tmp/1
-O=v1.7.0-rc1-6-g2ee8c5b
+O=v1.7.0-rc1-42-g3bd8de5
echo O=$(git describe master)
git shortlog --no-merges $O..master ^maint