diff options
author | jerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68> | 2003-01-22 17:50:29 +0000 |
---|---|---|
committer | jerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68> | 2003-01-22 17:50:29 +0000 |
commit | 889ad554bec3afb63ddcb464b23dc74075ca1457 (patch) | |
tree | 0b8c67ab87a6c9d72eb54a405af6859820cf2b3e /STATUS | |
parent | 415d45a10b7ef64b4696fa48ccdc3fefb37c61d2 (diff) | |
download | libapr-889ad554bec3afb63ddcb464b23dc74075ca1457.tar.gz |
I'm content to remove this showstopper now that we have the versioning bits
mostly in place.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64304 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -1,5 +1,5 @@ APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*- -Last modified at [$Date: 2002/12/10 20:32:40 $] +Last modified at [$Date: 2003/01/22 17:50:29 $] Release: @@ -57,7 +57,6 @@ RELEASE SHOWSTOPPERS: further renames? 1.0 showstopper (not 0.9.0): gstein - * When Win32 apr_proc_create was fixed, the apr_proc_t hproc member was added for that platform. That's a problem (and @@ -68,21 +67,6 @@ RELEASE SHOWSTOPPERS: 1.0 showstopper (not 0.9.0): gstein - * Change apr_initialize to take the expected version (in some form) - and return an error code if the requirement isn't satisfied. - - gstein: -1 - - Justin says: "Relying solely on the run-time linker isn't enough - to guarantee versioning." - Greg says: "yup. but now the libraries have different names. - -lapr-1 and -lapr-2. further, we can always add a - utility function to check (the minor rev), rather - than monkey with the initialization itself. the - runtime linker will catch new function requirements - across minor rev upgrades, but will not catch new - constants." - * For 1.0, clean up ability to specify protocol for a socket by axing apr_socket_create_ex(), adding protocol parm to apr_socket_create(), and enabling protocol field in |