summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen LaHaise <bcrl@kvack.org>2002-08-29 15:17:49 +0000
committerBen LaHaise <bcrl@kvack.org>2002-08-29 15:17:49 +0000
commit976262c81ab73f61e6b6682616d669670a4a98ac (patch)
tree0741acf7db3556b29001dd196f53365c0f5b4e3e
parentdeff45de0910a038e65f0dc5981486cfd0cae80b (diff)
downloadlibaio-976262c81ab73f61e6b6682616d669670a4a98ac.tar.gz
update changelog, set version to 0.3.15, sort test caseslibaio.0-3-15.1
-rw-r--r--ChangeLog11
-rw-r--r--harness/Makefile2
-rw-r--r--libaio.spec4
3 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 46cc5fe..1945d08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+0.3.15
+ - use real syscall interface, but don't break source compatibility
+ yet (that will happen with 0.4.0)
+
+0.3.13
+ - add test cases
+
+0.3.11
+ - use library versioning of libredhat-kernel to always provide a
+ fallback
+
0.3.9
- add io_queue_release function
diff --git a/harness/Makefile b/harness/Makefile
index 0d1b7a2..703f5b0 100644
--- a/harness/Makefile
+++ b/harness/Makefile
@@ -33,5 +33,5 @@ testdir/rwfile: .PHONY
chmod 600 $@
check: $(PROGS) testdir/rofile testdir/rwfile testdir/wofile
- ./runtests.sh $(PROGS)
+ ./runtests.sh `/bin/ls -d $(PROGS) | sort -n`
diff --git a/libaio.spec b/libaio.spec
index 92e0bf4..735803e 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,6 +1,6 @@
Name: libaio
-Version: 0.3.13
-Release: 3
+Version: 0.3.15
+Release: 1
Summary: Linux-native asynchronous I/O access library
Copyright: LGPL
Group: System Environment/Libraries