f7eb2a1623
* CPAN testers clean. Bumping to release version 1.10 * RT 60788 - Better error reporting on Operating Systems that can't set a controlling terminal e.g. BeOS * CPAN testers looks clean. Internal testing done on perl 5.6 * Bump version to 1.09 and release to CPAN * RT 61642 - Fix file number test to work without hang on cygwin * Update all versions to the new version * RT 45008 - only try TIOCSCTTY if we don't have a ctty * RT 53883 - IO::Tty detection on BeOS w/fix * RT 60014 - better META.yml by modernizing Makefile.PL * RT 44771 - Add _ to list of escape characters for compiler so it'll compile on windows This is experimental pending a successful dev release OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Tty?expand=0&rev=13
151 lines
5.0 KiB
Plaintext
151 lines
5.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Mar 31 18:15:58 UTC 2011 - coolo@novell.com
|
|
|
|
- update to 1.10
|
|
* CPAN testers clean. Bumping to release version 1.10
|
|
* RT 60788 - Better error reporting on Operating Systems
|
|
that can't set a controlling terminal e.g. BeOS
|
|
* CPAN testers looks clean. Internal testing done on perl 5.6
|
|
* Bump version to 1.09 and release to CPAN
|
|
* RT 61642 - Fix file number test to work without hang on cygwin
|
|
* Update all versions to the new version
|
|
* RT 45008 - only try TIOCSCTTY if we don't have a ctty
|
|
* RT 53883 - IO::Tty detection on BeOS w/fix
|
|
* RT 60014 - better META.yml by modernizing Makefile.PL
|
|
* RT 44771 - Add _ to list of escape characters for compiler
|
|
so it'll compile on windows This is experimental pending a
|
|
successful dev release
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:33:05 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 17 15:37:54 UTC 2010 - chris@computersalat.de
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 30 16:28:12 CEST 2009 - lars@linux-schulserver.de
|
|
|
|
- follow perl packaging guidelines
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 27 10:29:34 CEST 2009 - mc@novell.com
|
|
|
|
- Version 1.08
|
|
* Makefile.PL, Tty.xs: added support for posix_openpt()
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 19 15:50:49 CEST 2006 - mc@suse.de
|
|
|
|
- Version 1.07
|
|
* Tty.pm: pre-allocate buffer for ioctl
|
|
* Tty.xs: added some more letter to BSD allocation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 14 12:11:19 CEST 2006 - mc@suse.de
|
|
|
|
- Version 1.05
|
|
- changed newCONSTSUB to use newSV(0) instead of PL_sv_undef,
|
|
now undef'd constants work
|
|
- added handling for z/OS (uses /dev/ptyp0000)
|
|
- some bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:39:46 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 22:24:59 CET 2004 - adrian@suse.de
|
|
|
|
- build as user
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 22 15:01:10 CEST 2003 - mjancar@suse.cz
|
|
|
|
- require the perl version we build with
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 18 17:33:46 CEST 2003 - mc@suse.de
|
|
|
|
- add make test
|
|
- add vendorarch changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 22 22:09:54 CEST 2003 - coolo@suse.de
|
|
|
|
- package directories
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 19 11:51:19 CEST 2003 - mc@suse.de
|
|
|
|
- removed unpackaged Files from RPM_BUILD_ROOT
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
|
|
|
- removed bogus self-provides
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
|
|
|
|
- remove race in .packlist generation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 5 10:48:47 CEST 2002 - mc@suse.de
|
|
|
|
- switch to version 1.02
|
|
- removed alpha compile fix - not longer needed
|
|
- redesign of Tty.xs
|
|
- added test
|
|
- Pty.pm (spawn): rearranged setsid() and added a fresh open of
|
|
the slave pty so the pty becomes the controlling terminal for the
|
|
process.
|
|
- Makefile.PL: added tests for all kinds of functions and clone
|
|
devices.
|
|
- Makefile.PL: added setting of CONFIG var
|
|
- Makefile.PL: added analysis of configuration
|
|
- Makefile.PL: fixed checks; test problematic constants with a compile.
|
|
- Makefile.PL: auto-create IO::Tty::Constant
|
|
- updated docs
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 28 23:47:31 CET 2002 - garloff@suse.de
|
|
|
|
- Compile fix for alpha.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 7 14:50:25 CET 2001 - mc@suse.de
|
|
|
|
- switch to verion 0.05
|
|
- slave now is set to be a controlling tty if possible;
|
|
it also remembers it's name now.
|
|
- on SCO, the slave pts* are in the /dev dir, not /dev/pts
|
|
- added test for libutil.h, util.h, pty.h and openpty()
|
|
- added symbol TIOCSCTTY
|
|
- some SVR4 only define __SVR4; fixed.
|
|
- OSF machines need termio.h for various macros
|
|
- AIX doesn't define VOIDSIG; fixed.
|
|
- Cygwin can use /dev/ptmx even though that file doesn't exist.
|
|
- moved docu over from Pty.pm to lessen confusion Pty <-> Tty
|
|
- added verified systems list
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 21 16:09:33 CEST 2001 - mc@suse.de
|
|
|
|
- fixed the specfile. Used more RPM macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 13 09:55:30 CET 2001 - mc@suse.de
|
|
|
|
- fixed the specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 8 11:16:51 CET 2001 - mc@suse.de
|
|
|
|
- first package, v0.04
|
|
|