File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ Updates since v1.8.1
21
21
22
22
UI, Workflows & Features
23
23
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.
25
28
26
29
Foreign Interface
27
30
@@ -58,6 +61,12 @@ details).
58
61
need to be in the cvsadmin group on NetBSD 6.0).
59
62
(merge 8666df0 jc/test-cvs-no-init-in-existing-dir later to maint).
60
63
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
+
61
70
* After failing to create a temporary file using mkstemp(), failing
62
71
pathname was not reported correctly on some platforms.
63
72
(merge f7be59b jc/mkstemp-more-careful-error-reporting later to maint).
You can’t perform that action at this time.
0 commit comments