ossp-pkg/shiela/ChangeLog 1.18 -> 1.19
--- ChangeLog 2002/12/21 11:29:22 1.18
+++ ChangeLog 2002/12/22 11:06:50 1.19
@@ -11,6 +11,18 @@
Changes between 0.9.2 and 0.9.3 (19-Aug-2002 to 21-Dec-2002):
+ *) Fully reimplemented the "Content" "details" (the change summary in
+ reports). It now supports both textual (via diff(1)) and binary
+ (via xdelta(1)) file changes. Additionally each change report part
+ is now a small executable shell-script which can passed through
+ /bin/sh for reproducing the patch locally. This way, especially
+ binary change reports are more meaningsful and consistent with the
+ textual change reports.
+ INCOMPATIBILITY:
+ "Details diff:plain" -> "Details patch:plain"
+ "Details diff:mime" -> "Details patch:mime"
+ [Ralf S. Engelschall]
+
*) Make sure that CVS diff handles are calculated correctly
if files are added or deleted.
[Ralf S. Engelschall]
@@ -22,6 +34,9 @@
*) Finally really use the "Environment" configuration section to find
"cvs" and "sendmail" directly and add a "Program" sub-command to it
for easier extension of the "Environment" section in the future.
+ INCOMPATIBILITY:
+ "CVS <path>" -> "Program cvs <path>"
+ "Sendmail <path>" -> "Program sendmail <path>"
[Ralf S. Engelschall]
*) Consistently use IO objects instead of the anchient direct
|
|