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.2: ================ Candidate changes: * r9013 Add --version to svndumpfilter, svnserve, and svnversion Justification: Furthers compliance with our license and is nice to have. Votes: +1: breser * r8708 Use warnings pragma on perl hook-scripts. Justification: Perl correctness issue. Votes: +1: sussman -1: breser (Doesn't error out properly on older versions and needs more discussion). * r8846 Add an example wrapper to help svn+ssh users using setgid svnserve. Votes: +1: epg, sussman +0: dionisos * r8867, r8868, r8902 Trivial performance fix for mod_authz_svn; cache the access file per connection instead of reloading it per request. Justification: Saves at least 2 loads of the access file per update, plus an additional number of times equal to the number of entries in the REPORT response. Notes: Similar code has been present in mod_dav_svn to cache an open filesystem per connection. Votes: +1: striker -0: kfogel (Reviewed the change; it's not *so* trivial, and I'm not sure an optimization like this belongs in a patch release.)