You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ar...@apache.org on 2011/07/21 03:19:25 UTC

svn commit: r1149002 - /subversion/branches/1.7.x/STATUS

Author: arfrever
Date: Thu Jul 21 01:19:24 2011
New Revision: 1149002

URL: http://svn.apache.org/viewvc?rev=1149002&view=rev
Log:
* STATUS: Nominate r1147540, r1147541, r1148083, r1148094 and r1148992. Vote for r1148131.

Modified:
    subversion/branches/1.7.x/STATUS

Modified: subversion/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1149002&r1=1149001&r2=1149002&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Thu Jul 21 01:19:24 2011
@@ -71,13 +71,6 @@ Candidate changes:
      +1: philip
      -1: gstein (I see no explanation for why "serf is not ready")
 
- * r1148131
-   Check serf library version at runtime.
-   Justification:
-     Avoid calling into a library incompatible with the one compiled against.
-   Votes:
-     +1: danielsh, gstein
-
  * 1.7.x-issue3888 branch
    Fix issue 3888 for 1.7.x
    Justification:
@@ -86,6 +79,37 @@ Candidate changes:
    Votes:
      +1: gstein
 
+ * r1147540, r1147541
+   Remove unused variables in build system.
+   Justification:
+     Backporting of future changes will be easier.
+   Votes:
+     +1: arfrever
+
+ * r1148083, r1148094
+   Preload libsvn_auth_gnome_keyring and libsvn_auth_kwallet in locally built
+   executables.
+   Justification:
+     Version mismatch errors would occur during trying to use locally built
+     executables when a different version of Subversion was installed in /usr/lib.
+   Votes:
+     +1: arfrever
+
+ * r1148992
+   Print error messages about failures of dynamic loading of libraries when
+   SVN_DEBUG_DSO is defined instead of never.
+   Justification:
+     Suboptimal r1148374 was already backported in r1148488.
+   Votes:
+     +1: arfrever
+
 
 Approved changes:
 =================
+
+ * r1148131
+   Check serf library version at runtime.
+   Justification:
+     Avoid calling into a library incompatible with the one compiled against.
+   Votes:
+     +1: danielsh, gstein, arfrever