File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ if(POLICY CMP0048)
2
2
cmake_policy (SET CMP0048 NEW )
3
3
endif (POLICY CMP0048 )
4
4
5
- project (manafirewall VERSION 0.0.2 LANGUAGES NONE )
5
+ project (manafirewall VERSION 0.0.3 LANGUAGES NONE )
6
6
cmake_minimum_required (VERSION 3.4 )
7
7
8
8
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} /cmake" )
Original file line number Diff line number Diff line change
1
+ 2022-01-04 v. 0.0.3
2
+ ---------------------
3
+ - moved to new libyui menubar
4
+ - moved to new libyui-mga checkbox table
5
+
1
6
2021-03-13 v. 0.0.2
2
7
---------------------
3
8
- fix licensing information
Original file line number Diff line number Diff line change @@ -20,22 +20,22 @@ Example with ncurses:
20
20
### python3-firewall >= 0.9.0
21
21
* https://github.com/firewalld/firewalld
22
22
23
- ### SUSE libyui
23
+ ### SUSE libyui >= 4.2.14
24
24
* https://github.com/libyui/libyui
25
25
* Consider to check some not yet approved changes here https://github.com/anaselli/libyui
26
26
27
- ### libyui-mga > 1.1.0 - our widget extension
27
+ ### libyui-mga > 1.2.1 - our widget extension
28
28
* https://github.com/manatools/libyui-mga
29
29
30
- ### SUSE libyui-bindings
30
+ ### SUSE libyui-bindings (included into libyui)
31
31
* https://github.com/libyui/libyui-bindings
32
32
At the moment add patch from anaselli branch to manage new libyui-mga 1.1.0 at
33
33
https://github.com/libyui/libyui-bindings/pull/35
34
34
35
35
### at least one of the SUSE libyui plugins
36
36
* libyui-gtk - https://github.com/libyui/libyui-gtk
37
- * libyui-ncurses - https://github.com/libyui/libyui-ncurses
38
- * libyui-qt - https://github.com/libyui/libyui-qt
37
+ * libyui-ncurses - https://github.com/libyui/libyui
38
+ * libyui-qt - https://github.com/libyui/libyui
39
39
* Consider here also to check some not yet approved changes at
40
40
https://github.com/anaselli/libyui-XXX forks (where XXX is
41
41
gtk, qt or ncurses)
You can’t perform that action at this time.
0 commit comments