-------------------------------------------------------------------
Mon Jan  9 23:16:28 CET 2006 - olh@suse.de

- fix CFLAGS usage in specfile
  update viewcvs to todays status
  update cvs2svn to current svn status

-------------------------------------------------------------------
Mon Jan  2 19:49:56 CET 2006 - dmueller@suse.de

- build against apache 2.2.x 

-------------------------------------------------------------------
Sun Jan  1 12:55:53 CET 2006 - olh@suse.de

- update viewcvs to todays status
- update to 1.3.0
  User-visible-changes:
  - Client:
    * 'svn ls -v' now shows remote locks (issue #2291)
    * 'svn status' speedup (r15061, r15103)
    * 'svn blame' speedup on files with long history (issue #1970)
    * 'svnversion' now assumes default argument of '.' (r14892)
    * support for neon 0.25.x, which fixes http:// control-c bug (issue #2297)
    * support for more ISO-8601 date formats, compatible with GNU date (r14428)
    * support for single-digit date components (r15459)
    * working copy size with empty propfiles reduced (r16855, see releasenotes)
    * new switches added:
       - 'svn blame --xml [--incremental]' (r14690)
       - 'svn status --xml [--incremental]'  (issue #2069)
       - 'svn info --xml [--incremental]'
       - 'svn add/import --no-ignore'  (issue #2105)
       - 'svnlook tree --full-paths'  (r13976)
       - 'svnlook diff --diff-copy-from'  (r14855)
       - 'svnlook changed --copy-info' (r16681)
    * fixed: 'svn copy wc URL' might include deleted items (issue #2153)
    * fixed: 'svn copy wc wc' allows cross-repository copies (issue #2404)
    * fixed: 'svn up/merge' major property-merging bugs (issue #2035)
    * fixed: 'svn merge' insisting on write access to '.' (issue #2411)
    * fixed: 'svn merge' cross-device move problems (r16293, -329, -330)
    * fixed: 'svn diff' outputs headers in wrong encoding (issue #1533)
    * fixed: 'svn proplist/add/cat' dies on unversioned items (issue #2030)
    * fixed: 'svn add' not honoring svn:ignore property (issue #2243)
    * fixed: 'svn log -rN:M --limit X' error over http:// (issue #2396)
    * fixed: 'svn switch --relocate' failure on 'deleted' dir (r16673)
    * fixed: 'svn info' not always showing repos lock (issue #2276)
    * fixed: 'svn info' might show lock on wrong path (r16626)
    * fixed: 'svnlook' chokes on logs with inconsistent newlines (r14573)
    * fixed: 'svnlook propget --revprop -t' failure (r15203)
    * fixed: 'svnversion' wrongly traverses into externals (r15161)
    * fixed: incorrect URI encoding passed to svn+ssh:// (issue #2406)
    * fixed: properly handle filenames containing '@' (issue #2317)
    * fixed: '--non-interactive' now suppresses launch of $EDITOR (r15277)
    * fixed: conflict markers not in current encoding (r14621)
    * fixed: commands ignoring extraneous -m or -F switches (issue #2285)
    * fixed: poor error-checking when using revprops (r15542)
    * fixed: stack-smashing bugs (r15948, r16037)
    * fixed: incorrect parsing of mod_dav_svn XML responses (r17589)
    * translation updates for all languages

  - Server:
    * svnserve improvements:
       - can now restrict read/write access by path (see releasenotes)
       - undeprecation of the --read-only (-R) option (r17614)
    * mod_dav_svn improvements:
       - 'SVNListParentPath on' shows all repositories in web browser (r16158)
       - ability to log high-level client operations (see releasenotes)
       - sets svn:mime-type on autoversioning commits (r14359)
    * 'svn log' performance improvement (r14722)
    * fixed: fs history algorithm might return wrong objects (issue #1970)
    * fixed: repos deadlock when hooks output too much (issue #2078)
    * fixed: mod_dav_svn displays errors with sensitive paths (r14792)
    * fixed: anonymous reader could create empty commits (issue #2388)
    * fixed: possible segfault to callers of trace_node_locations() (r16188)
    * fixed: BDB-style locking actions on FSFS repositories (r16295, r16297)
    * fixed: numerous bugs running BDB commands on FSFS (issue #2361, r16388)
    * fixed: svndumpfilter incorrectly remapping dropped revs (issue #1911)

  - Both:
    * faster multiple (un)locks in a single svn:// request (issue #2264)
    * the Subversion Book is no longer bundled (r17466)

  Developer-visible-changes:
  * working copy is now storing repos_root as separate field (issue #960)
  * keywords are now stored in an internal hash (issue #890)
  * client status APIs now makes more server-side info available (r16344)
  * new public APIs:  
     - new transfer progress callback for DAV (r15948)
     - svn_ra_initialize(), svn_client_open_ra_session()
     - svn_fs_closest_copy(), svn_fs_type()
     - several rev'd APIs, see doxygen docs
  * SWIG bindings: No more compile-time or runtime SWIG dependencies
    - SWIG/python bindings:
       - automatic memory management: APIs no longer require pool arguments!
       - improved stability, as shown by our new testsuite
       - better error messages
    - SWIG/ruby bindings:
       - complete API coverage!
       - automatic memory management
       - greatly expanded test suite
    - SWIG/perl bindings:
       - new accessors for svn_lock_t, svn_fs_access_t
       - a number of bugfixes
  * javahl bindings:
    - add streamy API for fetching file contents (r15584) 
    - fixed: let tests run before bindings are installed (issue #2040)
    - fixed: lock command not raising errors properly (issue #2394)
    - fixed: ignored errors from svn_client_blame2() (r16434)

-------------------------------------------------------------------
Wed Dec 21 09:29:13 CET 2005 - olh@suse.de

- update svn to current svn-1.3.x branch
  update cvs2svn to current svn status
  update viewcvs to todays status

-------------------------------------------------------------------
Fri Dec  9 17:56:13 CET 2005 - olh@suse.de

- update svn to current svn-1.3.x branch
  update cvs2svn to current svn status
  update viewcvs to todays status, adapt a few path names
  remove libapr0 from nfb, comes from apache2-devel-packages
  update svndiff script to pass more options to svn

-------------------------------------------------------------------
Sat Dec  3 15:46:06 CET 2005 - olh@suse.de

- clear LD_RUN_PATH in perl bindings
  allow building with older distributions, requires swig > 1.3.21

-------------------------------------------------------------------
Sat Dec  3 11:30:59 CET 2005 - olh@suse.de

- update svn to current svn-1.3.x branch
  update cvs2svn to current svn status
  update svndiff script to take $rev and r$rev as arguments

-------------------------------------------------------------------
Fri Nov 25 08:54:06 CET 2005 - olh@suse.de

- update svn to current svn-1.3.x branch
  update cvs2svn to current svn status
  update viewcvs to todays status, it is now viewvc

-------------------------------------------------------------------
Tue Nov  8 20:50:42 CET 2005 - olh@suse.de

- update svngrep to ignore quilt metadata

-------------------------------------------------------------------
Tue Nov  8 20:10:20 CET 2005 - olh@suse.de

- update svn to current svn-1.3.x branch
  update cvs2svn to current svn status
  update viewcvs to todays status

-------------------------------------------------------------------
Tue Nov  8 19:40:29 CET 2005 - olh@suse.de

- remove old extra po and pt_BR locale files

-------------------------------------------------------------------
Sun Oct 30 08:27:27 CET 2005 - olh@suse.de

- update to 1.3.0rc2
  update cvs2svn to current svn status
  build bindings parallel

-------------------------------------------------------------------
Fri Oct 28 19:37:39 CEST 2005 - olh@suse.de

- update to 1.3.0rc1

-------------------------------------------------------------------
Thu Oct 27 20:29:11 CEST 2005 - olh@suse.de

- move subversion-doc to a noarch package
  update cvs2svn to current svn status
  update viewcvs to todays status

-------------------------------------------------------------------
Wed Sep 21 11:10:33 CEST 2005 - olh@suse.de

- cvs2svn requires /usr/bin/co  (#118017)

-------------------------------------------------------------------
Fri Aug 26 17:03:07 CEST 2005 - olh@suse.de

- update viewcvs, more permission fixes
- update svnbook
- update po and pt_BR locale file
- update to 1.2.3
 User-visible-changes:
  - Client:
    * fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn (r15359, r15423)
    * fixed: 'svn export' segfault (r15516)
    * fixed: 'svn merge' memory leak (r15233)
    * fixed: horrible rename-tracing performance against 1.0 servers (r15315)
    * fixed: 'svn cat' over file:// -- small leak  (r15253)
    * fixed: crash with "svn lock" and authentication (r15703)
    * improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340)
    * translation updates for French, German, Polish, Norwegian, Swedish,
      Korean
  - Server:
    * fixed: mod_authz_svn being overly restrictive (r15463)
    * fixed: fsfs directory caching bug (r15705, r15742)

  - Both:
    * fixed: crash when >50 options passed to any commandline app (r15251)
    * fixed: memory leak in character translation handle caching (r15379,-398)

 Developer-visible-changes:
  * fixed: crash when calling svn_client_(un)lock with no targets (r15734)
  * missing #include in SWIG bindings (r15683)
  * javahl bindings:
      - fixed: JNI library loading bug (r15552)
      - fixed: JNI stack-name cut and paste error (r15337)
      - fixed: crash when revisions have no dates (r15737)
  * perl bindings:
      - now compatible with SWIG 1.3.25 (r15248)
      - allow SVN::Pool to be used as pool parameter (r15450)
      - make SVN::Delta::Editor friendlier for debugging (r15609)
      - fixed: wrap svn_ra_stat properly (r15713)
      - fixed: bug in SVN::Core::Stream's read function (r15698, r15700)
  * ruby bindings:
      - now compatible with SWIG 1.3.25 (r14980, r15361)

-------------------------------------------------------------------
Fri Aug 19 11:24:41 CEST 2005 - olh@suse.de

- hide SVN_VIEWCVS_MODPYTHON section in IfModule mod_python.c
  update viewcvs, more permission fixes
  update svnbook

-------------------------------------------------------------------
Tue Aug  2 15:45:53 CEST 2005 - olh@suse.de

- provide libsvnjavahl-1.so in main svn package, for subclipse
- update svnbook

-------------------------------------------------------------------
Tue Jul 12 20:32:51 CEST 2005 - olh@suse.de

- remove --silent from libtool calls
  all object files are compiled with the same CFLAGS
  -fpie cant be used for shared objects, pass -fno-pie to libtool
  as a quick hack
- update svnbook

-------------------------------------------------------------------
Tue Jul 12 11:27:41 CEST 2005 - poeml@suse.de

- double check that all repository access schemes are compiled 

-------------------------------------------------------------------
Sun Jul  3 20:34:33 CEST 2005 - olh@suse.de

- update svnbook
- build with expat instead of libxml2 (#94606)
- update buildrequires for subversion-devel
- update to 1.2.1
 User-visible-changes:
  - Client:
    * fixed: 'svn lock' on switched file locks wrong thing (issue #2307)
    * fixed: 'svn (un)lock' errors on multiple targets (r14736, 14775)
    * fixed: 'svn (un)lock' problems with URI-unsafe names (issue #2314)
    * fixed: 'svn (un)lock' not caching authentication (r15088)
    * fixed: 'svn unlock' loses executable bit (r14859, r14923, r14939)
    * fixed: 'svn unlock URL' segfault (r14893)
    * fixed: 'svn commit' failure on XML-unsafe locked paths (issue #2335)
    * fixed:  recursive directory copy bug (issue #2343)
    * fixed:  don't initialize RA library in 'svnversion' (r14755)
    * various translation updates for localized client messages
  - Server:
    * fixed: 'svn log' performance regression, general (r14116, 14772, 14759)
    * fixed: 'svn log -v' performance regression, FSFS-specific (r15016)
    * fixed: mod_dav_svn bug sets content-type incorrectly (r15046)
 Developer-visible-changes:
 * fixed:  OBOE with 'limit' parameter of svn_repos_get_logs3(). (r15119)
 * perl bindings:  
      - accessors for svn_lock_t (r15082)
      - call utf_initialize, adjust global pool usage (r15076, r15080,
                                                       r15081, r15117)

-------------------------------------------------------------------
Thu Jun 16 21:29:40 CEST 2005 - olh@suse.de

- update svnbook, add -fpie to CFLAGS, -pie to LDFLAGS

-------------------------------------------------------------------
Thu May 26 17:50:46 CEST 2005 - olh@suse.de

- Fix svn-push, which was segfaulting all the time

-------------------------------------------------------------------
Thu May 26 16:39:27 CEST 2005 - olh@suse.de

- add simple svndiff to operate on a single commit, update svnbook

-------------------------------------------------------------------
Mon May 23 20:43:03 CEST 2005 - olh@suse.de

- switch to 1.2.0 tag, add cvs2svn faq, update svnbook

-------------------------------------------------------------------
Sat May 21 19:09:42 CEST 2005 - olh@suse.de

- update to 1.2.0
 User-visible-changes:
  - Client:
    * add peg-rev syntax to co/blame/cat/ls/pget/plist/export (issue #1093)
    * 'svn info' now works on URLs (r13123, 13144)
    * 'svn* --version' now shows available repository back-ends (r13761)
    * new fixed-length keywords (for placement in binary files) (issue #2095)
    * performance improvements:
       - 'svn status' does much less disk parsing (r11677, 11704)
       - 'svn st -u' no longer asks server to generate textdeltas (issue #2259)
       - 'svn revert -R' doing much less work (r13883)
       - utf8<->native conversions are faster now (issue #2016)
    * new switches added:
       - 'svn log --limit N'               - show only first N log messages
       - 'svn info --revision'             - show info on older object (r13265)
       - 'svn list --xml'                  - output listing in XML
       - 'svn propset --force'             - allow unusual propsets (#2065)
       - 'svn diff --force'                - show diffs on binary files (#2099)
       - 'svn co/up/st --ignore-externals' - skip over externals (#2189)
       - 'svn export --non-recursive'      - don't export subdirs (issue #2228)
       - 'svnversion --help'               - show help (r13128)
    * fixed: 'svn merge' fails to add symlinks or expand keywords (issue #2064)
    * fixed: 'svn merge --dry-run' shows spurious 'skip' messages (issue #1943)
    * fixed: 'svn merge' file-not-found' error (issue #1673)
    * fixed: 'svn merge' of propchanges into deleted file (issue #2132)
    * fixed: 'svn merge' on implicit target with space (r13010)
    * fixed: 'svn merge/diff URL URL' can cause httpd timeout (issue #2048)
    * fixed: 'svn switch/update' failure might corrupt wc (issue #1825)
    * fixed: 'svn up' should rm before add, helps case-insensitivity (r12616)
    * fixed: 'svn up -rX' causes file to be unrestorable (issue #2250)
    * fixed: 'svn copy wc wc' should keep .svn/ hidden (issue #1739)
    * fixed: 'svn copy wc wc' of deleted=true doesn't delete (issue #2101)
    * fixed: 'svn copy' shouldn't copy into schedule-delete area (issue #2020)
    * fixed: 'svn copy dir dir' infinite recursion (issue #2224)
    * fixed: 'svn log' throws error on unversioned target (issue #1551)
    * fixed: 'svn log' in r0 working copy shows r1 log msg (issue #1950) 
    * fixed: 'svn export' bugs on deleted dirs or nonexistents (#2226, r13226) 
    * fixed: 'svn export' on single file from working copy (issue #1708)
    * fixed: 'svn import' creating an empty revision (r14293)
    * fixed: 'svn commit' ignores --encoding when editing externally (#2244)
    * fixed: 'svn commit' log message lost if utf8-conversion failure (r13230)
    * fixed: 'svn diff' output encoding bug (r11461)
    * fixed: 'svn diff' showing prop-diffs on repos root dir (r13381-2)
    * fixed: 'svn diff' label reversal (issue #2033)
    * fixed: 'svn propget' prints extra newline in --strict mode (r14505)
    * fixed: 'svn propset' should skip unversioned files (#2030)
    * fixed: 'svn rm URL1 URL2 URL3...' huge memory usage (issue #2218)
    * fixed: 'svn mkdir' cleanup after failure (r11883)
    * fixed: 'svn status -u' crash in non-recursive wc's (issue #2122)
    * fixed: 'svn revert' should skip unversioned items (issues #2030, 2133)
    * fixed: 'svn revert' should suggest --recursive (issue #2114)
    * fixed: 'svn add/import' better detects invalid paths (issue #1954)
    * fixed: 'svn cleanup' should repair timestamps (r12012)
    * fixed: 'svn cat -rBASE' contacts repository (issue #1361)
    * fixed: fuzzily escape control-characters when sending over dav (#2147)
    * fixed: prevent client from manipulating svn:wc:* properties (r12523)
    * fixed: xml-escaping bugs over dav (r11090)
    * fixed: store symlinks as utf8, always work in non-utf8 locale (r11358-9)
    * fixed: bug in special-file detranslation (r11441)
    * fixed: show paths in local-style where we weren't (issue #1538)
    * fixed: detect invalid propnames better (issue #1832)
    * fixed: entire error stack not being printed (issue #1822)
    * fixed: improper utf8 conversion of revision strings (issue #1999)
    * fixed: use-commit-times timestamp bug (r12906)
    * fixed: don't comment out section-names in default config file (r11771)
    * more support for user-cancellation (r13083-4, 13086)
    * improved error messages (r12920, 11392, 11599, 11913, #2154, #2214)

   - Server:
    * mod_dav_svn autoversioning feature now complete (see release notes)
    * 'svnadmin create' now creates FSFS repositories by default (r13624)
    * new pre/post-revprop hook argument to describe propchange (r12162)
    * mod_authz_svn groups can now contain other groups (issue #2085)
    * 'svnadmin recover' now creates default svnserve passwd file (r11589)
    * increase default BDB cache size in DB_CONFIG (r13030)
    * new switches added:
       - 'svnlook diff --no-diff-added'        - suppress added files (#2180)
       - 'svnlook propget/proplist --revprop'  - show revision props (#2181)
       - 'svnadmin load --use-pre-commit-hook'  
         'svnadmin load --use-post-commit-hook'- invoke hooks when loading
    * fixed: FSFS race condition on posix platforms (issue #2265)
    * fixed: change FSFS revprops atomically and safely (issue #2193)
    * fixed: FSFS should verify checksums (issue #2253)
    * fixed: 'svnadmin create' should clean up when it fails (r13200)
    * fixed: 'svnadmin load' compatibility on pre-0.14 dumpfiles (r12075)
    * fixed: 'svnadmin load' crashes on contentful rev 0 (issue #1674)
    * fixed: 'svnadmin dump' should write in console encoding (issue #1997)
    * fixed: check for null-streams in dump/load code (r10510)
    * fixed: hook script ignored when symlink is broken (issue #1700)
    * fixed: hook script may inherit server's stdin stream (r12155)
    * fixed: potential svnserve segfault (r13199)
    * fixed: svnserve handling mutually-exclusive options (issue #2251)
    * fixed: mod_authz_svn should log errors to httpd errorlog (issue #2182)
    * fixed: 'svnadmin hotcopy' failed to copy format files (r14678, r14683)

   - Both:
    * new 'locking' feature (issue #1478, see release notes for details):
        - new: 'svn lock/unlock', 'svnadmin lslocks/rmlocks', 'svnlook lock'
        - new: 'svn:needs-lock' property to enable communication         
        - 'svn st [-u]' shows local or remote lock overview
        - 'svn info wc | URL'  shows local or remote lock details
        - 'svn commit' sends locks, 'svn up' removes stale locks
        - new hook scripts: pre-lock, pre-unlock, post-lock, post-unlock
    * speedups for 'svn blame' and other commands (see xdelta in release notes)
    * fixed: make both svnserve and svn:// urls work with IPv6 (r13235-6)

-------------------------------------------------------------------
Sun May  1 22:34:54 CEST 2005 - olh@suse.de

- add a simple svngrep script to simplify grep -r in repositories

-------------------------------------------------------------------
Sun May  1 21:20:05 CEST 2005 - olh@suse.de

- rcsvnserve had a hardcoded requirement for userid/groupid svn
  this is now tuneable via a sysconfig variable

-------------------------------------------------------------------
Sun May  1 20:58:13 CEST 2005 - olh@suse.de

- update to docbook-xsl-1.68.1.tar.gz
- update to 1.1.4
  User-visible-changes:
   - Client:
     * fixed: 'svn merge' can cause broken working copy (issue #2222)
     * fixed: 'svn commit' fails when schedule-delete dir has local mod (r11980)
     * fixed: 'svn st -u nonexistent_file' segfault (issue #2127)
     * fixed: 'svn cp wc wc' utf8 conversion error (r13111)
     * fixed: confusing error message about "wc not locked" (issue #2174)
   - Server:
     * fixed: nasty (though unusual) performance bug in FSFS commits (r13222-3)
     * fixed: FSFS memory leak when auto-merging large tree (r13193)
     * fixed: FSFS memory leak in 'svnadmin hotcopy' (r13218, 13465, 13468)
     * fixed: FSFS segfault when encountering empty data reps (r13683)
     * fixed: two dataloss bugs in svndumpfilter (r12630, r12636)
     * fixed: wasteful memory usage in svndumpfilter (r12637, r12640)
     * fixed: mod_dav_svn segfaults when client sends bogus paths (issue #2199)
 
-------------------------------------------------------------------
Wed Apr 20 00:50:25 CEST 2005 - ro@suse.de

- accept swig 1.3.24

-------------------------------------------------------------------
Tue Mar 29 12:36:08 CEST 2005 - poeml@suse.de

- subversion-doc apache configuration: fix invalid mixing of +/-
  with non-+/- syntax in Options directive

-------------------------------------------------------------------
Fri Mar  4 19:52:50 CET 2005 - olh@suse.de

- restore old java checks

-------------------------------------------------------------------
Thu Mar  3 15:26:40 CET 2005 - olh@suse.de

- update cvs2svn to version 1.2.1, rev r1422
  * Fix cvs2svn's dumpfile output to work after Subversion's r12645.
  will also improve conversion speed

-------------------------------------------------------------------
Wed Feb 23 15:14:50 CET 2005 - olh@suse.de

- build swig-pl without make -jN to avoid broken dependencies

-------------------------------------------------------------------
Tue Feb 22 17:43:51 CET 2005 - ro@suse.de

- search also for "other" java on a biarch platform 

-------------------------------------------------------------------
Sat Feb 19 20:15:10 CET 2005 - olh@suse.de

- use lib macro to find java package

-------------------------------------------------------------------
Wed Feb 16 16:08:19 CET 2005 - schwab@suse.de

- Don't override $EDITOR.

-------------------------------------------------------------------
Tue Feb 15 13:24:21 CET 2005 - uli@suse.de

- cope with jpackage-compliant IBMJava2 (fixes s390*)

-------------------------------------------------------------------
Sun Jan 23 12:31:43 CET 2005 - olh@suse.de

- set docroot=/viewcvs-docroot in viewcvs.conf
  handle SVN_VIEWCVS_MODPYTHON in apache2 subversion.viewcvs.conf

-------------------------------------------------------------------
Mon Jan 17 07:56:19 CET 2005 - olh@suse.de

- update to 1.1.3
- update viewcvs and cvs2svn to current cvs/svn status

-------------------------------------------------------------------
Sat Jan  8 12:02:01 CET 2005 - olh@suse.de

- update viewcvs, includes the DESTDIR patch

-------------------------------------------------------------------
Fri Jan  7 12:23:05 CET 2005 - olh@suse.de

- build java bindings

-------------------------------------------------------------------
Thu Jan  6 17:10:00 CET 2005 - olh@suse.de

- update to 1.1.2
  drop subversion-keywords_on_add.patch
  http://svnbook.red-bean.com/svnbook-1.1/ch07s02.html#svn-ch-7-sect-2.4
- add 2 security patches for viewcvs
  subversion.viewcvs.forbidden-hide_cvsroot_CAN-2004-0915.patch (#48989)
  subversion.viewcvs.escapeurl_CAN-2004-1062.patch (#49086)
- update to docbook-xsl-1.67.2.tar.gz
- update viewcvs and cvs2svn to current cvs/svn status
- rename subversion-cvs2svn to cvs2svn
- rename subversion-viewcvs to viewcvs

-------------------------------------------------------------------
Thu Oct 14 13:45:15 CEST 2004 - olh@suse.de

- update to 1.0.9
  User-visible-changes:
  - Server:
    * fixed: 'svn ls' HTTP performance regression
    * fixed: 'svn log -v' hiding too much info on 'empty' revisions.

-------------------------------------------------------------------
Thu Oct 14 02:02:31 CEST 2004 - ro@suse.de

- added libgcrypt, libgpg-error to neededforbuild

-------------------------------------------------------------------
Fri Sep 24 20:37:45 CEST 2004 - olh@suse.de

- update to 1.0.8
  CAN-2004-0749: mod_authz_svn fails to protect metadata (#45610)
  Version 1.0.8
  User-visible-changes:
  * fixed: mod_authz_svn path and log-message metadata leaks.
  Version 1.0.7
  User-visible-changes:
  * fixed: 'svn st -u' crash (r10841)
  * fixed: potential repos corruption; ensure stdin/out/err always open
  * fixed: allow propnames containing ":" to be fetched via http://
  * fixed: allow user to interrupt between authentication prompts
  * fixed: work around +t directory-creation bug in APR
  * various small fixes to Book
  Developer-visible changes:
  * fix library dependencies for bindings
  * perl bindings: various fixes

-------------------------------------------------------------------
Wed Sep  1 15:44:39 CEST 2004 - olh@suse.de

- add psvn.el

-------------------------------------------------------------------
Fri Aug 27 14:39:07 CEST 2004 - olh@suse.de

- update cvs2svn to 1.0.0 status, rev 1368
  update viewcvs to todays status

-------------------------------------------------------------------
Mon Aug  9 17:48:30 CEST 2004 - olh@suse.de

- update cvs2svn to 1.0rc4 status, rev 1322
  update viewcvs to todays status
  update to docbook-xsl-1.65.1.tar.gz

-------------------------------------------------------------------
Tue Aug  3 10:37:26 CEST 2004 - olh@suse.de

- build perl bindings, allow make -jN

-------------------------------------------------------------------
Thu Jul 29 13:51:51 CEST 2004 - poeml@suse.de

- fix path in README.SuSE
- fix fillup of /etc/sysconfig/svnserve

-------------------------------------------------------------------
Tue Jul 27 12:05:44 CEST 2004 - olh@suse.de

- update to rev 10424 from 1.0.x branch, 1.0.6 status

-------------------------------------------------------------------
Tue Jul  6 16:52:28 CEST 2004 - poeml@suse.de

- add subversion.viewcvs-buglink.patch from James Henstridge, plus
  re.I modifier to match case insensitively

-------------------------------------------------------------------
Tue Jul  6 14:17:03 CEST 2004 - poeml@suse.de

- update cvs2svn to r1214
- update viewcvs to current CVS snapshot

-------------------------------------------------------------------
Mon Jul  5 15:18:56 CEST 2004 - poeml@suse.de

- fix "select for diff" in viewcvs (patch by Heinrich
  Stamerjohanns)

-------------------------------------------------------------------
Mon Jun 14 12:50:38 CEST 2004 - olh@suse.de

- update to rev 9955 from 1.0.x branch, 1.0.5 status

-------------------------------------------------------------------
Mon May 10 18:11:54 CEST 2004 - olh@suse.de

- remove Requires: -<release> (#40278)

-------------------------------------------------------------------
Sun May  9 17:11:30 CEST 2004 - olh@suse.de

- add subversion-1.0.1-exploit-old_timestamp_format.patch (#39774)

-------------------------------------------------------------------
Mon Apr 19 23:19:44 CEST 2004 - olh@suse.de

- update to rev 9429 from 1.0.x branch, 1.0.2 status

-------------------------------------------------------------------
Mon Mar  8 11:56:00 CET 2004 - olh@suse.de

- update to rev 8925 from 1.0.x brancht, almost 1.0.1 status

-------------------------------------------------------------------
Thu Mar  4 15:37:59 CET 2004 - poeml@suse.de

- add patch for ViewCVS 
  http://cvs.sourceforge.net/viewcvs.py/viewcvs/viewcvs/lib/ezt.py?r1=1.22&r2=1.23

-------------------------------------------------------------------
Mon Mar  1 20:06:51 CET 2004 - olh@suse.de

- update to rev 8871 from 1.0.x branch

-------------------------------------------------------------------
Sun Feb 22 10:04:58 CET 2004 - olh@suse.de

- update to 0.99.0 (1.0.0-beta1), from 1.0.x branch, rev 8806

-------------------------------------------------------------------
Sat Jan 24 18:32:37 CET 2004 - olh@suse.de

- update to 0.37.0 from 1.0-stabilization branch
  allow swig 1.3.21

-------------------------------------------------------------------
Mon Sep  8 12:22:58 CEST 2003 - poeml@suse.de

- subversion-viewcvs: explicitely allow access to the
  /srv/viewcvs/www/cgi directory, because we can not take it for
  granted that apache2 allows it by default [#29729]

-------------------------------------------------------------------
Fri Aug 29 23:45:46 CEST 2003 - poeml@suse.de

- README.SuSE: add documentation on file permissions; fold in
  feedback from Heinrich Stamerjohanns

-------------------------------------------------------------------
Fri Aug 29 18:30:13 CEST 2003 - mcihar@suse.cz

- subversion-cvs2svn requires python

-------------------------------------------------------------------
Wed Aug 27 10:43:47 CEST 2003 - olh@suse.de

- do not install the book.pdf

-------------------------------------------------------------------
Mon Aug 18 13:21:04 CEST 2003 - olh@suse.de

- update to 0.27.0, revision 6740
  update viewcvs to todays cvs status

-------------------------------------------------------------------
Sun Aug 10 20:38:08 CEST 2003 - olh@suse.de

- update to pre 0.27, revision 6695

-------------------------------------------------------------------
Sun Aug 10 19:56:27 CEST 2003 - olh@suse.de

- add rcsvnserve
  update hook template, svnlook is in /usr/bin
  update viewcvs to todays cvs status

-------------------------------------------------------------------
Wed Jul 30 05:20:40 CEST 2003 - poeml@suse.de

- get CFLAGS from apxs, so they match the ones that apr and apache2
  were built with
- "make external-install local-install" targets instead of make
  install, to work avoid hard coded pulling of the revision number
  from the svn working copy in the revision-install target

-------------------------------------------------------------------
Fri Jul 25 11:33:25 CEST 2003 - olh@suse.de

- update to 0.26.0, revision 6576

-------------------------------------------------------------------
Sun Jul 20 18:12:02 CEST 2003 - olh@suse.de

- split packages subversion-doc and subversion-viewcvs
  use SVN_DOC instead of SVN_DOCU
  use SVN_VIEWCVS to enable the scriptalias

-------------------------------------------------------------------
Sat Jul 12 13:15:11 CEST 2003 - olh@suse.de

- update to 0.25.0, revision 6456
  use SVN_DOCU to provide html documentation via apache2

-------------------------------------------------------------------
Sat Jul  5 00:17:13 CEST 2003 - olh@suse.de

- add subversion-python_bytecode-path-pr1131.patch 
  do not compile in RPM_BUILD_ROOT, use builddir instead

-------------------------------------------------------------------
Tue Jun 17 16:38:45 CEST 2003 - olh@suse.de

- update to 0.24.1 final, revision 6254
  update svnbook.red-bean.com/book.pdf

-------------------------------------------------------------------
Tue Jun 17 08:33:20 CEST 2003 - kukuk@suse.de

- Add missing directory to filelist

-------------------------------------------------------------------
Mon May 19 17:03:50 CEST 2003 - olh@suse.de

- update to 0.23.0 final, revision 5981
  add subversion-infopages.patch

-------------------------------------------------------------------
Sat May 10 12:19:22 CEST 2003 - olh@suse.de

- update to 0.22.1 final, revision 5877
  use apache-2.0.45 apr

-------------------------------------------------------------------
Fri May  2 15:58:30 CEST 2003 - olh@suse.de

- update to 0.22.0 , revision 5780
  build with newer apr

-------------------------------------------------------------------
Fri Apr 11 01:02:07 CEST 2003 - ro@suse.de

- fix deprecated head/tail calling syntax (-1) 

-------------------------------------------------------------------
Wed Mar 19 21:32:02 CET 2003 - olh@suse.de

- update to 0.19.1 , revision 5394

-------------------------------------------------------------------
Sun Mar 16 13:49:42 CET 2003 - olh@suse.de

- update to 0.19.1 , revision 5349
  update book.pdf

-------------------------------------------------------------------
Tue Feb 18 13:49:41 CET 2003 - poeml@suse.de

- python might live below /usr/lib64

-------------------------------------------------------------------
Thu Feb 13 13:34:39 CET 2003 - olh@suse.de

- update to 0.17.1 , revision 4877
  finally a working cvs2svn version, use the cvs2svn-mmacek branch

-------------------------------------------------------------------
Mon Feb 10 17:35:44 CET 2003 - poeml@suse.de

- remove hints about SuSEconfig, it's not needed. Add README.SuSE
  about server configuration
- drop /etc/apache2/modules/subversion, it is no longer needed
- MPM specific links to mod_dav_svn.so are no longer needed
- server requires apache2, and a Require on apr is no longer valid

-------------------------------------------------------------------
Mon Feb 10 17:05:31 CET 2003 - olh@suse.de

- split packages cvs2svn and tools

-------------------------------------------------------------------
Thu Feb  6 12:53:06 CET 2003 - olh@suse.de

- add hint about SuSEconfig run in subversion.conf example

-------------------------------------------------------------------
Sun Feb  2 17:20:00 CET 2003 - olh@suse.de

- add subversion-0.17.1-editor.diff
      subversion-0.17.1-keywords_on_add.diff

-------------------------------------------------------------------
Tue Jan 28 16:16:39 CET 2003 - olh@suse.de

- add subversion book.pdf from the website
  add svnserve and svnversion
  remove outdated info docu
  build and add html documentation
  new apache2 config file format, extend example in subversion.conf

-------------------------------------------------------------------
Wed Jan 22 11:46:10 CET 2003 - olh@suse.de

- update to 0.17.1 , revision 4508

-------------------------------------------------------------------
Tue Jan 21 16:17:24 CET 2003 - olh@suse.de

- update to 0.17.0 , revision 4474

-------------------------------------------------------------------
Thu Dec  5 01:41:58 CET 2002 - poeml@suse.de

- update to 0.16.0 , revision 3987
- use macro <apache2-devel-packages> in #neededforbuild
- get rid of hardcoded MPM names

-------------------------------------------------------------------
Wed Dec  4 12:40:15 CET 2002 - olh@suse.de

- update to 0.15.0 , revision 3985

-------------------------------------------------------------------
Mon Nov 11 23:49:54 CET 2002 - ro@suse.de

- changed neededforbuild <xshared> to <x-devel-packages>
- changed neededforbuild <xdevel> to <>

-------------------------------------------------------------------
Sun Oct 13 23:04:56 CEST 2002 - olh@suse.de

- update to 0.14.3 , revision 3360
  add subversion configfiles for apache2

-------------------------------------------------------------------
Sat Oct 12 14:25:22 CEST 2002 - olh@suse.de

- update to 0.14.3 , revision 3353
  add more dir path to file list, add more docu
  apxs is in /usr/sbin

-------------------------------------------------------------------
Thu Sep 19 13:55:04 CEST 2002 - olh@suse.de

- update to 0.14.3 , revision 3188
  use python-imaging instead of python-tkinter

-------------------------------------------------------------------
Sat Aug 31 13:02:30 CEST 2002 - poeml@suse.de

- update to last release 0.14.2 (svn update was broken when
  repositories contained renames)

-------------------------------------------------------------------
Tue Aug 27 12:57:47 CEST 2002 - poeml@suse.de

- use apxs2, building a common mod_dav_svn.so for all three MPMs
- don't let apxs add an entry for mod_dav_svn.so into httpd.conf

-------------------------------------------------------------------
Sun Aug 11 18:31:34 CEST 2002 - olh@suse.de

- update to 0.14.1, rev 2935, build html docs

-------------------------------------------------------------------
Thu Aug  1 14:26:44 CEST 2002 - olh@suse.de

- update to 2840, add svnadmin and svnlock

-------------------------------------------------------------------
Tue Jul 30 08:34:32 CEST 2002 - olh@suse.de

- remove apr, use apache2 instead, update to 2787

-------------------------------------------------------------------
Fri Jul 26 02:50:18 CEST 2002 - olh@suse.de

- initial SuSE release with version 0.14.0.2720
  built with apr_20020725163531 and apr-util-20020725