Skip to content

Commit ec84893

Browse files
committed
new 0.0.3 moved to new libyui and libyui-mga
1 parent 086b06c commit ec84893

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if(POLICY CMP0048)
22
cmake_policy(SET CMP0048 NEW)
33
endif(POLICY CMP0048)
44

5-
project(manafirewall VERSION 0.0.2 LANGUAGES NONE)
5+
project(manafirewall VERSION 0.0.3 LANGUAGES NONE)
66
cmake_minimum_required(VERSION 3.4)
77

88
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-01-04 v. 0.0.3
2+
---------------------
3+
- moved to new libyui menubar
4+
- moved to new libyui-mga checkbox table
5+
16
2021-03-13 v. 0.0.2
27
---------------------
38
- fix licensing information

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ Example with ncurses:
2020
### python3-firewall >= 0.9.0
2121
* https://github.com/firewalld/firewalld
2222

23-
### SUSE libyui
23+
### SUSE libyui >= 4.2.14
2424
* https://github.com/libyui/libyui
2525
* Consider to check some not yet approved changes here https://github.com/anaselli/libyui
2626

27-
### libyui-mga > 1.1.0 - our widget extension
27+
### libyui-mga > 1.2.1 - our widget extension
2828
* https://github.com/manatools/libyui-mga
2929

30-
### SUSE libyui-bindings
30+
### SUSE libyui-bindings (included into libyui)
3131
* https://github.com/libyui/libyui-bindings
3232
At the moment add patch from anaselli branch to manage new libyui-mga 1.1.0 at
3333
https://github.com/libyui/libyui-bindings/pull/35
3434

3535
### at least one of the SUSE libyui plugins
3636
* 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
3939
* Consider here also to check some not yet approved changes at
4040
https://github.com/anaselli/libyui-XXX forks (where XXX is
4141
gtk, qt or ncurses)

0 commit comments

Comments
 (0)