Skip to content

Commit

Permalink
Bump version to 1.2.6 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
relan committed Jan 28, 2017
1 parent 5925b60 commit 01d1175
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
1.2.6 (2017-01-28)

* Operations with directories (except initial listing) now make less
read/write system calls.
* Fixed handling of files with optional tail entries (0xe0-0xff): videoclip
files created by Sony cameras were missing.
* Write operations now correctly return ENOSPC (instead of EIO) when there is
no free disk space left.
* Fixed max file name length: it's 255 16-bit code units (not 256).

1.2.5 (2016-12-05)

* Added an option for dumpexfat to show file fragments [Daniel Drake].
* Fixed crash when directory starts with an invalid cluster.
* Daylight saving time in now properly reflected in file timestamps.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#

AC_INIT([Free exFAT implementation],
[1.2.5],
[1.2.6],
[[email protected]],
[exfat],
[https://github.com/relan/exfat])
Expand Down

0 comments on commit 01d1175

Please sign in to comment.