Author: rhuijben
Date: Wed Jun 3 17:55:36 2015
New Revision: 1683397
URL: http://svn.apache.org/r1683397
Log:
* STATUS: Re-add my accidentally *added* vote ;-)... approving.
Modified:
subversion/branches/1.9.x/STATUS
Modified: subversion/branches/1.9.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1683397&r1=1683396&r2=1683397&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Wed Jun 3 17:55:36 2015
@@ -16,15 +16,6 @@ Status of 1.9.0:
Release blockers for 1.9.0:
===========================
- * r1683387
- Fix abort() in svn-status handler on platforms that doesn't support C99
- format specifiers for strftime(): %F and %z are new in C99 and C89
- compiler/runtime doesn't support them.
- Justification:
- Server-side crash in new small feature. Simple fix.
- Votes:
- +1: ivan, brane
-
Candidate changes that cannot go into a later 1.9.x:
====================================================
@@ -68,3 +59,12 @@ Veto-blocked changes:
Approved changes:
=================
+
+ * r1683387
+ Fix abort() in svn-status handler on platforms that doesn't support C99
+ format specifiers for strftime(): %F and %z are new in C99 and C89
+ compiler/runtime doesn't support them.
+ Justification:
+ Server-side crash in new small feature. Simple fix.
+ Votes:
+ +1: ivan, brane, rhuijben