Skip to content

Commit

Permalink
new 0.0.3 moved to new libyui and libyui-mga
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli committed Jan 4, 2022
1 parent 086b06c commit ec84893
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if(POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif(POLICY CMP0048)

project(manafirewall VERSION 0.0.2 LANGUAGES NONE)
project(manafirewall VERSION 0.0.3 LANGUAGES NONE)
cmake_minimum_required(VERSION 3.4)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
Expand Down
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2022-01-04 v. 0.0.3
---------------------
- moved to new libyui menubar
- moved to new libyui-mga checkbox table

2021-03-13 v. 0.0.2
---------------------
- fix licensing information
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ Example with ncurses:
### python3-firewall >= 0.9.0
* https://github.com/firewalld/firewalld

### SUSE libyui
### SUSE libyui >= 4.2.14
* https://github.com/libyui/libyui
* Consider to check some not yet approved changes here https://github.com/anaselli/libyui

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

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

### at least one of the SUSE libyui plugins
* libyui-gtk - https://github.com/libyui/libyui-gtk
* libyui-ncurses - https://github.com/libyui/libyui-ncurses
* libyui-qt - https://github.com/libyui/libyui-qt
* libyui-ncurses - https://github.com/libyui/libyui
* libyui-qt - https://github.com/libyui/libyui
* Consider here also to check some not yet approved changes at
https://github.com/anaselli/libyui-XXX forks (where XXX is
gtk, qt or ncurses)
Expand Down

0 comments on commit ec84893

Please sign in to comment.