From: Junio C Hamano Date: Sat, 26 Nov 2005 00:35:20 +0000 (-0800) Subject: GIT 0.99.9k X-Git-Tag: v0.99.9k X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=refs%2Ftags%2Fv0.99.9k;p=git.git GIT 0.99.9k This is not 1.0rc4 yet, but to push the recent fixes out. Signed-off-by: Junio C Hamano --- 93dcab2937624ebb97f91807576cddb242a55a46 diff --cc Makefile index 2d8853d6,984d167d..adff025a --- a/Makefile +++ b/Makefile @@@ -50,7 -50,7 +50,7 @@@ # Define USE_STDEV below if you want git to care about the underlying device # change being considered an inode change from the update-cache perspective. - GIT_VERSION = 0.99.9j -GIT_VERSION = 0.99.9.GIT ++GIT_VERSION = 0.99.9k # CFLAGS and LDFLAGS are for the users to override from the command line. diff --cc debian/changelog index 1eda61fe,376f0fa5..7356fe77 --- a/debian/changelog +++ b/debian/changelog @@@ -1,63 -1,3 +1,69 @@@ ++git-core (0.99.9k-0) unstable; urgency=low ++ ++ * GIT 0.99.9k but not 1.0rc yet. ++ ++ -- Junio C Hamano Fri, 25 Nov 2005 16:33:11 -0800 ++ +git-core (0.99.9j-0) unstable; urgency=low + + * GIT 0.99.9j aka 1.0rc3 + + -- Junio C Hamano Wed, 16 Nov 2005 20:39:55 -0800 + +git-core (0.99.9i-0) unstable; urgency=low + + * GIT 0.99.9i aka 1.0rc2 + + -- Junio C Hamano Mon, 14 Nov 2005 18:38:27 -0800 + +git-core (0.99.9h-0) unstable; urgency=low + + * GIT 0.99.9h + + -- Junio C Hamano Fri, 11 Nov 2005 22:33:18 -0800 + +git-core (0.99.9g-0) unstable; urgency=low + + * GIT 0.99.9g + + -- Junio C Hamano Wed, 9 Nov 2005 21:01:55 -0800 + +git-core (0.99.9f-0) unstable; urgency=low + + * GIT 0.99.9f + + -- Junio C Hamano Tue, 8 Nov 2005 01:21:52 -0800 + +git-core (0.99.9e-0) unstable; urgency=low + + * GIT 0.99.9e + + -- Junio C Hamano Sun, 6 Nov 2005 18:37:18 -0800 + +git-core (0.99.9d-0) unstable; urgency=low + + * GIT 0.99.9d + + -- Junio C Hamano Sat, 5 Nov 2005 11:46:37 -0800 + +git-core (0.99.9c-0) unstable; urgency=low + + * GIT 0.99.9c + + -- Junio C Hamano Thu, 3 Nov 2005 15:44:54 -0800 + +git-core (0.99.9b-0) unstable; urgency=low + + * GIT 0.99.9b + + -- Junio C Hamano Tue, 1 Nov 2005 21:39:39 -0800 + +git-core (0.99.9a-0) unstable; urgency=low + + * GIT 0.99.9a + + -- Junio C Hamano Sun, 30 Oct 2005 15:03:32 -0800 + git-core (0.99.9.GIT-2) unstable; urgency=low * Build Dependency did not include libexpat-dev.