git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@59 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
mheily 2009-11-07 20:55:22 +00:00
parent 8a11ae04dc
commit 34cbbc0ada
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2009-11-10 v0.2 r59
* Implement EVFILT_TIMER on Linux.
* Fix another 'make install' problem reported by Mario Schwalbe.
* Do not link the test program with the pthreads library.
* pkg-config no longer requires linking with -lpthread and -lrt.
2009-05-05 v0.1 r49

2
configure vendored
View File

@ -1,7 +1,7 @@
#!/bin/sh
program=libkqueue
version=0.1
version=0.2
finalize() {
eval "if [ \"\$$1\" = \"\" ] ; then $1=\"$2\" ; fi"