summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2015-11-15 10:34:51 -0800
committerMartin Pool <mbp@sourcefrog.net>2015-11-15 10:34:51 -0800
commit771038c76ec9939e93ee7e7c7de228ba06b43e6c (patch)
treeeb8bd295e6ffa96e23ffae7cae76d760c461d7a7
parentf41040f23ca89945a45d5353f13a6b11d020675c (diff)
downloadlibrsync-771038c76ec9939e93ee7e7c7de228ba06b43e6c.tar.gz
Remove now-obsolete libtool versioning list
-rw-r--r--libversions.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/libversions.txt b/libversions.txt
deleted file mode 100644
index 584b2e5..0000000
--- a/libversions.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-libtool versions for librsync, described by three integers:
-
-CURRENT
- The most recent interface number that this library implements.
-
-REVISION
- The implementation number of the CURRENT interface.
-
-AGE
- The difference between the newest and oldest interfaces that this
- library implements. In other words, the library implements all the
- interface numbers in the range from number `CURRENT - AGE' to
- `CURRENT'.
-
-RELEASE CURRENT REVISION AGE COMMENTS
-0.5.6 0 0 0 direct-IO api
-0.9.0 1 0 0 zlib-style state machine
-0.9.3 1 1 0 rearrange buffers code
-0.9.4 1 1 0
-0.9.5 1 1 0
-0.9.6 1 2 0 refined and debugged
-1.0.0 2 0 0 add BLAKE2 as default