pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/cdrtools-devel



Module name:    wip
Committed by:   thomasklausner
Date:           Thu Oct 26 14:14:50 UTC 2006

Modified Files:
        wip/cdrtools-devel: Makefile distinfo

Log Message:
Update to 2.01.01a18:

All:

-       Fixed some files that did include <avoffset.h> instead of 
<schily/avoffset.h>

-       Trying to make the floating point printf() support functions work
        on systems that implement C99 only with no fallback.

        As this change is a result from a report from a person that does not 
like
        to cooperate, I was not able to test on the reported AIX-5.x platform.
        Also note that this change may result in problems on other platforms.
        Please test and report!


-       The Schily Makefilesystem now includes environment definitions
        for the Microsoft Studio 8 compiler. If you like to edit these
        definitions, check the DEFAULTS directory

-       Next step in supporting Microsoft C-compilers: build in environment
        set up for the MS compilers. To compile with the MS C-Compiler,
        set up a Cygwin environment and compile a Cygwin 'smake'.
        Then use this smake to comile with the MS C-compiler by calling:

        smake CCOM=cl

        This defaults to VC7. If you like to use VC6, call:

        smake CCOM=cl VC=6

        Note that smake itself (if compiled with "cl") will not work, as
        MS does not implement a reliable way to pass a quoted arg vector
        to a new program.

        Note that cdrtools do not yet completely compile with MSVC. This
        is mostly caused by missing standard comliance in the MS C-compilers.


Cdrecord:

-       Fixed a bug introduced with 2.01.01a17 that caused cdrecord to complain 
about
        an illegal layer breadk value if called with a single layer DVD and 
another
        driveropts= option. Thanks to Monika Schillling

Mkisofs (By Jörg Schilling and James Pearson j.pearson%ge.ucl.ac.uk@localhost):

-       Implement a new "correct inode number" algorithm for zero length files.

-       Implement a fingerprint that allows to check whether a ISO-9660 file 
        system image has been created by a new mkisofs and inplements the
        new "correct inode number" algorithm.

-       Implementing the new Rock Ridge (rrip) protocol version 1.12 from 1994.
        Mkisofs before implemented the old rrip version 1.10 from 1993.

-       New option -rrip110 to disable the "new" 1994 Rock Ridge version.

        This option may be needed if you know of a system that does not deal 
with
        RRip V-1.12. Currently no such system is known.

-       Using better (more portable) values for some special "inode" numbers.

-       Implement correct hard link counts for directories and files with Rock 
Ridge

-       Mkisofs cannot live without libschily anymore. For this reason, the
        #ifdef USE_LIBSCHILY code has been removed.

-       Better & faster hashing:

        -       Better hach function in hash.c for more balanced hash tree

        -       Number of hash root entries enhanced from 1024 to 16*1024

        -       Avoid string compare in find_file_hash()

-       Corrected check algorithm, for non-zero-length files that are assigned
        to a zero extent

-       Avoid uncached entries to clash with real inode numbers.

-       Print correct number of written extents in multi session mode.

-       All ISO-9660 numbers now correctly use the type UInt32_t 

-       Convert type of all extent number related variables to UInt32_t

-       Use inode caching by default on newer Cygwin releases that use
        64 bit inode numbers.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.13 -r1.14 wip/cdrtools-devel/distinfo
cvs -z3 rdiff -u -r1.17 -r1.18 wip/cdrtools-devel/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/distinfo?r1=1.13&r2=1.14
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cdrtools-devel/Makefile?r1=1.17&r2=1.18

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index