commit 60f4cb437dc1ec1af1ae2d07fe7207b31c66dbb4 Author: Yawning Angel yawning@schwanenlied.me Date: Wed Jan 18 07:58:59 2017 +0000
Add a note about setsid() in the ChangeLog, no functional changes. --- ChangeLog | 1 + 1 file changed, 1 insertion(+)
diff --git a/ChangeLog b/ChangeLog index c5a365d..cc700f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,7 @@ Changes in version 0.0.3 - UNRELEASED: * Fix a nil pointer deref on SIGINT received durring bootstrap. * Don't remove the PaX overrides ever, because until the JIT gets rewritten Firefox won't play nice with MPROTECT. + * setsid() related fixes and changes as bubblewrap behavior has changed.
Changes in version 0.0.2 - 2016-12-10: * Bug #20780: Shuffle and persist the ordering of internal bridges.
tor-commits@lists.torproject.org