X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=986fd7c5f2bd3d6414690e0375f6a9f87a673017;hb=66395d4fefdc940dce749d571e5c8106f682eca4;hp=1eddd429f312c38de6a21b166dd5fe1fa46558da;hpb=5fce18d9cd1111ef3703d93bef8baba2a7c8fa10;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/Changes b/Changes index 1eddd42..986fd7c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ Revision history for IPC-MorseSignals +0.13 2008-03-10 15:25 UTC + + Chg : Build prerequisites are now completely separated from run-time + prerequisites. + + Doc : The usual set of POD typos. + + Tst : Changed SIGHUP handlers in the parent for SIGUSR1's. + + Tst : Changed SIGHUP handlers in the child for SIGTSTP's. + + Tst : Meaningful fork tests labels. + + Tst : More synchronization barriers. + + Tst : Safe kills. + +0.12 2008-03-09 10:20 UTC + + Doc : POD tweaks. + + Fix : Correct Makefile.PL die messages. + 0.11 2008-03-05 21:05 UTC + Doc : POD tweaks. + Fix : Bit::MorseSignals is a dependency now.