1Mon Mar 30 19:17:44 EEST 2015
2	- version 0.0.9
3	- fix write tests for pjdfstest
4	- fix ext2fs_file_*, need to open/release in every file operation
5
6Mon Mar 28 10:21:43 EEST 2015
7	- version 0.0.8 - lazarus, raised from dead
8	- use e2fsprogs from system (mac, linux)
9	- fix build routines for new systems (mac, linux)
10	- switch to osxfuse (mac)
11
12Wed 30 Dec 2009 04:17:02 EET
13	- enable noappledouble only for readonly mode by default
14
15Thu 24 Dec 2009 14:40:10 EET
16	- version 0.0.7
17
18Tue 03 Nov 2009 04:02:06 AM EEST
19	- get device volume name in probe stage. now diskutil shows volume name
20	  on device bar, as a result device mount point is created as
21	  '/Volumes/${volume_name}'.
22	- supports mac osx 10.6 in compatibility mode.
23
24Fri 09 Oct 2009 12:53:02 AM EEST
25	- fixed big file support (write > 4G)
26
27Tue 29 Sep 2009 05:25:08 AM EEST
28	- improved probe time (mount time improved %50)
29	- improved mount time for read-only mode
30	- mount time reduced from ~8 secs to ~2 secs
31	- added windows_fat_(16/32) partition type to probe types
32	- added 0.0.6 md5sum to release.xml
33	- added release-beta.xml, just like macfuse
34	- linux fs type probe decreased from 50 to 3500
35	- disabled apple double files
36
37Wed 23 Sep 2009 00:15:10 AM EEST
38	- version 0.0.6
39	- fixed big file support for size > 4Gb
40	- prefpane supports uninstall/update
41
42Mon 07 Sep 2009 00:02:40 AM EEST
43	- added fuse-ext2.1 man page written by Renzo
44
45Wed 02 Sep 2009 07:43:48 PM EEST
46	- merge in renzo branch rev.140 including:
47	- support of file truncate
48	- support of concurrent file access
49	- view-os compatibility (see wiki.virtualsquare.org, umfuse)
50
51Mon 22 Jun 2009 05:36:45 PM EEST
52	- uninstall support for mac
53	- initial updater for mac
54
55Thu 11 Jun 2009 10:55:23 PM EEST
56	- set version information at compile time for info.plist
57	- corrected mke2fs path information in make-pkg.sh
58
59Tue 09 Jun 2009 02:09:15 AM EEST
60	- upgrade to e2fsprogs-1.41.6
61
62Mon 08 Jun 2009 12:47:59 AM EEST
63	- added uuid lib
64
65Wed 3 Jun 2009 07:09:27 PM EEST
66	- version 0.0.5
67	- updated authors file
68	- minor directory changes
69
70Tue 2 Jun 2009 05:04:49 PM EEST
71	- big/little endian support for universal build
72
73Tue 2 Jun 2009 00:39:06 AM EEST
74	- upgrade to e2fsprogs 1.41.5
75	- added mke2fs for disk format
76	- added format support to diskutil
77
78Wed 27 May 2009 03:11:38 AM EEST
79	- 10.4 tiger build instructions added to README
80	- added /usr/local/[lib,include] to fuse-ext2
81	  compile flags.
82
83Tue 19 May 2009 07:34:23 PM EEST
84	- version 0.0.4
85	- get etx2 label in probe stage
86	- make labeling work for universal build, also
87
88Tue 21 Apr 2009 02:32:57 PM EEST
89	- merge in Dave Vasilevsky's labels patch
90
91Sat 04 Apr 2009 02:28:34 AM EET
92	- disable multithread
93	- reduce wait time to 5 seconds
94
95Mon 09 Feb 2009 04:42:51 PM EET
96	- mac osx file system bundle support
97	- automount support
98	- first 'real' stable (read only)
99