From c8113e14b10281671ff6bf971c6c1d6dfa661257 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Thu, 2 Mar 2023 19:19:22 +0100 Subject: [PATCH] Updated readme, bumped to wip version as preparation of upcoming release. --- README.md | 17 +++++++++++++++++ include/ghc/filesystem.hpp | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db1b2f9..c0e762a 100644 --- a/README.md +++ b/README.md @@ -584,6 +584,23 @@ to the expected behavior. ## Release Notes +### v1.5.13 (wip) + +* Pull request [#163](https://github.com/gulrak/filesystem/pull/163), build + support for Haiku (also fixes [#159](https://github.com/gulrak/filesystem/issues/159)) +* Pull request [#162](https://github.com/gulrak/filesystem/pull/162), fix for + directory iterator treating all files subsequent to a symlink as symlink + on Windows +* Fix for [#156](https://github.com/gulrak/filesystem/issues/156), on POSIX + `stem()`, `filename()` and `extension()` of `fs::path` would return wrong + result if a colon was in the filename +* Pull request [#154](https://github.com/gulrak/filesystem/pull/145), build + support for GNU/Hurd +* Pull request [#153](https://github.com/gulrak/filesystem/pull/153), fixed + `fs::last_write_time(path, time, ec)` setter on iOS, tvOS and watchOS +* Pull request [#145](https://github.com/gulrak/filesystem/pull/145), fix for + Y2038 bug in timeToFILETIME on Windows + ### [v1.5.12](https://github.com/gulrak/filesystem/releases/tag/v1.5.12) * Fix for [#142](https://github.com/gulrak/filesystem/issues/142), removed need diff --git a/include/ghc/filesystem.hpp b/include/ghc/filesystem.hpp index 3d24219..2db0094 100644 --- a/include/ghc/filesystem.hpp +++ b/include/ghc/filesystem.hpp @@ -308,7 +308,7 @@ //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch) -#define GHC_FILESYSTEM_VERSION 10512L +#define GHC_FILESYSTEM_VERSION 10513L #if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND)) #define GHC_WITH_EXCEPTIONS