-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Junio C Hamano
committed
Mar 28, 2007
1 parent
d0e50cb
commit 9529a25
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
GIT v1.5.0.6 Release Notes | ||
========================== | ||
|
||
Fixes since v1.5.0.5 | ||
-------------------- | ||
|
||
* Bugfixes | ||
|
||
- a handful small fixes to gitweb. | ||
|
||
- build procedure for user-manual is fixed not to require locally | ||
installed stylesheets. | ||
|
||
- "git commit $paths" on paths whose earlier contents were | ||
already updated in the index were failing out. | ||
|
||
* Documentation | ||
|
||
- user-manual has better cross references. | ||
|
||
- gitweb installation/deployment procedure is now documented. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
|
||
GVF=GIT-VERSION-FILE | ||
DEF_VER=v1.5.0.5.GIT | ||
DEF_VER=v1.5.0.6.GIT | ||
|
||
LF=' | ||
' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes-1.5.0.5.txt | ||
Documentation/RelNotes-1.5.0.6.txt |