Major upgrade to the 0.3 series due to a structural rebuild of main engine
based on insights gained from developing version 0.3. Pitty enough still no recordable media write support (sorry folks...). Significant speed improvements have been made in both reading and writing heaps of little files. Offcource also heaps of bug fixes. Work has also started on an in-kernel implementation though i decided to get udfclient fully functional first. New in this version is support for non 2048 byte media using the -b flag, new `rename' and `free' commands in udfclient and a fixed and hopefully full working `rm' command. Warning some flags have been changed meaning so check your scripts!
This commit is contained in:
parent
c209ba29cb
commit
7599bb7bcf
3 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES,v 1.10332 2005/06/08 16:21:37 bouyer Exp $
|
||||
$NetBSD: CHANGES,v 1.10333 2005/06/08 22:46:26 reinoud Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2005:
|
||||
|
||||
|
@ -2844,3 +2844,4 @@ Changes to the packages collection and infrastructure in 2005:
|
|||
Removed security/pam-smbpass [salo 2005-06-08]
|
||||
Removed security/winbind [salo 2005-06-08]
|
||||
Updated net/p5-SNMP-Info to 0.9nb1 [bouyer 2005-06-08]
|
||||
Updated misc/udfclient to 0.4 [reinoud 2005-06-09]
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.19 2005/04/11 21:46:40 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2005/06/08 22:46:26 reinoud Exp $
|
||||
#
|
||||
|
||||
DISTNAME= UDFclient.0.3.5
|
||||
PKGNAME= udfclient-0.3.5
|
||||
DISTNAME= UDFclient.0.4
|
||||
PKGNAME= udfclient-0.4
|
||||
#PKGREVISION= 0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.17 2005/04/10 00:42:49 reinoud Exp $
|
||||
$NetBSD: distinfo,v 1.18 2005/06/08 22:46:26 reinoud Exp $
|
||||
|
||||
SHA1 (UDFclient.0.3.5.tgz) = e18afc0270b3e362593ac1df1692a69f707ecc80
|
||||
RMD160 (UDFclient.0.3.5.tgz) = e9df99db9a256ed63c554c0da8e7ed4480eca056
|
||||
Size (UDFclient.0.3.5.tgz) = 189644 bytes
|
||||
SHA1 (UDFclient.0.4.tgz) = 307a38ea8114663f4b5174eac09caf4c57770186
|
||||
RMD160 (UDFclient.0.4.tgz) = 8b95463b8d385bff3175303b0bf6de0b9a2f55c2
|
||||
Size (UDFclient.0.4.tgz) = 228756 bytes
|
||||
|
|
Loading…
Reference in a new issue