summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 1e5e9fe87990596f93fbc776e95200080bff9bc0 (plain)
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
* Changes in release 4

Updated for GCC 7 header changes (thanks Toke Høiland-Jørgensen).

* Changes in release 3

Cleaned up a few compilation warnings.

Added help command to --server mode.

Added --newid command-line option.

Limit receive buffering to 128 MiB in response to complaints from
users with more email than swap space who cannot initialize replicas.
128 MiB should still be enough to get full network utilization.

* Changes in release 2

Work around missing openat because of reports it is missing on some
versions of Mac OS X.

New configuration option muchsync.and_tags (from Brian Sniffen).

* Changes in release 1

Various compabitility fixes for Debian Wheezy (thanks Simó Albert i
Beltran).

Allow ./configure WFLAGS="-Wall -Werror" to specify warnings (still
use -Wall by default).

For git only, make autogen.sh fetch pre-formatted muchsync.1 over http
when pandoc not available.

Fix a bug where tags containing '%' characters were not properly
handled (thanks Brian Sniffen).

Portability fixes for Mac OS X, which does not have clock_gettime.

Clarify in man page that muchsync uses a trash directory instead of
actually deleting files.

Catch exceptions to exit rather than dump core on error.