1
0
forked from perl/perl-IPC-Run

- update to 0.90

- RT 57277 - Add breaking test. No solution at present.
  - RT 68623 - disable parallel tests on windows
  - RT 43072 - Skip dragonfly platform on t/pty.t (hangs)
  - RT 14078 - run() miscalculates length of UTF-8 strings
  - RT 49693 - security patch for lib/IPC/Run/Win32IO.pm s/INADDR_ANY//
  - RT 38193 - Fix error detection on non-English operating systems
  - Add a blank doc entry for IPC::Run::Win32IO::poll to quiet 
    windows pod parser errors
  - RT 57190 - handle PATH environment variable not being defined. 
    WILL NOT default to '.' since UNIX would not do this and the 
    program has been behaving the UNIX way to date.
- removed authors line from .spec

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=21
This commit is contained in:
Vítězslav Čížek
2011-07-11 14:50:32 +00:00
committed by Git OBS Bridge
parent fce19f987b
commit aed66951a9
4 changed files with 23 additions and 13 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jul 11 14:43:27 UTC 2011 - vcizek@novell.com
- update to 0.90
- RT 57277 - Add breaking test. No solution at present.
- RT 68623 - disable parallel tests on windows
- RT 43072 - Skip dragonfly platform on t/pty.t (hangs)
- RT 14078 - run() miscalculates length of UTF-8 strings
- RT 49693 - security patch for lib/IPC/Run/Win32IO.pm s/INADDR_ANY//
- RT 38193 - Fix error detection on non-English operating systems
- Add a blank doc entry for IPC::Run::Win32IO::poll to quiet
windows pod parser errors
- RT 57190 - handle PATH environment variable not being defined.
WILL NOT default to '.' since UNIX would not do this and the
program has been behaving the UNIX way to date.
- removed authors line from .spec
-------------------------------------------------------------------
Wed Mar 16 15:09:11 UTC 2011 - cfarrell@novell.com