File tree 2 files changed +18
-1
lines changed 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -584,6 +584,23 @@ to the expected behavior.
584
584
585
585
## Release Notes
586
586
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
+
587
604
### [v1.5.12](https://github.com/gulrak/filesystem/releases/tag/v1.5.12)
588
605
589
606
* Fix for [#142](https://github.com/gulrak/filesystem/issues/142), removed need
Original file line number Diff line number Diff line change 308
308
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
309
309
310
310
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
311
- #define GHC_FILESYSTEM_VERSION 10512L
311
+ #define GHC_FILESYSTEM_VERSION 10513L
312
312
313
313
#if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND))
314
314
#define GHC_WITH_EXCEPTIONS
You can’t perform that action at this time.
0 commit comments