Wayne Davison
e94bad1c15
Preparing for release of 3.2.3
v3.2.3
2020-08-06 20:57:26 -07:00
Wayne Davison
617d726a3d
Tweak a comment.
2020-08-05 21:32:44 -07:00
Wayne Davison
020eda887f
Change fetch depth.
2020-08-03 14:47:38 -07:00
Wayne Davison
b5f8021a12
Don't use --always to ensure a tag is in gitver.
2020-08-03 14:27:49 -07:00
Wayne Davison
7b6947576a
Avoid a build fail when git isn't installed.
2020-08-03 14:20:08 -07:00
Wayne Davison
9375a8c4c2
Make my_alloc(NULL) use malloc instead of calloc.
2020-08-03 14:01:18 -07:00
Wayne Davison
7f5c4084c7
Use touch for proto.h-tstamp since one awk wasn't updating mtime.
2020-08-03 13:33:46 -07:00
Wayne Davison
6c89f00d1b
Move SUPPORT_ATIMES to rsync.h.
2020-08-03 13:27:00 -07:00
Wayne Davison
dee0993286
Create usage.c for smaller awk-dep rebuilds.
2020-08-03 12:23:18 -07:00
Wayne Davison
47351c2b16
Use RSYNC_GITVER in more output
2020-08-03 10:46:31 -07:00
Wayne Davison
16b7670614
A couple more mkgitver tweaks
...
- Support git worktree checkouts (has non-dir .git)
- Use --always for someone who may be missing a tag.
2020-08-03 10:23:43 -07:00
Wayne Davison
72b2a81f90
Use --abbrev=8 instead of --tags.
2020-08-01 00:43:37 -07:00
Wayne Davison
d73c26d2b7
Put git version in a file for between-release versioning.
2020-08-01 00:15:06 -07:00
Wayne Davison
e83bbeb673
Don't make .PHONY the first target in a Makefile.
2020-07-30 18:58:34 -07:00
Wayne Davison
b6aa9c5cfe
Make configure less annoying
...
- Improve configure's notifications around the new features.
- Improve the info about man page generation and fetching.
2020-07-30 18:33:58 -07:00
Wayne Davison
dfe3b77cb5
Some Makefile improvements.
...
- Improve distclean.
- Remove proto.h from GENFILES (we don't need to distribute it).
- Improve finddead target.
2020-07-29 11:51:55 -07:00
Wayne Davison
cbe3b2bfe5
Tweak a comment.
2020-07-29 11:51:52 -07:00
Wayne Davison
b1ae7fc941
INSTALL changes, including some Fedora packages.
2020-07-29 11:22:23 -07:00
Wayne Davison
8695bcc2b1
Preparing for release of 3.2.3pre1
v3.2.3pre1
2020-07-27 17:56:25 -07:00
Wayne Davison
4ae6f708b1
Need 3.2.3 line in table & tweak to release script.
2020-07-27 17:54:48 -07:00
Wayne Davison
14c4656fb8
A couple more NEWS updates.
2020-07-27 17:31:51 -07:00
Wayne Davison
13cec31f7f
Set LANG to C to help with some remote build hosts.
2020-07-27 16:48:48 -07:00
Wayne Davison
5db7e4b1ee
Use linkat() if available
...
Some OSes have a more capable linkat() function that can hard-link
syslinks, so use linkat() when it is available.
2020-07-27 16:36:55 -07:00
Wayne Davison
54693fa992
Add a few more skip-compress suffixes.
2020-07-27 15:56:48 -07:00
Wayne Davison
3f83bcb4af
Make the --append* options have more warnings.
2020-07-27 15:21:50 -07:00
Wayne Davison
e1e546d67e
Don't allow a completely empty source arg.
2020-07-27 14:49:51 -07:00
Wayne Davison
3714084f48
Mention an implied option.
2020-07-27 13:49:51 -07:00
Wayne Davison
eb2c3a5e18
Replace a couple calloc() calls with new_array0().
2020-07-26 23:30:50 -07:00
Wayne Davison
f6967eca58
Complain about a missing/non-dir --temp-dir.
2020-07-26 02:01:30 -07:00
Wayne Davison
8455bf66c2
Don't include config.h in proto.h rule.
2020-07-26 01:40:55 -07:00
Wayne Davison
00e59e01e3
Mention awk/gawk/nawk dependency.
2020-07-26 01:40:43 -07:00
Wayne Davison
91eaffe13f
Mention --protect-args in --chown info.
2020-07-26 01:02:07 -07:00
Wayne Davison
2066024981
Fix issue where rdev major could get out of sync
...
If the receiving side read a hard-linked device, it needs to set the
value of rdev_major to the value it snags from the hard-linked data
because the sender set their rdev_major value for that file entry.
2020-07-26 00:11:28 -07:00
Wayne Davison
d274b2096f
Have release script use patch-update --make (not --shell)
2020-07-25 10:52:49 -07:00
Wayne Davison
0327a2526b
Fix a grammar error.
2020-07-25 10:40:46 -07:00
Wayne Davison
f43412f1d5
More spelling fixes.
2020-07-25 10:34:26 -07:00
Wayne Davison
b9010ec617
Fix some spelling errors.
2020-07-25 10:21:50 -07:00
Wayne Davison
21ecc833ea
Change new stderr options to --stderr=MODE.
2020-07-25 10:03:32 -07:00
Wayne Davison
f9bb8f76ee
Change daemon variable & simplify some option code
...
- Rename daemon_over_rsh -> daemon_connection since it is also used to
indicate if a non-rsh daemon connection is active.
- Move the daemon-over-rsh exception out of server_options() to the one
caller that needs that behavior.
- Don't allow noop_io_until_death() to be short-circuited when talking
to a daemon over a socket, because it can't send errors via stderr.
2020-07-25 09:36:42 -07:00
Wayne Davison
a5a9f268fe
Tweak NEWS & src_file().
2020-07-24 23:30:32 -07:00
Wayne Davison
0a255771f4
Add --errors2stderr & --msgs2protocol options.
2020-07-24 22:48:37 -07:00
Wayne Davison
e07d79ad50
Handle the first run of configure; prefer gmake.
2020-07-24 17:37:01 -07:00
Wayne Davison
2f74eb7584
Change smart-rebuild to smart-make.
2020-07-24 17:25:09 -07:00
Wayne Davison
39741c7d50
Fix the setting of $make.
2020-07-24 16:49:55 -07:00
Wayne Davison
3f016888fd
Add helper script for a smart rebuild.
2020-07-24 14:19:19 -07:00
Wayne Davison
e5a012c959
Link to the git blob for source files.
2020-07-24 13:20:11 -07:00
Wayne Davison
c3cf174e5e
More changes to NEWS, README, INSTALL, & configure.ac
2020-07-24 12:38:25 -07:00
Wayne Davison
a0a7c9f2e3
Enable xattrs on Cygwin.
...
- Tweak configure.ac to have Cygwin use linux xattrs.
- Change CI setup to install attr packages on Cygwin.
[buildall]
2020-07-24 11:38:14 -07:00
Wayne Davison
a8f61ba937
Add Cygwin package info into INSTALL.md.
2020-07-24 11:37:50 -07:00
Wayne Davison
842d6edfdc
Fix devices-fake test if rsync can't link specials
...
- Add info about hardlinked specials to --version output.
- Use "no hardlink-special" info to ensure that the devices-fake
test will not fail.
2020-07-24 11:33:21 -07:00