dev  

Re: svn commit: r658105 - in /apr/apr/trunk: CHANGES shmem/win32/shm.c

William A. Rowe, Jr.
Wed, 21 May 2008 05:43:06 -0700

[EMAIL PROTECTED] wrote:
@@ -1,6 +1,10 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.4.0
+ *) Make sure WIN32 behaves the same as posix for file backed
+     shared memory by removing the file on cleanup/remove.
+     [Mladen Turk]
+

This is pretty weird, you marked this as an APR 1.4.0 change and then
backported the behavior to 1.2 and 1.3 ... huh?