ext4: remove ext4_test_journal function
[lwext4.git] / CHANGELOG
1 lwext4-0.8.0
2 ============
3 * improve ext4_dir_entry_next
4 * clang code format based on config file
5 * ChibiOS demo for some stm32 boards
6 * Improve includes in lwext4 dir
7 * Add some const keyword where should be used
8
9
10 lwext4-0.7.0
11 ============
12 * features supported: flex_bg, uninit_bg, dir_nlink
13 * config file improvements, 3 basic build modes:
14         * feature set ext2 - small footprint (~20KB .text)
15         * feature set ext3 - htree directory indexing (~25KB .text)
16         * feature set ext4 - all supported features enabled (~30KB .text)
17 * IO timing stats in stm32f429_demo 
18 * more advanced cases in test suite
19 * support for meta_bg feature (unstable)
20 * crc32c module for meta_csum feature (not supported yet)
21 * small demo application improvments (readability)
22
23
24 lwext4-0.6.0
25 ============
26 * Fixed stm32429demo enumerating issues
27 * Comb sort for directory indexing
28 * Cmake toolchain files for msp430
29
30 lwext4-0.5.0
31 ============
32 * Build system refactoring
33 * Pedantic warning check for lwext4 files
34 * New toolchain files for cortex-m0, avexmega7, arm-sim
35 * Merge bugfixes from HelenOS mainline
36 * OS locks setup function
37
38 lwext4-0.4.0
39 ============
40 * Client-server based automatic test suite
41
42 lwext4-0.3.0
43 ============
44 * STM32F429 demo
45
46 lwext4-0.2.0
47 ============
48 * Full extents support
49 * Doxygen comments
50 * Bug fixing
51 * Demo app improvments
52
53
54 lwext4-0.1.1
55 ============
56 * First version of the lwext4 filesystem library.