diff options
author | Papoteur <papoteur@mageia.org> | 2019-09-10 14:08:49 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-09-10 14:08:49 +0200 |
commit | 52111c67c5e16ee5ae9d4b0ecc0386e55c458da0 (patch) | |
tree | accac4ca49c537453dc9da80438d6c531144f282 | |
parent | e793c44e4b713da678dd3ab5730a1de94562a387 (diff) | |
download | mageiawelcome-52111c67c5e16ee5ae9d4b0ecc0386e55c458da0.tar mageiawelcome-52111c67c5e16ee5ae9d4b0ecc0386e55c458da0.tar.gz mageiawelcome-52111c67c5e16ee5ae9d4b0ecc0386e55c458da0.tar.bz2 mageiawelcome-52111c67c5e16ee5ae9d4b0ecc0386e55c458da0.tar.xz mageiawelcome-52111c67c5e16ee5ae9d4b0ecc0386e55c458da0.zip |
2.012.01
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = mageiawelcome -VERSION = 2.00 +VERSION = 2.01 GITPATH = git://git.mageia.org/software/mageiawelcome TEXT_FILES = Makefile @@ -1,3 +1,8 @@ +2.01 + Fix warning about decode() called on unicode string + Display also arch different from 32 or 64 bits + Update translations + 2.00 Rise scaling factor for screen higher then 190 px/in density (mga#24932) Place repo screen in a Flickable to allow overflowing (mga#24932) |