summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2aa54fa)
raw | patch | inline | side by side (parent: 2aa54fa)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Mar 2007 01:20:38 +0000 (17:20 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Mar 2007 01:20:38 +0000 (17:20 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/RelNotes-1.5.0.3.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 90b49cf27da1523326a03c17393fbc07e5572e52..cd500f96bfd73e288577b05cfdfe337d7f2b85bb 100644 (file)
-GIT v1.5.0.2 Release Notes
+GIT v1.5.0.3 Release Notes
==========================
Fixes since v1.5.0.2
path. Earlier it started in the middle of the path, and
incorrectly.
+ - 'git-merge' did not exit with non-zero status when the
+ working tree was dirty and cannot fast forward. It does
+ now.
+
- 'cvsexportcommit' does not lose yet-to-be-used message file.
- int-vs-size_t typefix when running combined diff on files
- 'git index-pack' did not protect itself from getting a short
read out of pread(2).
+ - 'git http-push' had a few buffer overruns.
+
+ - Build dependency fixes to rebuild fetch.o when other headers
+ change.
+
* Documentation updates
- - options to 'git remote add' were described insufficiently.
+ - user-manual updates.
+ - Options to 'git remote add' were described insufficiently.
----
-exec >/var/tmp/1
-O=v1.5.0.2
-O=v1.5.0.2-16-gdb554bf
-echo O=`git describe maint`
-git shortlog --no-merges $O..maint
+ - Configuration format.suffix was not documented.
-# Local Variables:
-# mode: text
-# End:
+ - Other formatting and spelling fixes.
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 32a9422336a29faf02ba9b0081429b5bc985063b..05f935972ce56159fbab9279408f0bdc9c9f9f82 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.0.2.GIT
+DEF_VER=v1.5.0.3.GIT
LF='
'