Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
User-visible changes:Client- and server-side bugfixes:fix assertion on urls of the form 'file://./' (r1516806)stop linking against psapi.dll on Windows (r1534102)translation updates for SwedishClient-side bugfixes:revert: fix problems reverting moves (issue #4436)update: fix assertion when file external access is denied (issue #4422)merge: reduce network connections for automatic merge (r1468980 et al)merge: fix path corruption during reintegration (r1523666)mergeinfo: fix crash (r1519955)ra_serf: verify the result of xml parsing (r1501199 et al)ra_serf: improve error messages during commit (r1526439)ra_local: fix error with repository in Windows drive root (r1518184)fix crash on windows when piped command is interrupted (r1522892)fix crash in the crash handler on windows (r1532023)fix assertion when upgrading old working copies (r1520529)Server-side bugfixes:hotcopy: cleanup unpacked revprops with '--incremental' (r1512300 et al)fix OOM on concurrent requests at threaded server start (r1527103 et al)fsfs: improve error message when unsupported fsfs format found (r1534158)fix memory problem in 3rd party FS module loader (r1519615 et al)Developer-visible changes:General:allow compiling against serf 1.3 and later on Windows (r1517123)Bindings:javahl: canonicalize path for streaFileContent method (r1524869)
Client-side bugfixes:fix externals that point at redirected locations (issues #4428, #4429)diff: fix assertion with move inside a copy (issue #4444)Server-side bugfixes:mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al)mod_dav_svn: canonicalize paths properly (r1542071)mod_authz_svn: fix crash of mod_authz_svn with invalid config (r1541432)hotcopy: fix hotcopy losing revprop files in packed repos (issue #4448)Other tool improvements and bugfixes:mod_dontdothat: Fix the uri parser (r1542069 et al)Developer-visible changes:General:fix compilation with '--enable-optimize' with clang (r1534860)fix copmpilation with debug build of BDB on Windows (r1501656, r1501702)fix '--with-openssl' option when building on Windows (r1535139)add test to fail when built against broken ZLib (r1537193 et al)Bindings:swig-rb: fix tests to run without installing on OS X (r1535161)ctypes-python: build with compiler selected via configure (r1536537)