Skip to content

Commit 3e293fb

Browse files
committed
Update draft release notes to 1.8.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 894610a commit 3e293fb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Documentation/RelNotes/1.8.2.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ Updates since v1.8.1
2121

2222
UI, Workflows & Features
2323

24-
*
24+
* Initial ports to QNX and z/OS UNIX System Services have started.
25+
26+
* Output from the tests is coloured using "green is okay, yellow is
27+
questionable, red is bad and blue is informative" scheme.
2528

2629
Foreign Interface
2730

@@ -58,6 +61,12 @@ details).
5861
need to be in the cvsadmin group on NetBSD 6.0).
5962
(merge 8666df0 jc/test-cvs-no-init-in-existing-dir later to maint).
6063

64+
* The behaviour visible to the end users was confusing, when they
65+
attempt to kill a process spawned in the editor that was in turn
66+
launched by Git with SIGINT (or SIGQUIT), as Git would catch that
67+
signal and die. We ignore these signals now.
68+
(merge 1250857 pf/editor-ignore-sigint later to maint).
69+
6170
* After failing to create a temporary file using mkstemp(), failing
6271
pathname was not reported correctly on some platforms.
6372
(merge f7be59b jc/mkstemp-more-careful-error-reporting later to maint).

0 commit comments

Comments
 (0)