File: NEWS

package info (click to toggle)
xmount 0.7.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 788 kB
  • sloc: ansic: 9,081; xml: 163; sh: 34; makefile: 7
file content (76 lines) | stat: -rw-r--r-- 2,415 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
This file lists the most important changes to the previous released version.
For a full list of changes please refer to the source files.

New for version 0.7.5:
  - Improved and fixed the way fsname is built.
  - Added a patch fixing a bug in libxmount_input_aewf (supplied by Guy Voncken)

New for version 0.7.4:
  - Re-enabled full OSx support
  - libxmount_input_aewf input library is now able to decompress EWF chunks in parallel, which will increase read speed

New for version 0.7.0:
  - Switched build system from autoconf / autoamke to cmake
  - Massiv code cleanup
  - Input image support is now controlled by external libxmount_input libraries
  - Added support for morphing all input images into a virtual output image using libxmount_morphing libraries
  - Added support for --offset and --sizelimit command line argument

New for version 0.6.0:
  - Added support for split DD input files.

New for version 0.5.0:
  - Added support for VHD emulation.

New for version 0.4.6:
  - Added support for libewf v2

New for version 0.4.5:
  - Show the name of the mounted file in mount output

New for version 0.4.4:
  - Fixed a bug that prevents VirtualBox 3.2.8 or above from recognising the
    generated VDIs.

New for version 0.4.1:
  - Code cleanups and some minor bugfixes

New for version 0.4.0:
  - AFFLIB support for input images
  - AFFLIB and LIBEWF are now statically linked to xmount

New for version 0.3.2:
  - Automatic addition of FUSE's "-o allow_other" option if it is supported.

New for version 0.3.1:
  - Some bugfixes for VMDK emulation (Still experimental)
  - It is now possible to specify whether VMDK disks are attached to the IDE
    or SCSI bus. (Output type vmdk or vmdks)

New for version 0.3.0:
  - Added experimental support for VMDK emulation

New for version 0.2.3:
  - Virtual write support finally fixed

New for version 0.2.2:
  - Fixed yet another bug in virtual write support

New for version 0.2.1:
  - Fixed a bug in virtual write support

New for version 0.2.0:
  - Name changed from mountewf to xmount 
  - Support for multiple input image formats (DD and EWF)
  - Support for virtual write access

New for version 0.1.2:
  - Added random generator initialisation (Makes it possible to use more than 1
    mounted vdi in VBox)

New for version 0.1.1:
  - Fixed some severe bugs

New for version 0.1.0:
  - First release
  - Support for emulation of dd and vdi files