File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2.6.1 / 2021-01-14
2
+ ==================
3
+ * [ fix] Expire the search cache (#234 )
4
+ * [ fix] Fixing compiler warnings (#235 )
5
+ * [ fix] warning generated by clang (#238 )
6
+ * [ add] Log if a package cannot be installed (#236 )
7
+
1
8
2.6.0 / 2021-01-11
2
9
==================
3
10
* [ change] ` clib upgrage ` will install the latest released tag by default if no ` --tag ` provided (#230 )
4
- * [ fix] Fixed memory leak for clib-search (#229 )
11
+ * [ fix] Fixed memory leak for clib-search (#229 )
5
12
* [ fix] Fix memory leak in clib-configure (#228 )
6
13
7
14
2.5.0 / 2020-12-09
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " clib" ,
3
- "version" : " 2.6.0 " ,
3
+ "version" : " 2.6.1 " ,
4
4
"repo" : " clibs/clib" ,
5
5
"install" : " make clean uninstall build install" ,
6
6
"makefile" : " Makefile" ,
Original file line number Diff line number Diff line change 6
6
//
7
7
8
8
#ifndef CLIB_VERSION
9
- #define CLIB_VERSION "2.6.0 "
9
+ #define CLIB_VERSION "2.6.1 "
10
10
#endif
You can’t perform that action at this time.
0 commit comments