challenge. File: proto/postconf.proto.
Typo in COMPATIBILITY_README.html. Emmanuel Fusté.
+
+20250714
+
+ Uploaded the wrong postfix-3.11-20250713 tarball. Files:
+ master/event_server.c, master/multi_server.c.
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20250713"
+#define MAIL_RELEASE_DATE "20250714"
#define MAIL_VERSION_NUMBER "3.11"
#ifdef SNAPSHOT
int fd;
if (event_server_drain_was_called)
- return;
+ return (0);
switch (fork()) {
/* Try again later. */
int fd;
if (multi_server_drain_was_called)
- return;
+ return (0);
switch (fork()) {
/* Try again later. */