This file tracks the status of releases in the 1.0.x line.

See "Stabilizing and maintaining releases" in trunk/HACKING for
details on how release lines and voting work, what kinds of bugs can
delay a release, etc.

Status of 1.0.6:
================

Candidate changes:

  * r9861
    fixes reentrancy problem for javahl binding. The pool for a call could be
    destroyed before the end of the call. This could crash the jvm
    Justification: javahl binding only fix to prevent a crash
    Votes:
      +1: pmayweg

  * r9883, r9905
    Fix for crash in javahl binding. If the first parameter of SVNClient.list
    is null, the jvm will crash. r9905 is the result of a scan of the binding
    code searching for this problem in all possible places.
    Justification: javahl binding only fix to prevent a crash
    Votes:
      +1: pmayweg

  * r8027
    Passing a Revision.DateSpec in javahl failed with 
    java.lang.NoSuchFieldError because java.util.Date.getTime() was 
    searched as a field when it is a method. 
    Justification: small change in javahl binding only
    Votes:
      +1: pmayweg

  * r9338, r9340
    Add various missing library dependencies to build.conf, for various
    binding-related stuff.
    Justification: Trivial change, correctness, needed to allow build of
    bindings on platforms with stricter linking requirements.
    Votes:
      +1: maxb, breser

  * r10132, r10136, 10138, 10139
    Allow user to interrupt between auth prompts.
    Justification:  not a critical bugfix, but something users have 
                    repeatedly complained about.
    Votes:
      +0: sussman (not yet reviewed)
      +1: breser

  * r10190
    Allow properties with colons in their name to be read with propget
    over DAV.
    Justification: If you can set it you should be able to read it.
    Votes:
      +1: breser, sussman

  * r10072
    Have 'svnadmin hotcopy' pass APR_LARGEFILE flag to apr_file_open().
    Justification:  allows this command to copy largefiles, regardless
                    of whether largefile support is compiled into APR.
    Notes:  many users have hit this problem (issue #1819).
    Votes:
      +1: sussman, ghudson
