From 7a8dd12712093b46345bfc22f632ff056329c083 Mon Sep 17 00:00:00 2001 From: tony Date: Thu, 4 Nov 1999 19:50:38 +0000 Subject: [PATCH] Okay, this will be release 3.02, approximately. --- ChangeLog | 26 ++++++++++++++++++++++++++ Files.base | 1 + MANIFEST | 1 + Makefile | 2 +- README | 6 +++--- RELEASE | 16 ++++++++++------ cowsay | 4 ++-- cowsay.1 | 12 +++++++++--- 8 files changed, 53 insertions(+), 15 deletions(-) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..11f15d3 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,26 @@ +3.02 04 November 1999 + - Fixed boneheaded code placement so that cowsay -l actually works. + +3.01 01 November 1999 + - Fixed compatibility issues between the Text::Wrap module + that changed between 5.005_02 and 5.005_03. + - Fixed tab expansion issues with Text::Tabs. + +3.0 13 April 1999, released 14 August 1999 + - Rewritten into Perl 5 and presented to the world. + +-- Not present in CVS from here on down -- + +2.x Date? + - Arbitrary messages. + - Figlet support (-n). + - Line wrap length (-w). + - Multiple pre-set expressions. + - Better arg parsing loop. + - Message from stdin or command line. + +1.0 Date? + - SUBJECT is VERB OBJECT + +$Id$ +This file is part of cowsay. (c) 1999 Tony Monroe. diff --git a/Files.base b/Files.base index 5e43e00..721c7c8 100644 --- a/Files.base +++ b/Files.base @@ -1,3 +1,4 @@ +ChangeLog INSTALL LICENSE MANIFEST diff --git a/MANIFEST b/MANIFEST index 579c450..aaf9450 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,3 +1,4 @@ +ChangeLog Changes to recent versions. INSTALL Instructions for installing cowsay. LICENSE The license for use and redistribution of cowsay. MANIFEST This file. diff --git a/Makefile b/Makefile index 1674ab6..d9c3600 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ FILES= Files.base PRODUCT= cowsay -VER= 3.01 +VER= 3.02 BASE= ${PRODUCT}-${VER} TARZ= ${BASE}.tar.Z TARGZ= ${BASE}.tar.gz diff --git a/README b/README index 2174be2..b8d1e52 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -========== -cowsay 3.0 -========== +=========== +cowsay 3.02 +=========== cowsay is a configurable talking cow, written in Perl. It operates much as the figlet program does, and it written in the same spirit diff --git a/RELEASE b/RELEASE index 3e168fb..86744d5 100644 --- a/RELEASE +++ b/RELEASE @@ -4,16 +4,20 @@ Steps to be done for release: (1) Change version number in Makefile. -(2) Package into tarballs and sign. +(2) Change version number in README. -(3) Upload tarballs to FTP server. +(3) Change version number in cowsay.1. -(4) Point LATEST.tar.gz to current version. +(4) Package into tarballs and sign. -(5) Modify cowsay web pages to reflect current version. +(5) Upload tarballs to FTP server. -(6) Modify factoids with purl and miho to reflect current version. +(6) Point LATEST.tar.gz to current version. -(7) Post to freshmeat. +(7) Modify cowsay web pages to reflect current version. + +(8) Modify factoids with purl and miho to reflect current version. + +(9) Post to freshmeat. $Id$ diff --git a/cowsay b/cowsay index e1fe0a4..f5a4e17 100755 --- a/cowsay +++ b/cowsay @@ -1,7 +1,7 @@ #%BANGPERL% ## -## Cowsay 3.01 +## Cowsay 3.02 ## ## This file is part of cowsay. (c) 1999 Tony Monroe. ## @@ -12,7 +12,7 @@ use File::Basename; use Getopt::Std; use Cwd; -$version = "3.0"; +$version = "3.02"; $progname = basename($0); $eyes = "oo"; $tongue = " "; diff --git a/cowsay.1 b/cowsay.1 index 3152d94..e522c01 100644 --- a/cowsay.1 +++ b/cowsay.1 @@ -7,6 +7,7 @@ .\" .ds Nm Cowsay .ds nm cowsay +.ds Vn 3.02 .TH \*(nm 1 "$Date$" .SH NAME \*(nm/cowthink \- configurable speaking/thinking cow (and a bit more) @@ -134,8 +135,13 @@ must be backslashed because that is what Perl 5 expects. .PP What older versions? :-) .PP -Version 3.0 is fully backward-compatible with 2.x versions. If -you're still using a 1.x version, consider upgrading. +Version 3.x is fully backward-compatible with 2.x versions. If +you're still using a 1.x version, consider upgrading. And tell me +where you got the older versions, since I didn't exactly put them +up for world-wide access. +.PP +Oh, just so you know, this manual page documents version \*(Vn of +cowsay. .SH ENVIRONMENT The COWPATH environment variable, if present, will be used to search for cowfiles. It contains a colon-separated list of directories, @@ -153,7 +159,7 @@ holds a sample set of cowfiles. If your .B COWPATH is not explicitly set, it automatically contains this directory. .SH BUGS -If there are any left, please notify the author at the address below. +If there are any, please notify the author at the address below. .SH AUTHOR Tony Monroe (tony@nog.net), with suggestions from Shannon Appel (appel@CSUA.Berkeley.EDU) and contributions from Anthony Polito