Skip to content

Commit 5021127

Browse files
authored
Update CHANGELOG.md
1 parent 1e48a1c commit 5021127

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### Fixed
10-
- The refreshed LinkTable is now saved
11-
(https://github.com/fangfufu/httpdirfs/issues/141).
10+
- The refreshed LinkTable is now saved.
11+
(https://github.com/fangfufu/httpdirfs/issues/141)
1212
- Only one LinkTable of the same directory is created when the cache mode is
13-
enabled (https://github.com/fangfufu/httpdirfs/issues/140).
14-
- Cache mode noe works correctly witht escaped URL
15-
(https://github.com/fangfufu/httpdirfs/issues/138).
13+
enabled.
14+
(https://github.com/fangfufu/httpdirfs/issues/140)
15+
- Cache mode noe works correctly witht escaped URL.
16+
(https://github.com/fangfufu/httpdirfs/issues/138)
17+
- Fixed ``--user-agent`` option
18+
(https://github.com/fangfufu/httpdirfs/issues/159)
1619

1720
### Added
1821
- Add ``--http-header`` option
22+
(https://github.com/fangfufu/httpdirfs/issues/157)
1923

20-
## Changed
24+
### Changed
2125
- Improved LinkTable caching. LinkTable invalidation is now purely based on
2226
timeout.
27+
(https://github.com/fangfufu/httpdirfs/issues/147)
28+
- Replaced the GNU Autotools based build system with Meson.
29+
(https://github.com/fangfufu/httpdirfs/issues/149)
30+
- Transitioned from using libfuse 2.x to to 3.x.
31+
(https://github.com/fangfufu/httpdirfs/issues/116)
32+
- Updated OpenSSL MD5 checksum generation API usage.
33+
(https://github.com/fangfufu/httpdirfs/issues/143)
2334

2435
## [1.2.5] - 2023-02-24
2536

0 commit comments

Comments
 (0)