From db6f31a60303e41def1a1d0705164cd5b6d75492 Mon Sep 17 00:00:00 2001 From: Johnathan Nightingale Date: Tue, 13 Jul 2010 20:02:29 -0400 Subject: [PATCH] Bump version to 1.3, update CHANGELOG and README --- CHANGELOG | 10 ++++++++++ CREDITS | 2 +- README | 11 +---------- beep.c | 2 +- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 52dfe08..3be8ce7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +1.3 +--- +- 8 years have passed! +- Integrated a bunch of Gerfried Fuchs' changes maintained for the debian version for years +and years +- Added him to the CREDITS, too. +- Support for devfs, and alternate console devices. +- Warnings about multiply-specified frequency +- Debug mode + 1.2.2 ----- - Man pages now gzip -9 for better compression diff --git a/CREDITS b/CREDITS index 6ca8fab..8aaa6e3 100644 --- a/CREDITS +++ b/CREDITS @@ -31,7 +31,7 @@ beep in RPM format, and maintaining said package until he decides not to. I really did mean to make a spec for it myself, but hey, when freshmeat offers to maintain your packages, you'd have to have a *real* good reason to say no. -Most of all - and I write this fully 10 years later, so I have the benefit of +Most of all - and I write this nearly 10 years later, so I have the benefit of history on my side here - I would like to thank Gerfried Fuchs, who has tirelessly maintained beep in debian, along with a stack of patches, years after I stopped hacking on it in earnest. He is amazingly dedicated, and has a new son whom we diff --git a/README b/README index efac280..f4db57b 100644 --- a/README +++ b/README @@ -20,16 +20,7 @@ For installation instructions, see INSTALL. For copying and (non-)warranty information, see COPYING. For usage information, check the man page. -fryguy (Ryan Weaver) at freshmeat.net has packaged beep in RPM format and has -promised to try to get new rpms out with each new source release. RPMs can be -found, among other places, at: - -ftp://ftp.falsehope.com/pub/beep/ - -or - -ftp://ftp.freshmeat.net/pub/rpms/beep/ - +There is a github repository of this code at: git://github.com/johnath/beep.git A note about ioctl ------------------ diff --git a/beep.c b/beep.c index 3bb1a54..452fc08 100644 --- a/beep.c +++ b/beep.c @@ -48,7 +48,7 @@ #define CLOCK_TICK_RATE 1193180 #endif -#define VERSION_STRING "beep-1.2.2" +#define VERSION_STRING "beep-1.3" char *copyright = "Copyright (C) Johnathan Nightingale, 2002. " "Use and Distribution subject to GPL. " -- 2.39.2