summaryrefslogtreecommitdiff
path: root/libversions.txt
blob: 584b2e56d5b77e28d37d5890a8ab7a24ca94f3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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