File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ Build Status] ( https://travis-ci.org/gulrak/filesystem.svg?branch=master )] ( https://travis-ci.org/gulrak/filesystem )
3
3
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/t07wp3k2cddo0hpo/branch/master?svg=true )] ( https://ci.appveyor.com/project/gulrak/filesystem )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/gulrak/filesystem/badge.svg?branch=master )] ( https://coveralls.io/github/gulrak/filesystem?branch=master )
5
- [ ![ Latest Release Tag] ( https://img.shields.io/github/tag/gulrak/filesystem.svg )] ( https://github.com/gulrak/filesystem/tree/v1.2.2 )
5
+ [ ![ Latest Release Tag] ( https://img.shields.io/github/tag/gulrak/filesystem.svg )] ( https://github.com/gulrak/filesystem/tree/v1.2.4 )
6
6
7
7
# Filesystem
8
8
@@ -100,8 +100,8 @@ in the standard, and there might be issues in these implementations too.
100
100
101
101
### Downloads
102
102
103
- The latest release version is [ v1.2.2 ] ( https://github.com/gulrak/filesystem/tree/v1.2.2 ) and
104
- source archives can be found [ here] ( https://github.com/gulrak/filesystem/releases/tag/v1.2.2 ) .
103
+ The latest release version is [ v1.2.4 ] ( https://github.com/gulrak/filesystem/tree/v1.2.4 ) and
104
+ source archives can be found [ here] ( https://github.com/gulrak/filesystem/releases/tag/v1.2.4 ) .
105
105
106
106
### Using it as Single-File-Header
107
107
@@ -472,9 +472,11 @@ to the expected behavior.
472
472
473
473
## Release Notes
474
474
475
- ### v1.2.3 (wip )
475
+ ### [ v1.2.4](https://github.com/gulrak/filesystem/releases/tag/v1.2.4 )
476
476
477
- * Enabled stronger warning switches and fixed issues on GCC and MinGW
477
+ * Enabled stronger warning switches and resulting fixed issues on GCC and MinGW
478
+ * Bugfix for #22, the `fs::copy_options` where not forwarded from `fs::copy` to
479
+ `fs::copy_file` in one of the cases.
478
480
479
481
### [v1.2.2](https://github.com/gulrak/filesystem/releases/tag/v1.2.2)
480
482
Original file line number Diff line number Diff line change 172
172
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
173
173
174
174
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
175
- #define GHC_FILESYSTEM_VERSION 10203L
175
+ #define GHC_FILESYSTEM_VERSION 10204L
176
176
177
177
namespace ghc {
178
178
namespace filesystem {
You can’t perform that action at this time.
0 commit comments