Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-03 22:33:22 +0400
committerJunio C Hamano <gitster@pobox.com>2013-01-03 22:33:22 +0400
commit3e293fba627e254b2c7d196bb7563c6c9d2e6f8a (patch)
tree4682c75878c2283caeb626c6a74f69628c5ba2d0 /Documentation/RelNotes/1.8.2.txt
parent894610af58244e46d1479acfa527483f30e896ec (diff)
Update draft release notes to 1.8.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.2.txt')
-rw-r--r--Documentation/RelNotes/1.8.2.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.2.txt b/Documentation/RelNotes/1.8.2.txt
index 1bdf3b6ebe..6c85bf4f0f 100644
--- a/Documentation/RelNotes/1.8.2.txt
+++ b/Documentation/RelNotes/1.8.2.txt
@@ -21,7 +21,10 @@ Updates since v1.8.1
UI, Workflows & Features
- *
+ * Initial ports to QNX and z/OS UNIX System Services have started.
+
+ * Output from the tests is coloured using "green is okay, yellow is
+ questionable, red is bad and blue is informative" scheme.
Foreign Interface
@@ -58,6 +61,12 @@ details).
need to be in the cvsadmin group on NetBSD 6.0).
(merge 8666df0 jc/test-cvs-no-init-in-existing-dir later to maint).
+ * The behaviour visible to the end users was confusing, when they
+ attempt to kill a process spawned in the editor that was in turn
+ launched by Git with SIGINT (or SIGQUIT), as Git would catch that
+ signal and die. We ignore these signals now.
+ (merge 1250857 pf/editor-ignore-sigint later to maint).
+
* After failing to create a temporary file using mkstemp(), failing
pathname was not reported correctly on some platforms.
(merge f7be59b jc/mkstemp-more-careful-error-reporting later to maint).