Search
j0ke.net Open Build Service
>
Projects
>
devel
:
subversion
>
subversion16
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 10
[-]
[+]
Added
subversion.changes
@@ -0,0 +1,2217 @@ +------------------------------------------------------------------- +Fri Aug 7 20:03:24 CEST 2009 - stsp@elego.de + +- update to 1.6.4. + * Security fix [CVE-2009-2411] + +------------------------------------------------------------------- +Fri Jul 24 17:51:56 CEST 2009 - dmueller@suse.de + +- fix typo in dav svn default configuration (bnc#517143) + +------------------------------------------------------------------- +Tue Jul 21 22:02:50 CEST 2009 - stsp@elego.de + +- Don't run regression tests on OpenSUSE Factory. It takes too + long which causes problems for the build service because the + subversion package is being rebuilt often. + +------------------------------------------------------------------- +Sat Jul 18 01:31:27 CEST 2009 - stsp@elego.de + +- To help us figure out why the test suite sometimes hangs on the + build service, add a patch which allows logging to stdout + and stderr, instead of logging to tests.log, during make check. + +------------------------------------------------------------------- +Mon Jul 6 19:19:23 CEST 2009 - stsp@elego.de + +- Run regression tests over both filesystem backends (FSFS and BDB), + and over svn:// as well as file:// + +------------------------------------------------------------------- +Mon Jul 6 17:57:30 CEST 2009 - stsp@elego.de + +- Now that the project repositories have been configured correctly + on the build service, OpenSUSE 10.3 should also have a JDK. + +------------------------------------------------------------------- +Fri Jul 3 18:17:20 CEST 2009 - stsp@elego.de + +- Make python-xml an explicit build requirement since the regression + tests need it to run. + +------------------------------------------------------------------- +Fri Jul 3 17:16:42 CEST 2009 - stsp@elego.de + +- Make regression tests clean up temporary test data (repositories, + working copies, etc.) to avoid build failures due to running out + of disk space. This trades time against space -- the build will + take longer. + +------------------------------------------------------------------- +Fri Jul 3 16:54:23 CEST 2009 - stsp@elego.de + +- The build service keeps complaining that "nothing provides + java-1_6_0-sun-devel". Attempt to make it happy by only building + Java bindings on SUSE versions which have OpenJDK. + +------------------------------------------------------------------- +Fri Jul 3 15:36:45 CEST 2009 - stsp@elego.de + +- write tests.log to stdout if make check fails to aid + debugging of test failures on the build service + +------------------------------------------------------------------- +Fri Jul 3 13:33:38 CEST 2009 - stsp@elego.de + +- run all regression tests (ra_local only for now) +- filter a false positive rpmlint warning +- update to 1.6.3 + User-visible changes: + * fix segfault in WC->URL copy (r37646, -56) + * let 'svnadmin load' tolerate mergeinfo with "\r\n" (r37768) + * make svnsync normalize svn:* props to LF line endings (issue #3404) + * better integration with external merge tools (r36178) + * return a friendly error message for 'svn diff' (r37735) + * update dsvn.el for 1.6 (r37774) + * don't allow setting of props on out-of-date dirs under neon (r37745) + * improve BASH completion (r36450, -52, -70, -79, -538) + * improve some DAV-based error messages (issue #3414) + * always show tree conflicts with 'svn st' (issue #3382) + * improve correctness of 'svn mergeinfo' (issue #3126) + * decrease the amount of memory needed for large commits (r37894, -6) + * work around an APR buffer overflow seen by svnsync (r37622) + * ra_svn clients now use TCP keep-alives if available (issue #3347) + * improve 'svn merge' perf by reducing server contact (r37491, -593, -618) + * stop propagating self-referential mergeinfo in reintegrate merges (r37931) + * fix NLS detection where -liconv is required for bindtextdomain() (r37827) + * don't delete unversioned files with 'rm --keel-local' (r38015, -17, -19) + * bump apr and apr-util versions included in deps to latest. (r37941) + * avoid temp file name collisions with ra_serf, ra_neon (r37972) + * fixed: potential segfault with noop file merges (r37779) + * fixed: incorrect output with 'svn blame -g' (r37719, -23, -41) + * fixed: bindings don't load FS libs when module search enabled (issue #3413) + * fixed: potential abort() in the working copy library (r37857) + * fixed: memory leak in hash reading functions (r37868, -979) + Developer-visible changes: + * improve memory usage in file-to-stringbuf APIs (r37907) + * reduce memory usage for temp string manipulation (r38010) + +------------------------------------------------------------------- +Mon Jun 29 17:26:47 CEST 2009 - dmueller@suse.de + +- fix package names to be able to remove the rpmlintrc + +------------------------------------------------------------------- +Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com + +- disable as-needed for this package as it fails to build with it + +------------------------------------------------------------------- +Mon Jun 15 13:15:38 CEST 2009 - poeml@suse.de + +- make Subversion's configure script detect Berkeley DB again. With + apu-1-config 1.3.7, the --libs output doesn't return -ldb any + longer, and Subversion was relying on this. See this long thread: + http://mail-archives.apache.org/mod_mbox/apr-dev/200906.mbox/%3c1244533468.25532.110.camel@shrek.rexursive.com%3e + Building with --with-berkeley-db makes it work again. + +------------------------------------------------------------------- +Tue Jun 9 20:49:40 CEST 2009 - dmueller@suse.de + +- remove ctypesgen package - not in factory yet + +------------------------------------------------------------------- +Fri Jun 5 21:31:54 CEST 2009 - wr@opensuse.org + +- update svnmerge.py to the latest version + * not using popen2 anymore which was deprecated + +------------------------------------------------------------------- +Wed Jun 3 18:30:11 CEST 2009 - dmueller@suse.de + +- merge into Factory + +------------------------------------------------------------------- +Tue May 26 20:30:34 CEST 2009 - pascal.bleser@opensuse.org + +- update to sqlite-amalgamation 3.6.14.2 + +------------------------------------------------------------------- +Fri May 15 16:19:19 CEST 2009 - pascal.bleser@opensuse.org + +- enable in-tree sqlite-amalgamation again, as the required sqlite3 + package screws up zypper (bnc#504251) + +------------------------------------------------------------------- +Mon May 11 20:00:55 CEST 2009 - pascal.bleser@opensuse.org + +- bump in-tree sqlite-amalgamation to the recommended version for + Subversion 1.6.2: 3.6.13 + +- update to 1.6.2: + * vastly improve memory usage with 'svn merge' (issue #3393) + * make default depth for merge 'infinity' (r37156) + * make 'status --quiet' show tree conflicts (issue #3396) + * allow '--set-depth infinity' to expand shallow subtrees + (r37169) + * return an error if attempting to reintegrate from/to the repo + root (r37385) + * don't store bogus mergeinfo for '--ignore-ancestry', foreign + merges (r37333) + * don't allow merge of difference between two repos (r37519) + * avoid potential segfault with subtree mergeinfo (r36613) + * recommend sqlite 3.6.13 (r37245) + * avoid unnecessary server query for implicit mergeinfo + (r36509) + * avoid unnecessary server query during reverse merges (r36527) + * set depth=infinity on 'svn add' items with restricted depth + (r37607) + * fixed: commit log message template missing paths (issue #3399) + * fixed: segfault on merge with servers < 1.6 (r37363) + * fixed: repeat merge failures with non-inheritable mergeinfo + (issue #3392) + * fixed: another memory leak when performing mergeinfo-aware + merges (r37398) + * fixed: incorrect mergeinfo on children of shallow merges + (issue #3407) + * fixed: pool lifetime issues in the BDB backend (r37137) + +------------------------------------------------------------------- +Thu May 7 23:46:00 CEST 2009 - pascal.bleser@opensuse.org + +- build and install the following binaries from tools/server-side + into subversion-tools: + * svn-populate-node-origins-index + * svnauthz-validate + +- add support for building Subversion 1.6.x on SLE 9, by using the + package "python25" and patching all python scripts accordingly, + to use #!/usr/bin/python2.5 instead of /usr/bin/python or + /usr/bin/env python + +------------------------------------------------------------------- +Wed Apr 15 11:25:47 CEST 2009 - dmueller@suse.de + +- update to 1.6.1 + User-visible changes: + * recommend Neon 0.28.4. (r36388)