This file tracks the status of releases in the 1.5.x line. See "Stabilizing and maintaining releases" in trunk/www/hacking.html for details on how release lines and voting work, what kinds of bugs can delay a release, etc. Candidate changes for 1.5.1: ============================ * r31658, r31659 Fix a remaining bug with issue #2825, Handle --depth option for 'merge' operations in terms of both content and mergeinfo. Justification: An inoperative merge to a directory at --depth files should set non-inheritable mergeinfo on the merge target and 'normal' mergeinfo on any of the target's file children. Without this fix the file children get no mergeinfo set/updated. This is a fairly minor bug, but it is inconsistent with the way we currently handle inoperative merges in every other situation (i.e. we still set mergeinfo - see issue #2883). Notes: kfogel reviewed this and had a question, posted in: http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=141286 Votes: +1: pburba, cmpilato Approved changes: ================= * r31313 Make all ra layers return a consistent error when a path is not found in the repository. Notes: Small change, but API consistency is always a good thing. Does not merge cleanly! Question: Does r32056, nominated below, fix these test failures? Votes: +1: lgo, cmpilato, jerenkrantz +0: arfrever (serf tests fail) -0: markphip (serf tests fail on OSX), epg (failure confirmed)