Skip to content

Commit

Permalink
mention the zombie fix in the CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Jan 21, 2016
1 parent d0654da commit 060b800
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Expand Up @@ -9,6 +9,9 @@
base is 2/16, making sure the alignment is done
properly accommodating for the crackNum output.

* Wait for external process to die on exception, to avoid
spawning zombies. Thanks to Daniel Wagner for the patch.

### Version 5.11, 2016-01-15

* Fix documentation issue; no functional changes
Expand Down
2 changes: 1 addition & 1 deletion SBVUnitTest/SBVUnitTestBuildTime.hs
Expand Up @@ -2,4 +2,4 @@
module SBVUnitTestBuildTime (buildTime) where

buildTime :: String
buildTime = "Sun Jan 17 10:41:42 PST 2016"
buildTime = "Wed Jan 20 22:33:36 PST 2016"

0 comments on commit 060b800

Please sign in to comment.