Remove unused unpack_images make target
[lwext4.git] / CHANGELOG
index 03ff97dbfa8620e12e985c437f2f174f55dad020..e4da0c0f3dd608b2d5821f84409b73d9f12c93e2 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,56 +1,69 @@
-lwext4-0.8.0\r
-============\r
-* improve ext4_dir_entry_next\r
-* clang code format based on config file\r
-* ChibiOS demo for some stm32 boards\r
-* Improve includes in lwext4 dir\r
-* Add some const keyword where should be used\r
-\r
-\r
-lwext4-0.7.0\r
-============\r
-* features supported: flex_bg, uninit_bg, dir_nlink\r
-* config file improvements, 3 basic build modes:\r
-       * feature set ext2 - small footprint (~20KB .text)\r
-       * feature set ext3 - htree directory indexing (~25KB .text)\r
-       * feature set ext4 - all supported features enabled (~30KB .text)\r
-* IO timing stats in stm32f429_demo \r
-* more advanced cases in test suite\r
-* support for meta_bg feature (unstable)\r
-* crc32c module for meta_csum feature (not supported yet)\r
-* small demo application improvments (readability)\r
-\r
-\r
-lwext4-0.6.0\r
-============\r
-* Fixed stm32429demo enumerating issues\r
-* Comb sort for directory indexing\r
-* Cmake toolchain files for msp430\r
-\r
-lwext4-0.5.0\r
-============\r
-* Build system refactoring\r
-* Pedantic warning check for lwext4 files\r
-* New toolchain files for cortex-m0, avexmega7, arm-sim\r
-* Merge bugfixes from HelenOS mainline\r
-* OS locks setup function\r
-\r
-lwext4-0.4.0\r
-============\r
-* Client-server based automatic test suite\r
-\r
-lwext4-0.3.0\r
-============\r
-* STM32F429 demo\r
-\r
-lwext4-0.2.0\r
-============\r
-* Full extents support\r
-* Doxygen comments\r
-* Bug fixing\r
-* Demo app improvments\r
-\r
-\r
-lwext4-0.1.1\r
-============\r
-* First version of the lwext4 filesystem library.\r
+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
+* clang code format based on config file
+* ChibiOS demo for some stm32 boards
+* Improve includes in lwext4 dir
+* Add some const keyword where should be used
+
+
+lwext4-0.7.0
+============
+* features supported: flex_bg, uninit_bg, dir_nlink
+* config file improvements, 3 basic build modes:
+       * feature set ext2 - small footprint (~20KB .text)
+       * feature set ext3 - htree directory indexing (~25KB .text)
+       * feature set ext4 - all supported features enabled (~30KB .text)
+* IO timing stats in stm32f429_demo 
+* more advanced cases in test suite
+* support for meta_bg feature (unstable)
+* crc32c module for meta_csum feature (not supported yet)
+* small demo application improvments (readability)
+
+
+lwext4-0.6.0
+============
+* Fixed stm32429demo enumerating issues
+* Comb sort for directory indexing
+* Cmake toolchain files for msp430
+
+lwext4-0.5.0
+============
+* Build system refactoring
+* Pedantic warning check for lwext4 files
+* New toolchain files for cortex-m0, avexmega7, arm-sim
+* Merge bugfixes from HelenOS mainline
+* OS locks setup function
+
+lwext4-0.4.0
+============
+* Client-server based automatic test suite
+
+lwext4-0.3.0
+============
+* STM32F429 demo
+
+lwext4-0.2.0
+============
+* Full extents support
+* Doxygen comments
+* Bug fixing
+* Demo app improvments
+
+
+lwext4-0.1.1
+============
+* First version of the lwext4 filesystem library.