]> git.deb.at Git - pkg/beep.git/commitdiff
Bump version to 1.3, update CHANGELOG and README
authorJohnathan Nightingale <johnath@johnath.com>
Wed, 14 Jul 2010 00:02:29 +0000 (20:02 -0400)
committerJohnathan Nightingale <johnath@johnath.com>
Wed, 14 Jul 2010 00:02:29 +0000 (20:02 -0400)
CHANGELOG
CREDITS
README
beep.c

index 52dfe082c28a62264b90723986ff4cc60d85becb..3be8ce7431dfda482df3dc465e6cf099de3785f5 100644 (file)
--- 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 6ca8faba858ef277c2573ab64cfc9d74470b9862..8aaa6e3fad2789c72839a8c2ef1f4a864fad0415 100644 (file)
--- 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 efac280b5f49eabede124e4eee0deaecd49e6de6..f4db57b36fa09c6edc05f5acc7f27c31630a1651 100644 (file)
--- 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 3bb1a54fd900e9831b98843b5f7e2d05d7f15aca..452fc08376393f6cde807911fea3fc37e61c9f9c 100644 (file)
--- 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.  "