r27756 - in /trunk/libpoe-component-ikc-perl: Changes IKC.pm IKC/Server.pm META.yml debian/changelog

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Fri Dec 5 11:36:56 UTC 2008


Author: emhn-guest
Date: Fri Dec  5 11:36:53 2008
New Revision: 27756

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27756
Log:
Upgraded to latest upstream release.


Modified:
    trunk/libpoe-component-ikc-perl/Changes
    trunk/libpoe-component-ikc-perl/IKC.pm
    trunk/libpoe-component-ikc-perl/IKC/Server.pm
    trunk/libpoe-component-ikc-perl/META.yml
    trunk/libpoe-component-ikc-perl/debian/changelog

Modified: trunk/libpoe-component-ikc-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-ikc-perl/Changes?rev=27756&op=diff
==============================================================================
--- trunk/libpoe-component-ikc-perl/Changes (original)
+++ trunk/libpoe-component-ikc-perl/Changes Fri Dec  5 11:36:53 2008
@@ -1,4 +1,8 @@
 Revision history for Perl extension POE::Component::IKC.
+
+0.2002 26 November 2008
+    - Added call to $kernel->_data_sig_initialize, otherwise child processes
+        will never exit
 
 0.2001 16 January 2008
     - Added copyright and license notices to all POD, as requested by

Modified: trunk/libpoe-component-ikc-perl/IKC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-ikc-perl/IKC.pm?rev=27756&op=diff
==============================================================================
--- trunk/libpoe-component-ikc-perl/IKC.pm (original)
+++ trunk/libpoe-component-ikc-perl/IKC.pm Fri Dec  5 11:36:53 2008
@@ -3,7 +3,7 @@
 
 use strict;
 use vars qw( $VERSION );
-$VERSION="0.2001";
+$VERSION="0.2002";
 
 # Force CPAN to see this
 

Modified: trunk/libpoe-component-ikc-perl/IKC/Server.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-ikc-perl/IKC/Server.pm?rev=27756&op=diff
==============================================================================
--- trunk/libpoe-component-ikc-perl/IKC/Server.pm (original)
+++ trunk/libpoe-component-ikc-perl/IKC/Server.pm Fri Dec  5 11:36:53 2008
@@ -592,8 +592,12 @@
                                         # child becomes a child server
     else {
         $heap->{verbose} and warn "$$: Created ", scalar localtime, "\n";
+
+        # This resets some kernel data that was preventing the child process's
+        # kernel from becoming IDLE
+        $kernel->_data_sig_initialize;
+
         # Clean out stuff that the parent needs but not the children
-
         $heap->{'is a child'}   = 1;        # don't allow fork
         $heap->{'failed forks'} = 0;
         $heap->{children}={};               # don't kill child processes

Modified: trunk/libpoe-component-ikc-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-ikc-perl/META.yml?rev=27756&op=diff
==============================================================================
--- trunk/libpoe-component-ikc-perl/META.yml (original)
+++ trunk/libpoe-component-ikc-perl/META.yml Fri Dec  5 11:36:53 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                POE-Component-IKC
-version:             0.2001
+version:             0.2002
 abstract:            Inter-Kernel Communication for POE
 license:             perl
 generated_by:        ExtUtils::MakeMaker version 6.36

Modified: trunk/libpoe-component-ikc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-ikc-perl/debian/changelog?rev=27756&op=diff
==============================================================================
--- trunk/libpoe-component-ikc-perl/debian/changelog (original)
+++ trunk/libpoe-component-ikc-perl/debian/changelog Fri Dec  5 11:36:53 2008
@@ -1,3 +1,9 @@
+libpoe-component-ikc-perl (0.2002-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri,  5 Dec 2008 07:04:38 -0430
+
 libpoe-component-ikc-perl (0.2001-2) UNRELEASED; urgency=low
 
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN




More information about the Pkg-perl-cvs-commits mailing list