diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-12-04 00:40:50 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-12-04 00:40:50 +0000 |
commit | 0b6a0adc4d44e5b9d0855e257091eec643f3a185 (patch) | |
tree | 7334ed0295c1d8bac701fea6778923bd383225e5 /ChangeLog | |
parent | aa63b6b0f9d2c2e160554b788b000c5bc6f52309 (diff) | |
download | libfuse-0b6a0adc4d44e5b9d0855e257091eec643f3a185.tar.gz |
backward compatibility
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-12-03 Miklos Szeredi <miklos@szeredi.hu> + + * Add source compatibility to 2.1 and 1.1 APIs. To select betwen + versions simply define FUSE_USE_VERSION to 22, 21 or 11 before + including the fuse header + + * Add binary compatibility to 2.1 version of library with symbol + versioning + 2004-12-01 Miklos Szeredi <miklos@szeredi.hu> * kernel: clean up writing functions |