Skip to content

Commit 80d9361

Browse files
committed
Git 1.6.6-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 529f8c6 commit 80d9361

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Documentation/RelNotes-1.6.6.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,15 @@ Updates since v1.6.5
108108

109109
(subsystems)
110110

111-
* various git-gui updates including new translations, wm states, etc.
111+
* various gitk updates including use of themed widgets under Tk 8.5,
112+
Japanese translation, a fix to a bug when running "gui blame" from
113+
a subdirectory, etc.
112114

113-
* git-svn updates.
115+
* various git-gui updates including new translations, wm states fixes,
116+
Tk bug workaround after quitting, improved heuristics to trigger gc,
117+
etc.
118+
119+
* various git-svn updates.
114120

115121
* "git fetch" over http learned a new mode that is different from the
116122
traditional "dumb commit walker".
@@ -236,5 +242,5 @@ release, unless otherwise noted.
236242
---
237243
exec >/var/tmp/1
238244
echo O=$(git describe master)
239-
O=v1.6.6-rc1-52-gff86bdd
245+
O=v1.6.6-rc1-79-g529f8c6
240246
git shortlog --no-merges $O..master --not maint

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.6.6-rc1.GIT
4+
DEF_VER=v1.6.6-rc2.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)