📄 changelog
字号:
Added AC_PREREQ(2.53) to force autoconf version checking. Updated autogen.sh to use 'automake --foreign' because ChangeLog is now generated, and to clean autom4te.cache instead of config.cache Added popt and testsuite to Makefile.am SUBDIRS and configure.in AC_OUTPUT. Changed and documented project version to 0.9.6 and library version to 1:2:0. Fixed Makefile.am $(LIBOBJS) to @LIBOBJS@. Removed LIBOBJS from testsuite/Makefile.am because it doesn't expand properly for functions found in $(top_srcdir). This needs to be fixed by building a "replace" library of replacement functions to link with. Added rule for building ChangeLog using cvs2cl. Updated .cvsignore files to ignore generated files with autoconf 2.5x. Removed generated ChangeLog and prototab.h files.2003-02-25 01:43 abo * trace.h: Added Mac OS-X support patch which affects one line in trace.h.2002-08-22 03:28 wayned * sumset.c: Allow the user to free a sumset even if rs_build_hash_table() wasn't called on it.2002-07-14 04:58 wayned * configure.in: Added a check for the popt library.2002-07-14 04:51 wayned * configure.in: - Got rid of the included-popt stuff. - Don't build popt/Makefile and testsuite/Makefile.2002-07-14 04:49 wayned * Makefile.am: - Got rid of the testsuite subdir because it is currently broken in the distribution (using "make dist"). - Got rid of the popt subdir. - Added the missing mdfour.h file to the librsync_la_SOURCES list.2002-06-30 05:51 wayned * mdfour.c: Robert Weber submitted changes to make the checksum work on files >512Meg and also to speed up little-endian systems. I tweaked them a tad and this is the result.2002-06-30 05:47 wayned * types.h: Define uint64_t, if possible.2002-06-30 05:44 wayned * mdfour.h: Changed typedef into simple structure definition.2002-06-30 05:44 wayned * delta.c: Got rid of the include of "types.h" since it is now included by an earlier include.2002-06-30 05:33 wayned * rsync.h: Got rid of the contents of the rs_mdfour_t typedef.2002-06-30 05:32 wayned * job.h: Include the new mdfour.h header.2002-06-30 05:31 wayned * configure.in: Added check for big-endian systems.2002-06-30 05:31 wayned * mdfour.h: Moved the struct here to hide its contents from the user.2002-06-30 05:02 wayned * configure.msc, PCbuild/PCbuild.dsw, PCbuild/config.h, PCbuild/rdiff.dsp: A file to help build librsync on a MS-OS PC.2002-06-30 04:59 wayned * fileutil.c, hex.c, stats.c, trace.c: Conditionally include several header files.2002-06-30 04:56 wayned * configure.in: Added header-file checks for fcntl.h, inttypes.h, and sys/file.h.2002-06-30 04:47 wayned * rsync.h: Check for LONG_LONG for WIN32.2002-06-30 04:41 wayned * buf.c, copyq.c, rsync.h: Use rs_long_t instead of off_t.2002-06-30 04:25 wayned * popt/system.h: A couple changes to make PC builds work.2002-06-30 04:14 wayned * whole.c: Use HAVE_UNISTD_H define.2002-06-28 18:35 wayned * buf.c: - Include <sys/types.h> for FreeBSD. - Free the "fb->buf" variable in rs_filebuf_free().2002-06-20 08:45 wayned * patch.c: Added include of <string.h> to remove compiler warning about memcpy().2002-06-20 08:44 wayned * .cvsignore, doc/.cvsignore, popt/.cvsignore, testsuite/.cvsignore: Added missing generated files.2002-06-20 04:57 wayned * delta.c: Fixed a bug in delta-generation that caused them to be too large. (Patch provided by Shirish H. Phatak.)2002-06-20 04:57 wayned * job.c: Fix a memory leak. (Patch by Shirish H. Phatak.)2002-06-20 04:50 wayned * rdiff.c: Explicitly close our open files and free the sumset so it's clearer what cleanup needs to be done in a long-running application.2002-06-20 04:48 wayned * emit.c: Removed an unused variable.2002-01-26 08:47 bje * ChangeLog, Makefile.am, autogen.sh, configure.in, driver.sh: * configury clean-up. * Makefile.am (SUBDIRS): Add doc, testsuite. (librsync_la_SOURCES): Condense. (man_MANS): Remove--handled by doc/Makefile.am now. (TESTS_ENVIRONMENT): Remove--handled by testsuite/Makefile.am. (test_scripts): Likewise. (try_scripts): Likewise. (TESTS): Likewise. (test_data): Likewise. (noinst_SCRIPTS): Update. (EXTRA_DIST): Likewise. (bin_PROGRAMS): Rename from this .. (noinst_PROGRAMS): .. to this. (check_PROGRAMS): Remove. (isprefix_driver_SOURCES): Likewise. (isprefix_driver_LDADD): Likewise. (check_programs): Likewise. * autogen.sh: Don't specify Makefiles to automake. * configure.in (AC_INIT_AUTOMAKE): Simplify invocation. (AC_OUTPUT): Emit doc/Makefile, doc/Doxyfile, tesdtsuite/Makefile.2002-01-26 08:46 bje * .cvsignore: * prune right back--we can always update later.2002-01-26 08:33 bje * ChangeLog, README.autoconf, changes.test, delta.test, isprefix.test, mdfour.test, mksum.test, mutate.test, signature.test, sources.test, triple.test: * README.autoconf: Remove. * changes.test: Move to testsuite subdirectory. * delta.test: Ditto. * isprefix.test: Ditto. * mdfour.test: Ditto. * mksum.test: Ditto. * mutate.test: Ditto. * signature.test: Ditto. * sources.test: Ditto. * triple.test: Ditto.2002-01-26 08:25 bje * ChangeLog, Doxyfile, codeheader.c, codeheader.man, codeheader.sh, doxygen.css, extra.dox, footer.html, gloss.dox, header.html, librsync.3, main.dox, rdiff.1, rdiff.dox, rproxy-small-logo.png, doc/Doxyfile.in, doc/Makefile.am, doc/codeheader.c, doc/codeheader.man, doc/codeheader.sh, doc/doxygen.css, doc/extra.dox, doc/footer.html, doc/gloss.dox, doc/header.html, doc/librsync.3, doc/main.dox, doc/rdiff.1, doc/rdiff.dox, doc/rproxy-small-logo.png: * doc/Makefile.am: New file. * Doxyfile: Move from here .. * doc/Doxyfile.in: .. to here (with added substitutions). * codeheader.c: Move from here .. * doc/codeheader.c: .. to here. * codeheader.man: Move from here .. * doc/codeheader.man: .. to here. * codeheader.sh: Move from here .. * doc/codeheader.sh: .. to here. * doyxgen.css: Move from here .. * doc/doxygen.css: .. to here. * extra.dox: Move from here .. * doc/extra.dox: .. to here. * header.html: Move from here .. * doc/header.html: .. to here. * librsync.3: Move from here .. * doc/librsync.3: .. to here. * main.dox: Move from here .. * doc/main.dox: .. to here. * rdiff.1: Move from here .. * doc/rdiff.1: .. to here. * rdiff.dox: Move from here .. * doc/rdiff.dox: .. to here. * rproxy-small-logo.png: Move from here .. * doc/rproxy-small-logo.png: .. to here.2002-01-26 08:15 bje * doc/.cvsignore: * new file.2002-01-26 08:13 bje * testsuite/: COPYING, ChangeLog, mksum.input/COPYING.sig: * mksum.input/COPYING.sig: Move here from top-level directory. * COPYING: Likewise, copy from top-level.2002-01-26 08:10 bje * testsuite/: dot, driver.sh: * new files; missed from earlier check-in.2002-01-26 08:09 bje * testsuite/.cvsignore: * new file.2002-01-26 08:08 bje * testsuite/: mutate.pl, ChangeLog, Makefile.am, changes.test, delta.test, isprefix.driver.c, isprefix.test, mdfour.test, mksum.test, mutate.test, signature.test, sources.test, triple.test: * Makefile.am: New file. * changes.test: Move here from top-level directory. * delta.test: Ditto. * isprefix.test: Ditto. * mdfour.test: Ditto. * mksum.test: Ditto. * mutate.test: Ditto. * signature.test: Ditto. * sources.test: Ditto. * triple.test: Ditto. * dot: Ditto. * driver.sh: Ditto. * isprefix.driver.c: Ditto. * mutate.pl: Ditto.2002-01-25 23:13 bje * testsuite/: ChangeLog, changes.input/01.in, changes.input/02.in, changes.input/03.in, changes.input/04.in, delta.input/01.delta, delta.input/01.expect, delta.input/02.delta, delta.input/02.expect, delta.input/03.delta, delta.input/03.expect, mdfour.input/01.data, mdfour.input/01.expect, signature.input/01.in, signature.input/01.sig, triple.input/copying.in, triple.input/half.in, triple.input/hello.in, triple.input/zero.in: * changes.input: Replica test directory. * delta.input: Likewise. * mdfour.input: Likewise. * signature.input: Likewise. * triple.input: Likewise.2002-01-25 20:16 bje * ChangeLog, autogen.sh: * autogen.sh: Don't implicitly run configure.2001-09-14 11:41 mbp * NEWS, configure.in: Update NEWS Call this 0.9.5. Pacify autoconf warnings.2001-09-14 11:31 mbp * configure.ac, configure.in: rename configure.ac back to configure.in, since the Debian breakage about autoconf2.13->2.50 migration seems to be fixed2001-09-14 11:29 mbp * buf.c, job.h: Patch from Shirish Hemant Phatak to - properly handle return from fread when file size is a multiple of input block size - adjusts the tube length in job.h to better confirm with largefiles2001-08-10 15:13 mbp * configure.ac, configure.in: Rename to configure.ac to make autoconf2.50 happier2001-08-08 17:51 mbp * configure.in: This isn't 0.9.4 anymore.2001-08-08 17:11 mbp * librsync.3, rdiff.1: Fix documentation credits.2001-08-08 17:07 mbp * librsync.spec: Try to make sure we catch manpages in the package.2001-08-08 16:26 mbp * librsync.spec: Try again.2001-08-08 16:23 mbp * NEWS, configure.in, libversions.txt, librsync.spec: Get ready for 0.9.4 release.2001-08-08 16:16 mbp * librsync.spec: Munge spec file to actually build properly on RH 7.0.2001-08-08 15:44 mbp * librsync.spec: Update spec for 0.9.4pre and take out the RLL patch which is now merged.2001-08-08 15:43 mbp * Makefile.am: Include RPM spec file in tarball2001-08-08 15:37 mbp * README: Add note about broken gcc on RH7.0.2001-08-08 15:36 mbp * configure.in: It looks like libtool doesn't like AC_PROG_RANLIB to be explicitly tested.2001-08-08 15:06 mbp * configure.in: autoconf2.50 is more fussy about quoting in configure.in, so I cleaned that up.2001-08-08 15:05 mbp * Makefile.am: includes.h was in the list of files to be distributed, but we don't use it anymore.2001-08-08 14:58 mbp * NEWS, delta.c, emit.c: RLL encoding fix from Shirish Hemant Phatak <shirish@nustorage.com>: Fixes a weak checksum bug and improves efficiency on sequences of exact matches2001-08-08 14:54 mbp * acinclude.m4: Fix quoting for autoconf2.50.2001-08-08 14:54 mbp * README.autoconf: Explain autoconf madness.2001-08-08 11:20 mbp * README.RPM, librsync.spec: Add spec file from Peter Braam. (Fixed description, otherwise the same. Don't know if it works yet.)2001-04-10 01:02 mbp * NEWS, configure.in, job.c, job.h, rsync.h: Fixes for rsync.h from Thorsten Schuett <thorsten.schuett@zib.de>2001-04-10 00:59 mbp * mdfour.c: Const-correctness2001-03-20 15:26 mbp * README: Test direction of CVS commit messages2001-03-19 19:13 mbp * rdiff.c: Doc.2001-03-19 19:10 mbp * rdiff.c: Doc.2001-03-19 16:52 mbp * mdfour.c: Help the compiler a little bit in copy64. Alignment fix by tridge for rs_mdfour_choose_packer.2001-03-19 15:57 mbp * msg.c: Doc.2001-03-19 15:47 mbp * Makefile.am: Include rsync.h in librsync sources.2001-03-19 01:46 mbp * debian/: README.debian, changelog, control, copyright, crontab.ex, dirs, diversions.ex, inetd.conf.ex, info.ex, init.d.ex, librsync1.files, manpage.1.ex, menu.ex, rules, watch.ex: First-cut Debian support from deb-make2001-03-19 01:42 mbp * NEWS, driver.sh, hex.c, trace.h: More Tru64 portability fixes.2001-03-19 01:29 mbp * NEWS, trace.c, trace.h: Make trace work better on non-gcc compilers.2001-03-19 01:28 mbp * rsync.h: Some compilers don't like trailing commas in enums.2001-03-19 01:21 mbp * netint.c: Type correctness on 64-bit platforms.2001-03-19 01:20 mbp * job.c: Shut up compiler warning.2001-03-19 01:20 mbp * delta.c: Doc.2001-03-19 01:19 mbp * configure.in: Tru64 cc can't cope with space between -I and the path.2001-03-19 01:19 mbp * Makefile.am: Remove duplicate source file from list. Upload NEWS to librsync-NEWS on web site.2001-03-19 00:41 mbp * rdiff.c: Build properly without zlib.h2001-03-19 00:23 mbp * NEWS, configure.in: Get ready for 0.9.3 release.2001-03-19 00:20 mbp * driver.sh: Only run 150 of each test.2001-03-19 00:17 mbp * mutate.test: Fix silly mistake in test case loop.2001-03-18 22:24 mbp * delta.test, mksum.test, mutate.test, triple.test: Use test framework more consistently2001-03-18 22:16 mbp * mksum.test, mutate.test, signature.test, triple.test, delta.test, driver.sh, mdfour.test: Use test framework more consistently2001-03-18 22:13 mbp * tube.test: Obsolete.2001-03-18 22:10 mbp * Makefile.am: Include types.h in distribution.2001-03-18 22:02 mbp * emit.c, job.c: Fix float output formats.2001-03-18 22:01 mbp * main.dox: Explain importance of large buffers.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -