diff options
author | Richard Jones <rjones@redhat.com> | 2010-02-22 12:53:16 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-02-22 13:19:21 +0000 |
commit | a8c3723e3818b5a7a31520043c6831115ab9d0e0 (patch) | |
tree | 00568e6c18afe37e0b3963306fb19cade9b75f87 /HACKING | |
parent | aa4700f0325743aaa16b525637b00ee61b39df13 (diff) | |
download | libguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.tar.gz libguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.tar.xz libguestfs-a8c3723e3818b5a7a31520043c6831115ab9d0e0.zip |
Spin off hivex as a separate upstream project.
This commit makes the semi-independent hivex library into a
separate upstream project. The git repo for hivex is now:
http://git.annexia.org/?p=hivex.git;a=summary
Downloads of hivex are available here:
http://libguestfs.org/download/
All questions, patches, bugs etc should be sent to the libguestfs
mailing list and bug tracker.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -92,9 +92,10 @@ fuse/ haskell/ Haskell bindings. -hivex/ - Hive extraction library, for reading Windows Registry files. - See hivex/README for more details. +hivex/ [removed in 1.0.85] + This used to contain the hivex library for reading and + writing Windows Registry binary hive files. This is now + available as a separate upstream project. images/ Some guest images to test against. These are gzipped to save |