[libapp-termcast-perl] annotated tag upstream/0.13 created (now 5d6076c)

gregor herrmann gregoa at debian.org
Tue Sep 16 15:18:53 UTC 2014


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

gregoa pushed a change to annotated tag upstream/0.13
in repository libapp-termcast-perl.

        at  5d6076c   (tag)
   tagging  b6e4f53b6cc8119e44878ae142307ad85fe49777 (commit)
  replaces  upstream/0.12
 tagged by  gregor herrmann
        on  Tue Sep 16 17:13:02 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 0.13

Jason May (10):
      refactor the estrablishment message into its own attribute
      Changes
      send term geometry to the server
      changes
      use Term::ReadKey instead of shell commands
      send new term geometry when the window changes
      changes
      update tests
      stop sleeping after hello
      update tests for the immediate geometry update

Jesse Luehrs (113):
      initial commit
      first stab at implementation
      helper script to run it
      check for eof/error properly
      better terminal setting handling
      aha, echo was off by default on spawned processes
      abstract and prereqs
      the pty object is the actual io handle now
      don't need to keep calling fileno on the pty
      use the interface from the new version of io-pty-easy
      depend on the new version of io-pty-easy
      link to the termcast website
      add documentation for attributes
      add synopsis and description
      document bin/termcast
      add todo section
      let's release this as a development release first
      perl-- # "0" is false/:
      turn off cr/nl translation on the user's terminal
      update Changes
      bump version to 0.01_02
      read off the things the termcast server sends back (sorear++)
      add the beginnings of a test
      add a few more tests for functionality
      add read/write test
      update TODO
      add release dates to the changelog
      update Changes
      bump version to 0.01
      add an option for making watchers cause a bell
      reformat usage info so it fits on the screen
      don't double-interpolate $^X in the tests
      reread after getting a SIGWINCH
      use Scope::Guard to clean up ReadMode
      update Changes and bump version to 0.02
      automatically reconnect if the connection to the server drops
      strict and warnings in the termcast script
      try to catch more instances of disconnects
      error checking
      some refactoring
      bump copyright date
      changelog and version bump
      failure to read from the socket shouldn't terminate the session
      factor out sending data to the server, to allow using that separately
      add ttyrec streamer
      stop using extra_argv directly, pass command to run to the run method
      update docs
      syswrite on the socket, for consistency
      test the write_to_termcast method
      changelog and version bump
      oops, how did that get changed
      changelog and version bump
      it'd be nice if i could stop messing this stuff up
      changelog and version bump
      dzil stuff
      always warn when reconnecting
      repeatedly try reconnecting, don't just die after trying once
      if recv returns '', that means we're disconnected without an error
      don't try reconnecting immediately if it fails
      don't treat interrupted system calls as actual errors
      oops, accidentally lost that release date when cleaning up
      changelog
      more dzil tweaks
      changelog
      heh, don't recreate the termcast object here
      actually make WINCH signal the subprocess properly
      changelog
      don't leave the terminal in raw mode when the socket can't connect
      this shouldn't be necessary
      refactor the ReadMode stuff a bit
      don't switch to raw mode until we know we can connect
      make sure the server accepts our password
      changelog
      update the tests to properly send login acknowledgement
      heh, make sure @INC is propagated into the subprocess properly
      factor this out into a method
      wait to write the updates until we know it's safe
      should probably explicitly dep on Try::Tiny, just in case
      use Test::Requires and done_testing
      in some situations, this test won't have access to the term size
      make the tests a bit more reliable
      changelog
      override termsize calculation in tests, so it is consistent
      add Term::TtyRec::Plus to 'recommends'
      stop using the weaver template thing
      remove test numbering
      pod coverage
      changelog
      start porting this to Term::Filter
      fix this so that it actually works
      also disable raw mode when failing to connect at the start
      ->run is not much at all like exec
      remove some obsolete comments
      add some more features to stream_ttyrec
      update for retry_select api
      use IO::Select instead of Select::Retry
      dzil stuff
      make sure we apply ReadMode to the right filehandle
      update for new Term::Filter api
      changelog
      more reliable tests
      changelog
      remove dead sockets from the select loop
      close sockets before removing them, just in case
      changelog
      changelog
      packaging stuff
      use a less intrusive metadata escape sequence
      changelog
      fix tests
      fix travis
      add test deps
      changelog

gregor herrmann (1):
      Imported Upstream version 0.13

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

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapp-termcast-perl.git



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