This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGELOG
28 lines (27 loc) · 1.45 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
* 0.6.2 - contributions by Niels de Vos:
* exchanged posix_rwlocks against mutexes to finally get rid of
the crashes
* replaced some accidental indentations with space against proper tabs
* 0.6.1 - clarified licensing issue (thanks to Niels de Vos for pointing it out)
* 0.6.0 - contributions by Thomas J. Duck:
* autoconf/automake support
* bug reports and fixes for mac-fuse
many thanks for this!
* 0.5.3 - bugfix: copying a file into a mounted archive failed when target
existed and was not modified before. Fixed that.
* 0.5.2 - bugfix: fix for archives that contain files inside directories before
the directory entry itself
* 0.5.1 - bugfix: when filenames inside an archive started with "./" they were
not shown. Fixed that.
* 0.5.0 - bugfix: everytime a file was created where the uid or gid could not
be resolved into a user/group name, the previous version crashed
* 0.4.0 - write support (everything but symlinks); NO GUARANTEE FOR YOUR DATA
- the usual amount of bug fixes
- new parameter "-v" / "--version"
- made dist-target in Makefile work
- version numbers have three parts now, major, minor and release
* 0.3 - preliminary write support (metadata only)
- many many bugfixes, especially reading works now more than once..
* 0.2 - major code cleanup
- implemented ar_readlink()
* 0.1 - initial release, read-only support