Skip to content

Commit

Permalink
Bump lwext4 version to 1.0.0 & changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostka committed Feb 9, 2016
1 parent 222d026 commit 9a1491c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
lwext4-1.0.0
============
* new extent module implementation (handle unwritten extents correctly)
* xattr support
* journaling transactions & recover support
* improve configurations (with automatic generated config file)
* move stm32disco demo to separate repository
* test suite & tools improvements (more tests on autogenerated images)
* new filesystem tools: lwext4-mkfs, lwext4-mbr
* travis continious integration
* lot of bugfixes and minor improvements...


lwext4-0.8.0
============
* improve ext4_dir_entry_next
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ifneq ($(shell test -d .git), 0)
GIT_SHORT_HASH:= $(shell git rev-parse --short HEAD)
endif

VERSION_MAJOR = 0
VERSION_MINOR = 8
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 0

VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)-$(GIT_SHORT_HASH)
Expand Down

0 comments on commit 9a1491c

Please sign in to comment.