summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDennis Herbrich2024-04-04 12:55:45 +0200
committerDennis Herbrich2024-04-04 13:08:06 +0200
commita1d592b1a3a51d800740441e33dc4abf20e95ad1 (patch)
tree7bd89ca6a73288fcd9d5991fc1f5abca46a518f8 /CHANGELOG.md
parent9c023b0e35212d8ba571a9649cacdbaf0d4fc0d9 (diff)
downloadaur-a1d592b1a3a51d800740441e33dc4abf20e95ad1.tar.gz
upgpkg: 1.6.2 of fork
Switch to the latest release of an actively maintained [fork](https://github.com/gameflorist/dunedynasty) of the abandoned, original project. Refactor package build to be more consistent, robust, and clean. Changes: - add dependencies on `alsa-lib`, `enet`, and `libgl` - Suppress format-security errors to compile with default makepkg cflags - Install upstream-provided .desktop file - Prefer GLVND over legacy OpenGL in build if available - Use only cmake calls to configure, build, and install - Refactor sed patterns for doc directory path and sample config mod - Remove somewhat redundant post_upgrade message - Use Common Changelog format for package's changelog - Consistent indentation, quoting, and re-wording of some infotext
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000000..5b1db4e98457
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,37 @@
+# Changelog
+
+## [1.6.2-1] 2024-04-04
+
+Switch to an actively maintained
+[fork](https://github.com/gameflorist/dunedynasty) of the
+abandoned, [original project](https://dunedynasty.sourceforge.net).
+
+### Added
+
+- Add dependencies on `alsa-lib`, `enet`, and `libgl` (Gyroplast)
+- Add preference for GLVND over legacy OpenGL (Gyroplast)
+
+### Changed
+
+- Switch sources to actively maintained fork (Gyroplast)
+- Install upstream-provided .desktop file (Gyroplast)
+
+### Fixed
+
+- Suppress format-security error to compile with default makepkg cflags (Gyroplast)
+
+### Removed
+
+- Remove post-upgrade message (Gyroplast)
+
+## [1.5.7-1] 2014-01-12
+
+Package submitted.
+
+### Added
+
+- Add .desktop file (carstene1ns)
+
+[1.6.2-1]: https://github.com/gameflorist/dunedynasty/releases/tag/v1.6.2
+[1.5.7-1]: https://dunedynasty.sourceforge.net/changes.html#version-1.5.7-2013-08-18
+