This file tracks the status of releases in the 1.4.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. Status of 1.4.0: ================ Candidate changes: * r20648 Fix broken API contract and numerous error leaks in svn_config_ensure(). Justification: API states a different behavior than the implementation provides. Initialization of JavaHL's native library will fail if the invoker's $HOME isn't accessible. Votes: +1: dlr * r20652 JavaHL: Fix handling of the Subversion client's config dir during native library init and API manipulation. Justification: Ensuring the config dir exists shouldn't happen during library init, but instead when using the SVNClient API. Changes to the config dir should trigger svn_config_ensure(). Note: Depends on r20648. Votes: +1: dlr Approved changes: None