Prereq: "2.2.9" diff -cr /var/tmp/postfix-2.2.9/src/global/mail_version.h ./src/global/mail_version.h *** /var/tmp/postfix-2.2.9/src/global/mail_version.h Tue Feb 21 14:27:49 2006 --- ./src/global/mail_version.h Mon Apr 3 21:02:14 2006 *************** *** 20,27 **** * Patches change the patchlevel and the release date. Snapshots change the * release date only. */ ! #define MAIL_RELEASE_DATE "20060221" ! #define MAIL_VERSION_NUMBER "2.2.9" #define VAR_MAIL_VERSION "mail_version" #ifdef SNAPSHOT --- 20,27 ---- * Patches change the patchlevel and the release date. Snapshots change the * release date only. */ ! #define MAIL_RELEASE_DATE "20060403" ! #define MAIL_VERSION_NUMBER "2.2.10-RC2" #define VAR_MAIL_VERSION "mail_version" #ifdef SNAPSHOT diff -cr /var/tmp/postfix-2.2.9/HISTORY ./HISTORY *** /var/tmp/postfix-2.2.9/HISTORY Tue Feb 21 16:24:32 2006 --- ./HISTORY Mon Apr 3 20:36:56 2006 *************** *** 10872,10874 **** --- 10872,10899 ---- Workaround: don't consume in_flow tokens when incoming mail is placed on hold. Back-ported from Postfix 2.3. File: cleanup/cleanup_api.c. + + 20060310 + + Workaround: null-terminate the input after stripping CR, + and before passing the input to the MIME processor. Leandro + Santi. The fix, a rewrite of the MIME processor input + handling, is too much change for a stable release. File: + sendmail/sendmail.c. + + 20060315 + + Workaround: the PCRE library reports an inappropriate error + code (invalid substring) when $number refers to a valid () + expression that matches the null string. This caused fatal + run-time errors. File: dict_pcre.c. + + 20060324 + + Bugfix: mis-placed parenthesis in SMTP before-filter error + test. A filter timeout was mis-reported as lost connection. + Found in code review. File: smtpd/smtpd_proxy.c. + + 20060403 + Bugfix: the pipe-to-command error message was lost when the + command could not be executed. File: global/pipe_command.c. diff -cr /var/tmp/postfix-2.2.9/html/postconf.5.html ./html/postconf.5.html *** /var/tmp/postfix-2.2.9/html/postconf.5.html Mon Jan 30 20:09:38 2006 --- ./html/postconf.5.html Wed Mar 15 14:20:02 2006 *************** *** 8226,8242 ****