Skip to content

Commit

Permalink
Merge pull request #608 from gdt/master
Browse files Browse the repository at this point in the history
Update version/NEWS for 2.51.5
  • Loading branch information
gdt authored Dec 18, 2021
2 parents b74f367 + f473ee2 commit 3c7f38d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
9 changes: 9 additions & 0 deletions doc/changes.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
\begin{changesfromversion}{2.51.4}
\item Restore OCaml compat to before 4.02
\item dune/opam improvements/fixes
\item Improve GTK UI by using GtkTreeView
\item Add support for syncing symlinks on Windows (NTFS)
\item Improve ssh support on Windows (hide Windows console in GUI mode)
\item Many bugfixes and minor improvements
\end{changesfromversion}

\begin{changesfromversion}{2.51.3}
\item OCaml 4.12 support
\item fsmonitor improvements and Solaris support
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.ProjectInfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MAJORVERSION=2.51

VERSION=2.51.4
VERSION=2.51.5

NAME=unison
10 changes: 9 additions & 1 deletion src/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@

Changes in Version 2.51.3.73
Changes in Version 2.51.5

Changes since 2.51.4:
* Restore OCaml compat to before 4.02
* dune/opam improvements/fixes
* Improve GTK UI by using GtkTreeView
* Add support for syncing symlinks on Windows (NTFS)
* Improve ssh support on Windows (hide Windows console in GUI mode)
* Many bugfixes and minor improvements

Changes since 2.51.3:
* OCaml 4.12 support
Expand Down
16 changes: 12 additions & 4 deletions src/strings.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
let docs =
("about", ("About Unison",
"Unison File Synchronizer\n\
Version 2.51.4\n\
Version 2.51.5\n\
\n\
"))
::
Expand Down Expand Up @@ -893,7 +893,7 @@ let docs =
\032 copying a file onto a directory or vice versa, it must first move the\n\
\032 original contents out of the way. If Unison gets interrupted during one\n\
\032 of these periods, some manual cleanup may be required. In this case, a\n\
\032 file called DANGER.README will be left in your home directory,\n\
\032 file called DANGER.README will be left in the .unison directory,\n\
\032 containing information about the operation that was interrupted. The\n\
\032 next time you try to run Unison, it will notice this file and warn you\n\
\032 about it.]\n\
Expand Down Expand Up @@ -2889,8 +2889,16 @@ let docs =
\n\
"))
::
("news", ("Changes in Version 2.51.4",
"Changes in Version 2.51.4\n\
("news", ("Changes in Version 2.51.5",
"Changes in Version 2.51.5\n\
\n\
\032 Changes since 2.51.4:\n\
\032 * Restore OCaml compat to before 4.02\n\
\032 * dune/opam improvements/fixes\n\
\032 * Improve GTK UI by using GtkTreeView\n\
\032 * Add support for syncing symlinks on Windows (NTFS)\n\
\032 * Improve ssh support on Windows (hide Windows console in GUI mode)\n\
\032 * Many bugfixes and minor improvements\n\
\n\
\032 Changes since 2.51.3:\n\
\032 * OCaml 4.12 support\n\
Expand Down

0 comments on commit 3c7f38d

Please sign in to comment.