Subject: CVS commit: pkgsrc/devel/librsync
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/25/2004 14:25:22
Module Name: pkgsrc
Committed By: adam
Date: Thu Nov 25 14:25:22 UTC 2004
Modified Files:
pkgsrc/devel/librsync: Makefile PLIST distinfo
Log Message:
Changes 0.9.7:
* Yet more large file support fixes.
* C++ support for easy #include <librsync.h> in C++.
* Removed Debian files from dist tarball.
* Changed rdiff to an installed program on "make install".
* Refactored delta calculation code to be cleaner and faster.
* #879763: Fixed mdfour to work on little-endian machines which don't
like unaligned word access. This should make librsync work on
pa-risc, and it makes it slightly faster on ia64.
* #1022764: Fix corrupted encoding of some COPY commands in large
files.
* #1024881: Print long integers directly, rather than via casts to
double.
* Fix printf formats for size_t: both the format and the argument
should be cast to long.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/librsync/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/librsync/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/librsync/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.