Update to 1.3.3. From the changelog:
Jan 16 2003: - Yet more code cleanup. Added a write_cksum_rio internal routine. - Fixed a major typeo in complete_upload_rio. Uploads should work again. Jan 13 2003: - Further code cleanup - S-Series should no longer bomb out on RIO_PREFR command Jan 09 2003: - Code cleanup, removed all compatability for recognizing old hack (sorry) - (Library) added function for uploading from pipe (needs testing) - (Frontend) added support for uploading from stdin (needs testing) Jan 08 2003: These updates correspond to v1.3.1 (currently in CVS): - Updated the version to somthing a little easier to follow - Minor fixes - Mixed results comming in about using rioutil with the S-Series, but in general the reports are positive :) - Eliminated support to recognize old hack (it was causing wierd problems) Other Changes: - Updated README - Release source to rioutil Firmware Updater Dec 19 2002: - Completly changed the downloadable song hack: - Any file can be downloaded (regardless of what sf was used to ul it) - Any song that is downloaded will be removed as well. - No more weird numbering! - General fixes/changes
This commit is contained in:
parent
9b3abb1066
commit
3518f0db5c
3 changed files with 8 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2002/11/26 22:02:59 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2003/01/24 20:21:19 schmonz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= rioutil-1.2b
|
||||
PKGNAME= rioutil-1.2.1
|
||||
DISTNAME= rioutil-1.3.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2002/11/11 14:00:47 schmonz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2003/01/24 20:21:19 schmonz Exp $
|
||||
bin/riofck
|
||||
bin/rioutil
|
||||
include/rio.h
|
||||
lib/librioutil.a
|
||||
lib/librioutil.la
|
||||
lib/librioutil.so
|
||||
lib/librioutil.so.1
|
||||
lib/librioutil.so.1.2
|
||||
lib/librioutil.so.4
|
||||
lib/librioutil.so.4.2
|
||||
man/man1/rioutil.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2002/11/26 22:02:59 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2003/01/24 20:21:20 schmonz Exp $
|
||||
|
||||
SHA1 (rioutil-1.2b.tar.gz) = 25a8e88aed114ea95895581950b11fb054f499d4
|
||||
Size (rioutil-1.2b.tar.gz) = 283752 bytes
|
||||
SHA1 (rioutil-1.3.3.tar.gz) = 5e4ff0a339a2a8cef902ec115dd9c40cd5bb3df1
|
||||
Size (rioutil-1.3.3.tar.gz) = 328773 bytes
|
||||
|
|
Loading…
Reference in a new issue