1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Changes in 1.2.12
- Don't use pcre2_get_match_data_size (github issue #2)
- Allow comments in "fsvs ignore load" lists.
- Repair webdav: close the root directory handle as well.
https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642
https://github.com/phmarek/fsvs/issues/18
Changes in 1.2.11
- (Potentially) fixed a long-standing bug (only on webdav):
removed duplicated open calls.
(https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642)
Changes in 1.2.10
- Restore properties like the update- and commit-pipe on "sync-repos"
- When using a commit-pipe store the original (non-transformed) MD5
in the local properties as well, so that they match the remote data.
- Tigris.org was shut down without warning, moved to github.
- Switched to pcre2 (Debian bug#1000123)
Changes in 1.2.9
- Various small fixes that got visible with new compiler versions and/or LLVM.
Changes in 1.2.8
- Fixed URI canonicalization (UTF8)
Changes in 1.2.7
- Updates for Clang
- Fixed some compiler warnings
- Fixed an "INTERNAL BUG" (issue 21) that didn't exist previously (?)
Changes in 1.2.6
- Updates for GCC 5
Changes in 1.2.5
- Fix for segfault on deleted properties, eg. "svn:owner".
- configure.in fix for OS X Lion with clang; thanks, Ryan!
http://fsvs.tigris.org/issues/show_bug.cgi?id=16
- Removed nested functions, to make the stack non-executable
(gcc needs trampoline code).
See http://fsvs.tigris.org/issues/show_bug.cgi?id=17.
Changes in 1.2.4
- Bugfix: auto-props not applied for explicitly specified entries.
Thanks to Peter for the detailed bug report!
Please note that the auto-props _only_ get applied if there are
_no_ properties on an entry set (yet); so, after
fsvs prop-set file property...
the auto-props will _not_ be applied (as they might overwrite
the manually set properties).
Changes in 1.2.3
- Compilation fixes for MacOS 10.6; thanks, Thomas!
- Added "password" option, as sent by Mark. Thank you!
- Workarounds for gcc-4.5 and gcc-4.6 regressions. Thank you, Brian!
- Compatibility with autoconf 2.68.
Changes in 1.2.2
- Tried to get configuration/compilation to work with OSX 10.6.
Thanks, Florian.
- Fix for a stray "fstat64", which compilation for MacOSX10.4.
Thank you, Mike.
- Fix length calculation bug, found by Mark via a (bad?) compilation warning.
Thank you!
Changes in 1.2.1
- Documentation fixes. Thank you, Gunnar.
- Fixed config_dir, so that using other authentication paths work.
Previously $CONF/auth was fixed; better default.
- Fix "unversion" on the wc root.
- Fix "." as only parameter when started from the root.
- Two compile fixes; thank you, Stan!
- Solaris 10 compatibility fixes. Thank you, Stan!
- Fix SIGPIPE handling.
- Don't do the "_base" symlink; it breaks eg. "grep -r /etc". Write an
readme instead.
- Fix ENOMEM because of still mapped file data; thank you, Mark!
- New option "dir_exclude_mtime". Thank you, Gunnar!
Changes in 1.2.0
- Documentation updates.
- Fixed some small bugs
- The secondary URL/revision file doesn't have to exist. Thank you, Mark!
- Fix recursive behaviour of "_build-new-list".
- Now supports arbitrary "svn+" tunnels, like subversion does.
Thank you, Jake.
- "fsvs log -v" for now filters the changed entries list, and shows the
paths relative to the parameter.
- Fixed "-o verbose=all" output; would be interpreted as "totally silent"
because of signed compares.
- Better out-of-date messages.
- Make 'ext-tests' work with debian /bin/sh => dash, too.
- Compatibility fixes for subversion 1.6.4.
- Fix tempfile being left after FSVS run.
- Bugfix: on commit empty property hashes got created. Thank you, Bogdan.
- Bugfix for selection of entries (filter bit)
- Bugfixes for non-UTF8 locales and update/sync. Thank you, Gunnar.
- Additional configure check for Solaris. Thank you, Mark.
|