This file tracks the status of releases in the 1.1.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.1.1:
================

Candidate changes:

  * r11483 (Issue #2091)
    Unitialized variable on Win98.
    Justification:
      It was causing random failures for our Win98 users.  The fix
      also correctly sets the locale path now, making locale stuff
      work as well.
    Notes: Change looks good to me.  I can't in good conscience +1
      it only because I don't have the environment to test nor the
      docs to review the MultiByteToWideChar() call.  -kfogel
    Votes:
      +1: jszakmeister, dionisos
      +0: kfogel

  * r11527
    Fix blame calculation algorithm.
    Justification:
      Correctness issue.
    Votes:
      +1: mbk, jpieper, dionisos, kfogel

Status of 1.1.2:
================

Candidate changes:

  * r11215, r11264
      SVN has needed a good packaging script for Win32 since forever.
    Justification:
      This and the related build and test script changes will make
      creating 1.1.x Win32 binary packages a lot easier.
    Note: This depends on other changes not mentioned above; I'll
      develop the patch on branches/1.1.x-build.
    Votes:
      +1: brane

  * r11557
    Fix #1905. URI-encode path in copyfrom URL in merge.
    Justification:
      Nasty bug with simple fix.
    Votes:
      +1: lundblad, jaa
