From e3be6d05c20f5799be95170ae64a4034e8c90d84 Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 14 Sep 2006 23:33:14 +0000 Subject: [PATCH] * little modifications, updated CHANGELOG.txt --HG-- rename : CHANGELOG => CHANGELOG.txt rename : LICENSE => LICENSE.txt rename : README => README.txt extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4047 --- CHANGELOG => CHANGELOG.txt | 5 +++++ LICENSE => LICENSE.txt | 0 Makefile | 6 +++--- README => README.txt | 0 4 files changed, 8 insertions(+), 3 deletions(-) rename CHANGELOG => CHANGELOG.txt (96%) rename LICENSE => LICENSE.txt (100%) rename README => README.txt (100%) diff --git a/CHANGELOG b/CHANGELOG.txt similarity index 96% rename from CHANGELOG rename to CHANGELOG.txt index ac3334c..05f463d 100644 --- a/CHANGELOG +++ b/CHANGELOG.txt @@ -1,5 +1,10 @@ Version 1.0 ---------------------------------------------------------------------- +2006-09-11: + * made the timeout function more clear + * only accept rlen < 50, dont increase it when it makes no sense + * minor splint based mods + 2006-06-01: * fixed gmake buildsystem diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/Makefile b/Makefile index 61c70f2..c985ac4 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,9 @@ install : alock chmod 444 $(DESTDIR)$(prefix)/share/alock/bitmaps/* cp -fv README LICENSE CHANGELOG \ $(DESTDIR)$(prefix)/share/alock/ - chmod 444 $(DESTDIR)$(prefix)/share/alock/README - chmod 444 $(DESTDIR)$(prefix)/share/alock/LICENSE - chmod 444 $(DESTDIR)$(prefix)/share/alock/CHANGELOG + chmod 444 $(DESTDIR)$(prefix)/share/alock/README.txt + chmod 444 $(DESTDIR)$(prefix)/share/alock/LICENSE.txt + chmod 444 $(DESTDIR)$(prefix)/share/alock/CHANGELOG.txt alock : diff --git a/README b/README.txt similarity index 100% rename from README rename to README.txt