Skip to content

Commit 2a2999d

Browse files
committed
1.2.0
1 parent e86cbfd commit 2a2999d

File tree

6 files changed

+8
-145
lines changed

6 files changed

+8
-145
lines changed

Diff for: ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
-------------------------------------------------------------------
2+
Sun Jul 11 16:09:45 CEST 2021 - [email protected]
3+
- New YMGA_CBTable implementation
4+
- built against new libyui tree.
5+
- 1.2.0
6+
7+
-------------------------------------------------------------------
18
Mon Jun 29 19:19:01 CEST 2020 - [email protected]
29
- Added menubar and new menu items implementation
310
- 1.1.0

Diff for: Makefile.cvs

-23
This file was deleted.

Diff for: VERSION.cmake

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
SET(VERSION_MAJOR "1")
2-
SET(VERSION_MINOR "1")
2+
SET(VERSION_MINOR "2")
33
SET(VERSION_PATCH "0")
44
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
55

6-
##### This is need for the libyui core, ONLY.
7-
##### These will be overridden from exports in LibyuiConfig.cmake
8-
SET( SONAME_MAJOR "0" )
9-
SET( SONAME_MINOR "0" )
10-
SET( SONAME_PATCH "0" )
11-
SET( SONAME "${SONAME_MAJOR}.${SONAME_MINOR}.${SONAME_PATCH}" )

Diff for: bootstrap.sh

-26
This file was deleted.

Diff for: libyui-mga-qt.spec

-89
This file was deleted.

Diff for: libyui-mga-qt.spec.in

Whitespace-only changes.

0 commit comments

Comments
 (0)