libversions.txt

来自「rsync的核心代码库。主要作用是比较二进制文件」· 文本 代码 · 共 24 行

TXT
24
字号
libtool versions for librsync   So, libtool library versions are 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   COMMENTS0.5.6    0        0         0     direct-IO api0.9.0    1        0         0     zlib-style state machine0.9.3    1        1         0     rearrange buffers code0.9.4	 1	  1	    0	   0.9.5	 1	  1	    00.9.6	 1	  2	    0     refined and debugged

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?