summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.CHANGELOG16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 21 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index 7b498941c20e..0925c5b6c482 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,22 @@
Version history
===============
+0.9.44
+------
+
+2022-03-03
+
+Fix a memory-corrupting bug when sending chat messages.
+I introduced this bug in 0.9.43.
+
+Fix #432: Don't resave watched multiplayer replays. The bug was: After the
+replay, we entered the end-of-singleplayer dialog, and this dialog always
+re-saved the watched replay as a new multiplayer replay. Now, we directly
+return to the replay browser. The end-of-singleplayer dialog doesn't appear
+and doesn't save a duplicate.
+
+
+
0.9.43
------
diff --git a/.SRCINFO b/.SRCINFO
index be868b57e825..b0d6c6820c20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.9.43
+ pkgver = 0.9.44
pkgrel = 1
url = http://www.lixgame.com/
changelog = .CHANGELOG
@@ -14,7 +14,7 @@ pkgbase = lix
depends = enet
depends = hicolor-icon-theme
depends = liblphobos
- source = lix-0.9.43.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.9.43.tar.gz
+ source = lix-0.9.44.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.9.44.tar.gz
source = lix-music-1.zip::http://www.lixgame.com/dow/lix-music.zip
source = lix.desktop
source = lix-allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v4.0.4+5.2.0
@@ -28,7 +28,7 @@ pkgbase = lix
source = lix-silly::git+https://gitlab.com/AntonMeep/silly.git#tag=v1.0.2
source = lix-taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v0.11.22
source = lix-unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v0.7.55
- sha512sums = 694876861bbd988b34b9c2f796b05fbeca80e745de97d07d60b05dff8371f3fd4e25be20aa07d5c4e6a6aef5a58a383e66ad181aa1f8f38359a8307a934ff1a1
+ sha512sums = ac4f89b7bfe621216e1e6850529aa3c8abcc6beb8e97ddf7394327626013a83cd9e0ca5fa1d23491e6896450816952b9f725acee66dbcfb6e7bbab5e27285acd
sha512sums = 37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425
sha512sums = 375b1439d9398371a3f58a92bfc0901b86bd89140aae431c7d9405bd2fb36ebcdb22b2686fea72d88b23a4ab94b138b4d742d8fd2965d8ec0542d2f8f64ed0c2
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6dd98d1a58ec..3e1eded2ae6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# shellcheck disable=2034,2154
pkgname=lix
-pkgver=0.9.43
+pkgver=0.9.44
pkgrel=1
changelog=.CHANGELOG
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/SimonN/LixD/archive/v$pkgver.tar.gz")
-sha512sums=('694876861bbd988b34b9c2f796b05fbeca80e745de97d07d60b05dff8371f3fd4e25be20aa07d5c4e6a6aef5a58a383e66ad181aa1f8f38359a8307a934ff1a1')
+sha512sums=('ac4f89b7bfe621216e1e6850529aa3c8abcc6beb8e97ddf7394327626013a83cd9e0ca5fa1d23491e6896450816952b9f725acee66dbcfb6e7bbab5e27285acd')
_gitname=LixD
pkgdesc="An action-puzzle game inspired by Lemmings"