cleanup/cleanup_final.c, cleanup/cleanup_bounce.c,
cleanup/cleanup_api.c.
-20050217
+20070217
Streamline the compile time selection of event handling
styles, replacing multiple on/off macros by just one
implement a denial of service attack on Postfix. Data
confidentiality and integrity are not affected. File:
util/events.c.
+
+20081203
+
+ Cleanup: adjust the VSTREAM buffer strategy when reusing
+ an SMTP connection with a large TCP MSS value. File:
+ smtp/smtp_reuse.c.
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20080902"
-#define MAIL_VERSION_NUMBER "2.4.9"
+#define MAIL_RELEASE_DATE "20090103"
+#define MAIL_VERSION_NUMBER "2.4.10"
#ifdef SNAPSHOT
# define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE
return (state->session = 0);
}
+ /*
+ * Avoid poor performance when TCP MSS > VSTREAM_BUFSIZE.
+ */
+ vstream_tweak_sock(session->stream);
+
/*
* Update the list of used cached addresses.
*/