summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-12-21 03:09:24 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-21 03:09:24 +0100
commit67cbacd2c1cc61fcc8a4cb8ca2d567bebec7a814 (patch)
treee901b523010b7c089e213e8d023a1a350bbd4c5f /NEWS
parente2fed8e93c245b2fd1d4fd8059e25862c0abd47c (diff)
downloaddrakx-net-67cbacd2c1cc61fcc8a4cb8ca2d567bebec7a814.tar
drakx-net-67cbacd2c1cc61fcc8a4cb8ca2d567bebec7a814.tar.gz
drakx-net-67cbacd2c1cc61fcc8a4cb8ca2d567bebec7a814.tar.bz2
drakx-net-67cbacd2c1cc61fcc8a4cb8ca2d567bebec7a814.tar.xz
drakx-net-67cbacd2c1cc61fcc8a4cb8ca2d567bebec7a814.zip
prevent segfaulting b/c of fork vs threads (mga#12041)
the issue is that glib/gtk create threads behind us however threads & fork() don't behave well when mixed...
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9df811d..7c50c3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- prevent segfaulting on forking when glib/gtk create threads behind us
+ (mga#12041)
+
2.5
- fix mga web url (mga#11972)
- do not request password for draknetcenter (mga#12017)