Skip to content

Commit c8113e1

Browse files
committed
Updated readme, bumped to wip version as preparation of upcoming release.
1 parent b6d302f commit c8113e1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,23 @@ to the expected behavior.
584584
585585
## Release Notes
586586
587+
### v1.5.13 (wip)
588+
589+
* Pull request [#163](https://github.com/gulrak/filesystem/pull/163), build
590+
support for Haiku (also fixes [#159](https://github.com/gulrak/filesystem/issues/159))
591+
* Pull request [#162](https://github.com/gulrak/filesystem/pull/162), fix for
592+
directory iterator treating all files subsequent to a symlink as symlink
593+
on Windows
594+
* Fix for [#156](https://github.com/gulrak/filesystem/issues/156), on POSIX
595+
`stem()`, `filename()` and `extension()` of `fs::path` would return wrong
596+
result if a colon was in the filename
597+
* Pull request [#154](https://github.com/gulrak/filesystem/pull/145), build
598+
support for GNU/Hurd
599+
* Pull request [#153](https://github.com/gulrak/filesystem/pull/153), fixed
600+
`fs::last_write_time(path, time, ec)` setter on iOS, tvOS and watchOS
601+
* Pull request [#145](https://github.com/gulrak/filesystem/pull/145), fix for
602+
Y2038 bug in timeToFILETIME on Windows
603+
587604
### [v1.5.12](https://github.com/gulrak/filesystem/releases/tag/v1.5.12)
588605
589606
* Fix for [#142](https://github.com/gulrak/filesystem/issues/142), removed need

include/ghc/filesystem.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
309309

310310
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
311-
#define GHC_FILESYSTEM_VERSION 10512L
311+
#define GHC_FILESYSTEM_VERSION 10513L
312312

313313
#if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND))
314314
#define GHC_WITH_EXCEPTIONS

0 commit comments

Comments
 (0)