diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-04 00:41:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-04 00:41:49 -0800 |
commit | 0823ab4783654c82732996efd2710055885f3101 (patch) | |
tree | b34782e7074455dc26171ae7288d12108f3295f7 | |
parent | a95148dea1d9546e96adef7c3cad11be80aa30f5 (diff) | |
parent | f243319c21968c10d37cbb0c7f02127ac5d67d7f (diff) | |
download | git-0823ab4783654c82732996efd2710055885f3101.tar.gz git-0823ab4783654c82732996efd2710055885f3101.tar.xz |
Beginning of 1.6.3 development track
-rw-r--r-- | Documentation/RelNotes-1.6.2.1.txt | 6 | ||||
-rw-r--r-- | Documentation/RelNotes-1.6.3.txt | 22 | ||||
l--------- | RelNotes | 2 |
3 files changed, 29 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.2.1.txt b/Documentation/RelNotes-1.6.2.1.txt new file mode 100644 index 000000000..3a2d3bf84 --- /dev/null +++ b/Documentation/RelNotes-1.6.2.1.txt @@ -0,0 +1,6 @@ +GIT v1.6.2.1 Release Notes +========================== + +Fixes since v1.6.2 +------------------ + diff --git a/Documentation/RelNotes-1.6.3.txt b/Documentation/RelNotes-1.6.3.txt new file mode 100644 index 000000000..0f502abea --- /dev/null +++ b/Documentation/RelNotes-1.6.3.txt @@ -0,0 +1,22 @@ +GIT v1.6.3 Release Notes +======================== + +Updates since v1.6.2 +-------------------- + +(subsystems) + +(performance) + +(usability, bells and whistles) + + +Fixes since v1.6.2 +------------------ + +All of the fixes in v1.6.2.X maintenance series are included in this +release, unless otherwise noted. + +Here are fixes that this release has, but have not been backported to +v1.6.2.X series. + @@ -1 +1 @@ -Documentation/RelNotes-1.6.2.txt
\ No newline at end of file +Documentation/RelNotes-1.6.3.txt
\ No newline at end of file |