From b290c8fa1a59cb2f95436433849dfc06f2542cc4 Mon Sep 17 00:00:00 2001 From: Tongkun Zhang Date: Mon, 22 Aug 2022 09:03:38 -0400 Subject: [PATCH] bump to v2.4.0 --- bob.spec | 11 ++++++++++- scripts/makei | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/bob.spec b/bob.spec index 6f91dbd..30d3fad 100644 --- a/bob.spec +++ b/bob.spec @@ -1,6 +1,6 @@ %undefine _disable_source_fetch Name: bob -Version: 2.3.10 +Version: 2.4.0 Release: 0 License: Apache-2.0 Summary: Better Object Builder for IBM i @@ -59,6 +59,15 @@ ln -sf %{_libdir}/bob/scripts/crtfrmstmf %{buildroot}%{_bindir}/crtfrmstmf %{_bindir}/crtfrmstmf %changelog +* Mon Aug 22 2022 Tongkun Zhang - 2.4.0 +- Use a larger margin for runsqlstmt +- Simplified Rules.mk syntax +- Allow creating target from the source with a different name +- Add indication for custom recipes +- Fix failed to add multiple preUsrLibl/postUsrLibl +- Fix not enabling the CompatibilityMode on IBM i 7.3 +- Update code for IBM i documentation +- Set make path to QOpenSys * Wed May 19 2022 Tongkun Zhang - 2.3.9 - Fix no authority to read QADBFDEP when getting PF dependencies * Wed May 17 2022 Tongkun Zhang - 2.3.8 diff --git a/scripts/makei b/scripts/makei index 9c7d71a..f881a82 100755 --- a/scripts/makei +++ b/scripts/makei @@ -18,7 +18,7 @@ from makei.build import BuildEnv # nopep8 from makei.utils import Colors, colored, get_compile_targets_from_filenames, run_command # nopep8 -__version__ = "2.3.10" +__version__ = "2.4.0" def cli():