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