Don't interrupt the make if a generated build file didn't really change.
[rsync/rsync.git] / NEWS
1 NEWS for rsync 3.0.4 (UNRELEASED)
2 Protocol: 30 (unchanged)
3 Changes since 3.0.3:
4
5   BUG FIXES:
6
7     - Fixed a bug in the hard-linking code where it would sometimes try to
8       allocate 0 bytes of memory (which fails on OSes, such as AIX).
9
10     - Fixed a couple issues in the --fake-super handling of xattrs when the
11       destination files have root-level attributes (e.g. selinux values) that
12       a non-root copy can't affect.
13
14     - Fixed a potential alignment issue in the IRIX ACL code when allocating
15       the initial "struct acl" object.  Also, cast mallocs to avoid warnings.
16
17   ENHANCEMENTS:
18
19     - Rsync will avoid sending an -e option to the server if an older protocol
20       in requested (and thus the option would not be useful).  This lets the
21       user specify the --protocol=29 option to access an overly-restrictive
22       server.
23
24   DEVELOPER RELATED:
25
26     - The Makefile will not halt for just a timestamp change on the Makefile
27       or the configure files, only for actual changes in content.
28
29     - Enhanced the release scripts to be able to handle a branch release.