* 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
This commit is contained in:
mathias 2006-09-14 23:33:14 +00:00
parent e707f454ed
commit e3be6d05c2
4 changed files with 8 additions and 3 deletions

View file

@ -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

View file

@ -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 :

View file