1Revision history for Perl extension Term::Cap.
2
3undef: Thu Dec 14 20:02:42 CST 1995 by sanders@bsdi.com
4
51.00: Thu Nov 30 23:34:29 EST 2000 by schwern@pobox.com
6		 - [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
7
81.01: Sun Oct 28 13:07:36 2001
9		 - Avoid warnings in Tgetent and Tputs
10       - Version retrieved from the Perl 5.7.2 distribution
11
121.02: Sat Nov 17 13:50:39 2001
13       - Altered layout of the POD
14       - Added Test::More to PREREQ_PM in Makefile.PL
15       - Fixed no argument Tgetent()
16
171.03:  Wed Nov 28 10:09:38 GMT 2001
18       - VMS Support from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>
19
201.04:  Thu Nov 29 16:31:53 GMT 2001
21       - Fixed warnings in the test.
22
231.05:  Mon Dec  3 15:37:43 GMT 2001
24       - Don't attempt to run infocmp if it's not there - from chromatic
25         <chromatic@rmci.net>
26
271.06:  Thu Dec  6 19:10:15 GMT 2001
28       - More VMS fixes from Charles Lane
29       - Don't carp about setting OSPEED unless warnings are on
30
311.07:
32       - Fixed Makefile.PL with INSTALLDIRS - from Michael Schwern
33       - Sanity check on infocmp output - from Norton Allen 
34         <allen@huarp.harvard.edu>
35
361.08:  Sat Sep 28 11:33:15 BST 2002
37       - Late loading of 'Carp' as per Michael Schwern
38
391.09: Tue Apr 20 12:06:51 BST 2004
40       -  Merged in changes from and to Core
41       - Core (Fri Aug 30 14:15:55 CEST 2002):
42         Cope with comments lines from 'infocmp' from Brendan O'Dea
43       - Allow for EBCDIC in Tgoto magic test.
44
451.10: Thu Oct 18 16:52:20 BST 2007
46       - Don't use try to use $ENV{HOME} if it doesn't exist
47       - Give Win32 'dumb' if TERM isn't set
48       - Provide fallback 'dumb' termcap entry as last resort
49
501.11: Thu Oct 25 09:33:07 BST 2007
51      - EBDIC fixes from Chun Bing Ge <gecb@cn.ibm.com>
52
531.12: Sat Dec  8 00:08:40 GMT 2007
54      - Pending fix for tests on QNX (Matt Kraai <kraai@ftbfs.org>)
55
561.13: Sat Oct 26 19:08:27 BST 2013
57      -  Bring everything up to date with all patches from RT
58      - Sync version with core
59
601.14: Sat Oct 26 19:20:03 BST 2013
61      - Update versions everywhere
62      - Change email address and add the github location
63
641.15: Sat Oct 26 21:28:29 BST 2013
65      - meta data patch from David Steinbrunner
66      - Change email in metadata
67
681.16: Sat  5 Apr 10:19:35 BST 2014
69		- Make last resort actually work from drm00
70      - Removed change log from Cap.pm
71
721.17-RC1: Wed  1 Jul 10:30:15 BST 2015
73		- Fix regression caused by last resort change
74		- Add support for capabilities of more than 2 characters
75
761.17:	Mon 17 Aug 08:30:54 BST 2015
77		- No changes version bounce
78
791.18:	Fri 10 Feb 12:43:07 GMT 2023
80		- use isnt rather than isn't (Nicolas Mendoza <mendoza@pvv.ntnu.no>)
81		- Prevent unintended parse of ':' in TERMPATH (David Farrell <davidnmfarrell@gmail.com>)
82		- Various code cleanups (Arkadiy Voronov <voronov_ao@mail.ru>)
83        - Remove indirect method calls from documentation (Dan Book <grinnz@gmail.com>)
84