📄 quilt.changes
字号:
- bin/patch-wrapper.in: Call GNU patch by absolute patch to avoid recursion. Don't print an error message when a patch contains no files.-------------------------------------------------------------------Sat Feb 11 15:15:07 CET 2006 - agruen@suse.de- quilt/setup.in: Add --path option for defining a tarball search path. Fix a bug in check_for_existing_files. When a series file is given as an argument, symlink to that series file in the same way as we symlink to the patches. Improve the symlink creation algorithm. Add testcase test/setup.test.-------------------------------------------------------------------Sat Feb 11 15:10:03 CET 2006 - agruen@suse.de- quilt/new.in: Try to explain how to choose another source tree root directory when quilt chooses the wrong one.-------------------------------------------------------------------Sat Feb 11 14:28:23 CET 2006 - agruen@suse.de- quilt/scripts/patchfns.in: Fix bug in quilt_command when working in subdirectories.- Add testcase test/edit.test to catch this kind of bug.-------------------------------------------------------------------Wed Feb 8 02:03:27 CET 2006 - agruen@suse.de- bin/patch-wrapper.in: Fix permissions of installed file.-------------------------------------------------------------------Wed Feb 8 00:32:10 CET 2006 - agruen@suse.de- quilt/scripts/inspect.in: Improve recognition of patch's -i and --input options.-------------------------------------------------------------------Tue Feb 7 20:53:03 CET 2006 - agruen@suse.de- po/ja.po: Fix three errors: % used instead of %s (Yasushi Shoji).-------------------------------------------------------------------Mon Feb 6 12:39:43 CET 2006 - agruen@suse.de- Add --with-patch-wrapper configure argument, and optionally install the wrapper as /usr/share/quilt/wrapper/patch.- bin/patch-wrapper.in: Minor cleanups.-------------------------------------------------------------------Mon Feb 6 06:26:59 CET 2006 - agruen@suse.de- bin/patch-wrapper.in: Add hack to follow pipes via /proc on Linux (zcat patch.diff.gz | patch -p0, etc.).-------------------------------------------------------------------Mon Feb 6 02:41:10 CET 2006 - agruen@suse.de- bin/patch-wrapper.in: A wrapper to GNU patch that recognizes the most common options and mimics GNU patch's behavior and output, and creates the quilt metadata as if quilt push was used to apply the patch. When options are used that this wrapper does not recognize, GNU patch is used directly, and no quilt metadata will get created.- lib/backup-files.c: Don't fail if a directory specified with -B does not exist.-------------------------------------------------------------------Sat Feb 4 08:37:47 CET 2006 - agruen@suse.de- make dist: Add the missing aclocal.m4 to the tarball.-------------------------------------------------------------------Fri Feb 3 13:04:52 CET 2006 - khali@linux-fr.org- bash_completion: Code refactoring, indentation fixes.-------------------------------------------------------------------Fri Feb 3 13:03:10 CET 2006 - khali@linux-fr.org- quilt/mail.in: Strip "Tr:" from subject lines like we do with "Re:" and "Fwd:".-------------------------------------------------------------------Fri Feb 3 10:26:36 CET 2006 - agruen@suse.de- quilt/mail.in: Disable broken patch header format check.-------------------------------------------------------------------Fri Feb 3 12:23:00 +1100 2006 - jayvdb@gmail.com- configure.ac: Add check for GNU diff and use $GREP in GNU patch check.-------------------------------------------------------------------Wed Feb 1 16:11:57 CET 2006 - agruen@suse.de- Bump version to 0.43.-------------------------------------------------------------------Wed Feb 1 16:03:03 CET 2006 - agruen@suse.de- compat/date.in: Fix GetOptions problem with options starting with `+'.- test/run: Adjust $ENV{PWD} in cd command; add FIXME comment in export command: in commands like `export foo=$var/bar', $var is not evaluated.-------------------------------------------------------------------Wed Feb 1 13:50:22 CET 2006 - agruen@suse.de- quilt/mail.in: Documentation fix.-------------------------------------------------------------------Wed Feb 1 13:28:36 CET 2006 - agruen@suse.de- configure.ac: Remove uniq -D test; we no longer use it.-------------------------------------------------------------------Wed Feb 1 13:21:09 CET 2006 - jayvdb@gmail.com- compat/date.in: Compatibility wrapper that emulates the GNU date features that quilt depends on (with minor cleanups from Andreas Gruenbacher).- configure.ac: Add test for date --rfc-822.-------------------------------------------------------------------Wed Feb 1 11:40:58 CET 2006 - agruen@suse.de- bin/guards: Update to latest version (supports --with-guards option).- doc/README.in: Update the description of the helper scripts. Add Typical Usages section from Randy Dunlap <rdunlap@xenotime.net>.- contrib/import.diff: Remove obsolete file.-------------------------------------------------------------------Wed Feb 1 08:19:36 CET 2006 - khali@linux-fr.org- po/fr.po: Add missing translation of quilt mail's --sender option help. Thanks to Andreas Gruenbacher for pointing out.-------------------------------------------------------------------Wed Feb 1 05:17:05 CET 2006 - jayvdb@gmail.com- Filter duplicates with awk instead of using uniq -D.-------------------------------------------------------------------Wed Feb 1 05:04:04 CET 2006 - agruen@suse.de- Clean up quoting in messages. Add some spaces to the Japanese translation for good measure.-------------------------------------------------------------------Wed Feb 1 01:15:38 CET 2006 - agruen@suse.de- Japanese translation update from Yasushi Shoji.-------------------------------------------------------------------Tue Jan 31 13:45:06 CET 2006 - agruen@suse.de- Check for GNU uniq, and test if uniq -D is supported (from Gary V. Vaughan).-------------------------------------------------------------------Tue Jan 31 13:27:37 CET 2006 - agruen@suse.de- Make sure that the %changes section in the spec file will contain POSIX dates (#15591).-------------------------------------------------------------------Mon Jan 30 23:52:55 CET 2006 - khali@linux-fr.org- quilt/mail.in: Don't use sed's Q command, old versions of sed don't know about it.-------------------------------------------------------------------Mon Jan 30 17:42:11 CET 2006 - agruen@suse.de- quilt/mail.in: Use $(hostname) for the sender address for platforms on which $(hostname -f) doesn't work.-------------------------------------------------------------------Mon Jan 30 11:57:54 CET 2006 - jayvdb@gmail.com- compat/getopt.in: Properly handle spaces in arguments to getopt.-------------------------------------------------------------------Mon Jan 30 11:52:00 CET 2006 - agruen@suse.de- Allow backup-files to build on windows using the MinGW compiler.-------------------------------------------------------------------Mon Jan 30 11:46:21 CET 2006 - jayvdb@gmail.com- Makefile.in: The trailing slash in `find compat/' is causing OSX /usr/bin/find to print 'compat//sed', etc. As a result, they are appearing in compat_leftover, being removed in the middle of the build, causing errors during the construction of $(DOC).-------------------------------------------------------------------Mon Jan 30 11:36:16 CET 2006 - jayvdb@gmail.com- test/mail.test: /dev/stdin & /dev/stdout dont exist on Tru64.-------------------------------------------------------------------Mon Jan 30 11:32:29 CET 2006 - agruen@suse.de- lib/backup-files.c: Tru64 does not have snprintf. (Reported by John Vandenberg).-------------------------------------------------------------------Mon Jan 30 08:04:17 CET 2006 - khali@linux-fr.org- bash_completion: Update import and mail commands options.-------------------------------------------------------------------Mon Jan 30 07:45:17 CET 2006 - khali@linux-fr.org- po/fr.po: Update French translation.-------------------------------------------------------------------Mon Jan 30 00:22:24 CET 2006 - agruen@suse.de- Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: from subject headers.-------------------------------------------------------------------Sun Jan 29 22:46:14 CET 2006 - agruen@suse.de- quilt/mail.in: + Add -m and --prefix options so that the mail command can be used without invoking an editor. + Verify that each message generated will have a unique subject. + Verify that the introduction has a subject header. + Fix a bug in the heuristic for adding recipients. + Add a heuristic for extracting subject headers + Clarify some messages. + Add a test case. + Update the documentation.-------------------------------------------------------------------Sun Jan 29 22:30:57 CET 2006 - agruen@suse.de- Makefile.in: Add a missing dependency.-------------------------------------------------------------------Sun Jan 29 21:17:10 CET 2006 - khali@linux-fr.org- quilt/files.in, bash_completion: Command files only works on applied patches.-------------------------------------------------------------------Sun Jan 29 15:40:47 CET 2006 - khali@linux-fr.org- quilt/patches.in, quilt/refresh.in: Update usage line.- bash_completion: Resync with quilt commands options.-------------------------------------------------------------------Sun Jan 29 12:19:24 CET 2006 - khali@linux-fr.org- quilt/push.in: Fix a temporary file leak and vulnerability.-------------------------------------------------------------------Sun Jan 29 10:48:48 CET 2006 - khali@linux-fr.org- quilt/scripts/patchfns.in: Drop an unused local variable in function find_patch_file.- quilt/import.in: Add a missing print_patch call.- quilt/import.in: Fix several temporary file leaks.-------------------------------------------------------------------Fri Jan 27 06:42:19 CET 2006 - agruen@suse.de- po/ja.po: Translation update from Yasushi.-------------------------------------------------------------------Fri Jan 27 06:29:02 CET 2006 - agruen@suse.de- Stop using bash <(...) process substitution: it triggers bugs on some platforms.- In source tree compat/ "virtual symlink" scripts, exec the target binary instead of only calling it.-------------------------------------------------------------------Fri Jan 27 05:55:11 CET 2006 - agruen@suse.de- Unify existing -p and -n parameters that specify a patch: always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.-------------------------------------------------------------------Thu Jan 26 22:51:10 CET 2006 - khali@linux-fr.org- po/fr.po: Update French translation.-------------------------------------------------------------------Thu Jan 26 22:35:57 CET 2006 - khali@linux-fr.org- lib/backup-files.c: Fix usage line and help text.- lib/backup-files.c: Improve recursive processing by avoiding repeated realloc and strlen calls. Hardly measurable though.-------------------------------------------------------------------Thu Jan 26 20:26:54 CET 2006 - khali@linux-fr.org- Makefile.in: Have Makefile depend on configure, so that the user runs ./configure only once if both Makefile.in and configure.ac have changed.-------------------------------------------------------------------Thu Jan 26 20:08:21 CET 2006 - agruen@suse.de- quilt/import.in: Add missing quoting, stop using diff -U for portability.-------------------------------------------------------------------Thu Jan 26 13:49:53 CET 2006 - agruen@suse.de- aclocal.m4(QUILT_COMPAT_PROG_PATH): Create missing compat symlinks for binaries that have a different basename than what quilt expects (e.g., awk/gawk). Patch from Gary V. Vaughan.-------------------------------------------------------------------Thu Jan 26 13:39:37 CET 2006 - agruen@suse.de- Stop using find's -printf option: some versions of find don't have it.-------------------------------------------------------------------Thu Jan 26 12:49:00 CET 2006 - agruen@suse.de- quilt/delete.in: Remove a superfluous message.-------------------------------------------------------------------Thu Jan 26 04:20:31 CET 2006 - agruen@suse.de- lib/backup-files.c: Stop using ftw and implement our own dir walking: ftw is a portability nightmare. The foreachdir function is based a proposal from Gary V. Vaughan <gary@gnu.org>, thanks!-------------------------------------------------------------------Wed Jan 25 21:41:08 CET 2006 - agruen@suse.de- quilt/import.in: Improve the help text.- Makefile.in: Make sure configure is up to date.-------------------------------------------------------------------Wed Jan 25 21:30:36 CET 2006 - agruen@suse.de- lib/backup-files.c: Fix memory leaks (markus@oberhumer.com).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -