Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Haskell] Announcing harchive-0.2: Backup and restore software in Haskell.

0 views
Skip to first unread message

David Brown

unread,
Mar 10, 2007, 2:36:43 PM3/10/07
to has...@haskell.org
Announcing release 0.2 of "harchive", a program for backing up and
restoring data. I've included a brief feature list below. The code
is available in darcs at:

http://www.davidb.org/darcs/harchive/

The package is available from hackage at:

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/harchive-0.2

This release fixes some serious problems with the 0.1 release. No
significant features have been implemented, but the code can now be
compiled with '-O' without causing segfaults.

Dave Brown

----------------------------------------------------------------------
Harchive version 0.2:

- Several changes that change the storage format:

- Changed protocol and storage format a bit to not encode lengths
with hashes.

- Record attributes of root directory.

- Fix some problems with multiple threads on the SQL binding. There
is still a problem, but by only using one OS thread, it doesn't
appear now. Multiple simultaneous clients appear to work.
_______________________________________________
Haskell mailing list
Has...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

0 new messages