From 5cac763c938379f522db9f2a3adeebdc8cdcdef1 Mon Sep 17 00:00:00 2001 From: Greg Troxel Date: Sat, 19 Oct 2024 09:10:25 -0400 Subject: [PATCH] NEWS: Add draft news for 2.53.6 It's been 6 months since a release, and while there aren't a lot of changes, a release every 6 months is healthy. In addition to normal NEWS content, post a deprecation warning about external rsync support. --- NEWS.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index ac3ce7557..40b11669a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,15 +3,30 @@ This file contains a summary of user-visible or important changes, in the style of the GNU coding standards. By user-visible, we include changes relevant for those building unison from source. We omit most -bugfixes and minor improvements, but of course every release contains -some. Refer to the documentation for details; this file is a terse -notice of changes rather than a tutorial about new features. +bugfixes, minor improvements, and cleanups, but of course every +release contains some. Refer to the documentation for details; this +file is a terse notice of changes rather than a tutorial about new +features. 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.6 (NOT YET RELEASED) + +Released FUTURE + + * Remove workaround for Windows DST: Time differences of one hour + are no longer treated as not different. + * Time remaining, when over 24h, shown as days and HMS instead of + just HMS. + * Stop using deprecated [GdkPixbuf.from_xpm_data] (avoids problems + with some versions of gdkpixbuf). + + Deprecation warning: support for external rsync will be removed, + likely in 2.54.0. + ## Changes in 2.53.5 Released 2024-05-06