summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-21 15:35:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-21 15:35:14 +0000
commit267fc167a8f8ada5a0ce7deccacdc3987f6842ad (patch)
tree8e3923efce3ff8a00b00fddfd5dbebb16cf834b0 /ChangeLog
parent1836e626bdc2f79be000745b7fc10c7519da1ab5 (diff)
downloadcontrol-center-267fc167a8f8ada5a0ce7deccacdc3987f6842ad.tar
control-center-267fc167a8f8ada5a0ce7deccacdc3987f6842ad.tar.gz
control-center-267fc167a8f8ada5a0ce7deccacdc3987f6842ad.tar.bz2
control-center-267fc167a8f8ada5a0ce7deccacdc3987f6842ad.tar.xz
control-center-267fc167a8f8ada5a0ce7deccacdc3987f6842ad.zip
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1a2b00f..83e2fdbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2003-11-21 15:20 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: (child_just_exited) - destroy emb_socket if
+ needed, thus ensuring that next embedded tool wont't lack some
+ space because previous emb_socked never was explicitely destroyed
+ (gtk+2 perl binding bug!!!) - better comment what it does
+
+2003-11-21 15:14 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * .perl_checker: blacklist Net::Ping in order to make perl_checker
+ able to parse mcc
+
+2003-11-21 15:14 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: (create_hidden_socket_if_needed) cleanups: -
+ socket is always undefined on embedded child exits (either by
+ SIG_CHLD handler or by fork faillure handler or by plug-removed
+ signal) - rename it as create_hidden_socket() to better reflect
+ what he does
+
+2003-11-21 15:05 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: (create_hidden_socket_if_needed) cleanup: do not
+ call hide_socket_and_clean() since this cleaning is always
+ performed by child_just_exited() callers : - on plug desctruction -
+ on fork faillure - on child exit
+
+2003-11-21 15:01 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: make mcc more robust: just roll back embedding if
+ embedded tool died or is canceled at the wrong moment (that is
+ between the moment it sent the "plug-added" signal and the moment
+ mcc process the "plug-added" callback)
+
+2003-11-21 14:59 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: cleanups: - inline clean_socket() in its only
+ caller (sig_child) - this nicely show up that clean_socket should
+ not have anymore to kill embedded child: o this is bad in a
+ SIG_CHLD handler o killing is ensured by canceling callback -
+ this enable to inlint reap_zombie again into sig_child since the
+ later only call one time the former
+
+2003-11-21 14:41 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: restart logdrake on tool startup if needed
+
2003-11-21 13:13 Thierry Vignaud <tvignaud@mandrakesoft.com>
* control-center: do not pass undefined values to kill