From d0aa502c0219176f3672d8eef28adef1f808e041 Mon Sep 17 00:00:00 2001 From: Greg Troxel Date: Mon, 24 Apr 2023 08:47:46 -0400 Subject: [PATCH 1/3] NEWS: Add content for 2.53.3 --- NEWS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.md b/NEWS.md index b1efc3182..f5a329e19 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,20 @@ As of 2022, this file (NEWS.md at top level) is used for news. Some software has a "changelog" file that records all changes, but unison uses git history for that, and thus there is no changelog file. +## Changes in 2.53.3 + +Released 2023-04-28 + + * On Linux, allow syncing the xattrs where POSIX draft ACLS are + stored, which enables syncing the ACL info. (Note that this does + not enable syncing ACLs with the `-acl` switch, and does not + enable syncing ACLs between other systems and Linux. See the + manual.) + * Improved ETA calculation and sync speed display in text UI. + * Fix CI Windows builds (again). + * Drop unmaintained "make install" target. + * Bugfixes, minor improvements, cleanups. + ## Changes in 2.53.2 Released 2023-03-20 From 3478c072552e614ed5df85253e2ad8787f02e939 Mon Sep 17 00:00:00 2001 From: Greg Troxel Date: Mon, 24 Apr 2023 08:48:16 -0400 Subject: [PATCH 2/3] Makefile.ProjectInfo: Bump to 2.53.3 --- src/Makefile.ProjectInfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.ProjectInfo b/src/Makefile.ProjectInfo index 3ed2b350d..5542191bd 100644 --- a/src/Makefile.ProjectInfo +++ b/src/Makefile.ProjectInfo @@ -1,5 +1,5 @@ MAJORVERSION=2.53 -VERSION=2.53.2 +VERSION=2.53.3 NAME=unison From c8762d10e6f823d217c35085eb9d085a616a9a65 Mon Sep 17 00:00:00 2001 From: Greg Troxel Date: Mon, 24 Apr 2023 08:48:53 -0400 Subject: [PATCH 3/3] Regen strings --- src/strings.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.ml b/src/strings.ml index 26f23a811..6e853eb07 100644 --- a/src/strings.ml +++ b/src/strings.ml @@ -4,7 +4,7 @@ let docs = ("about", ("About Unison", "Unison File Synchronizer\n\ - Version 2.53.2\n\ + Version 2.53.3\n\ \n\ ")) ::