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]))