Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
d37bc73a
Commit
d37bc73a
authored
Jan 19, 2006
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention the changes made in recent checkins.
parent
1902a765
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
NEWS
NEWS
+20
-0
No files found.
NEWS
View file @
d37bc73a
...
...
@@ -40,6 +40,12 @@ Changes since 2.6.6:
- Fixed the matching of the dont-compress items (e.g. *.gz) against files
that have a path component containing a slash.
- If code reading a filter/exclude file an EINTR error, rsync now clears
the error flag on the file handle so it can keep on reading.
- If --relative is active, simply trim off trailing slashes and dot
dirs. Also, reject a ".." dir if it would be sent as a relative dir.
ENHANCEMENTS:
- Added the --append option that makes rsync append data onto files
...
...
@@ -105,6 +111,10 @@ Changes since 2.6.6:
to be transferred, and we still need to check 8383 more files out of
a total of 9999.
- The include/exclude code now allows a dir/*** directive (with 3
trailing stars) to match both the dir itself as well as all the
content below the dir (dir/** would not match the dir).
- Some minor documentation improvements.
- Updated some diffs in the patches dir.
...
...
@@ -123,6 +133,16 @@ Changes since 2.6.6:
- Reduced the amount of stack memory needed for each level of directory
recursion by nearly MAXPATHLEN bytes.
- The wildmatch function was extended to allow an array of strings to
be supplied as the string to match. This allows the exclude code to
do less string copying.
- Got rid of the safe_fname() function (and all the myriad calls) and
replaced it with a new function in the log.c code that filters all
the output going to the terminal.
- Unified the f_name() and the f_name_to() functions.
DEVELOPER RELATED:
- Several diffs in the patches dir now use the proper --enable-FOO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment