From bbff8285a6f5ab4fe0c82546cbf3c7fe42cd044c Mon Sep 17 00:00:00 2001 From: MyName Date: Tue, 6 Aug 2024 19:09:30 +0300 Subject: [PATCH] v1.10.3 --- CHANGES | 14 ++++++++++++++ configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 2032f43add2..a5b91e374ad 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +1oom-v1.10.3 +------------ + +This release is a general cleanup and improvement to the +game_update_eco_on_waste code: + +- The old implementation of waste_adjust_fix has been replaced +with a simpler and clearer one, based on the original code +- Added slider_respects_locks rule, which prevents the functions +above from changing locked sliders + +The changes above are in preparation for the introduction of +more extensive game controls. Bug reports are welcome. + 1oom-v1.10.2 ------------ diff --git a/configure.ac b/configure.ac index 45b40504dc5..d39f1785159 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([1oom], [1.10.2]) -VERSION_1OOM=v1.10.2 +AC_INIT([1oom], [1.10.3]) +VERSION_1OOM=v1.10.3 AC_ARG_ENABLE(static, AS_HELP_STRING([--enable-static], [enable static builds])) AC_ARG_ENABLE(modebug, AS_HELP_STRING([--enable-modebug], [add debugging options]))