This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to annotated tag debian/0.10-1
in repository libio-pty-easy-perl.

        at  a2f7a6b   (tag)
   tagging  ff8069a439a8b9125852e082bcc03e636e25c188 (commit)
  replaces  debian/0.09-2
 tagged by  Florian Schlichting
        on  Wed Oct 19 18:18:47 2016 +0200

- Log -----------------------------------------------------------------
   debian/0.10-1
-----BEGIN PGP SIGNATURE-----

iQItBAABCAAXBQJYB5zqEBxmc2ZzQGRlYmlhbi5vcmcACgkQEpc7bnLcB7XSxA//
fRNaq9q0Nm1Wkx/e6ESUXuY42DVtI/FMwU7RnPJ+DlgsBUN5nbq6y4fU2OvYqec0
D21a33flK4yfs5jFD0WSTJVy5N/M3HPXsTgbQOGdnClQyBpkaoarTEdcy48lyjdw
O+fbPraq+D6mIvO3EIbNP9KORm0tSlCEne0RDtffwKWqUSbQMF2uhQqo28M8yjAx
hz0cE112zflOKng8WP0oy/iTPy21+srQTiq/Cg8yncjeDGVC0SRJH+xnmlsr6L9s
7FVw076MJ4xD+4SU2Cj9GW/30fRWax85a7svp9X8z6zlHvxnJuT3xzZfmgYxmT+L
CzO+DK6ARVh3DVE/a+MDyvi9VFa9mGLJCc1Onwr8C3hIwmswbKl6TXao2h/LZaOc
8P3nbRt0ZmsFmPPbEsnxhSGMvrY4L6Sj6NyVOzFiPMzYbRBp6vdzNjBgQ4LDGsE5
Pb0cTXMhrBG3z5ZNesQ5wlEdsaAvi5L/oDSj31Rj/oZqOcijB4UHzGngYUoFNPFs
SwEm6U4ghFmpMVfrmxV6ObQhPy7PmDX6YwpST+amKXgv9bCemDaUecdiSLvHbtFI
JbrGdsHVNJsTgew0ofM9Dea6IDdT9UIde+PCv6cSmFjWmuAjC7a82wdsA4ZPS+vX
dznrHy0TOfQJf3QQoxnIyg3QTmFh8J9qFlSIfDLZKWY=
=fTAf
-----END PGP SIGNATURE-----

Florian Schlichting (8):
      New upstream version 0.10
      Merge tag 'upstream/0.10'
      Update debian/changelog
      Drop test-todo.patch, upstream marked the flaky test TODO (closes: 
#827033)
      Bump years of upstream copyright
      Update upstream metadata
      Declare compliance with Debian Policy 3.9.8
      prepare changelog for release

Jesse Luehrs (31):
      localize $@ and $? in the destructor
      change the class to be globref-based
      update some tests that accessed the hashref directly
      i guess i do want this to be defined
      not sure where this pod came from
      add a few accessor methods, to make the api cleaner
      namespace the hash slots i'm using, as noted in the IO::Handle docs
      update Changes
      stop explicitly depending on core modules
      add IO::Pty::HalfDuplex to SEE ALSO
      bump version to 0.06
      allow disabling the automatic $self->set_raw on spawn
      document the new raw option
      actually, the parent should never be automatically set raw
      update Changes
      switch to Dist::Zilla
      update Changes
      remove vim fold markers
      reformat a bunch of comments
      fix up doc links
      break some circular references
      changelog and bump version
      cleanups
      close the pty before killing the underlying process
      cleanups, dzil stuff, etc
      changelog
      changelog
      fix these docs
      changelog
      skip flaky test for now
      changelog

Salvatore Bonaccorso (2):
      debian/control: Use HTTPS transport protocol for Vcs-Git URI
      update changelog

Stefan O'Rear (1):
      Fix BSD by draining the kernel pty buffer before waiting

doy (28):
      add failing test
      version bump to 0.04
      $self->close when the object is destroyed
      don't fail on multiple close calls
      minor nitpicks
      clean up signals a bit better
      move the wait() call from the SIGCHLD handler into kill(), and use IGNORE 
for SIGCHLD instead
      cleaner logic in is_active
      don't reset SIGWINCH if we didn't set it in the first place
      close the child ptys after tests that spawn things in them
      system() stuff should be fixed
      don't eat cpu while waiting for a process to die
      make test 004 timeout rather than hanging on systems where it's broken
      use waitpid rather than wait, and don't mess with SIGCHLD at all
      why was i using require here
      meh, no idea why this is necessary
      a few minor cleanups
      reformat Changes
      update changelog for 0.04
      no need for a changelog in README if i already have Changes
      update my email address
      various other 0.04 boilerplate updates
      call new directly, not indirectly
      need to preserve $pty->read returning undef on timeout
      add a test for read returning undef on timeout
      add a couple tests for write(), some failing
      we use POSIX too
      version bump to 0.05

gregor herrmann (6):
      debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
      update changelog
      debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
      update changelog
      debian/upstream/metadata: use HTTPS for GitHub URLs.
      update changelog

jluehrs2 (42):
      probably should get this thing into version control... probably should 
have a while ago in fact
      add cpan stuff
      move the module into place, add some boilerplate pod stuff
      clean up the pod stuff
      change to carp for error messages
      add actual documentation
      add vim folds
      we don't need to explicitly specify a max for writing, since we can use 
the string length
      add some more to the synopsis
      make read() consistent with the documentation
      typo
      pod also requires newlines before commands
      various doc changes
      die if spawning a subprocess fails
      doc fixes
      we have tests
      write a readme
      getting ready for a release
      fix the changelog
      syswrite defaults to sending the whole string
      s/PTY/pty/g
      other doc fixes
      old tag: 0.01
      fix is_active to not rely on SIGCHLD, since it seems to create race 
conditions that i don't understand
      make kill block on the subprocess death by default, and allow sending 
signals other than TERM
      make spawn wait for the child to die before returning if there was an 
error
      don't know where this line came from
      comment formatting
      don't allow a subprocess to be spawned if one is already running
      this should have been a croak
      missed some PTY->pty changes
      this test also needs to make sure that the subprocess is dead before 
exiting (hasn't been an issue yet, but the situation is no different from 010)
      synopsis edit
      fixme
      use the new kill() interface in the tests rather than the perl builtin
      doc changes for 0.02
      old tag: 0.02
      we can't handle the term size changes if STDIN isn't a tty, since then we 
have nowhere to get the size changes from
      this test is unnecessary, since sysread will return EOF if the process is 
dead... the pty object doesn't hold onto the stuff that came out on stdout
      print something on success and failure, so that the read call doesn't 
block, and make sure that the spawned script survives long enough for us to 
read from it
      update for version 0.03
      TAG 0.03

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  e5641f9   Merge tag 'upstream/0.10'
       new  1b64dba   Update debian/changelog
       new  809818b   Drop test-todo.patch, upstream marked the flaky test TODO 
(closes: #827033)
       new  bf0b440   Bump years of upstream copyright
       new  c9e0910   Update upstream metadata
       new  d14528c   Declare compliance with Debian Policy 3.9.8
       new  ff8069a   prepare changelog for release

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libio-pty-easy-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to