Skip to content

Commit

Permalink
bump to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TongkunZhang committed Aug 22, 2022
1 parent b6669ff commit b290c8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion bob.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -59,6 +59,15 @@ ln -sf %{_libdir}/bob/scripts/crtfrmstmf %{buildroot}%{_bindir}/crtfrmstmf
%{_bindir}/crtfrmstmf

%changelog
* Mon Aug 22 2022 Tongkun Zhang <[email protected]> - 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 <[email protected]> - 2.3.9
- Fix no authority to read QADBFDEP when getting PF dependencies
* Wed May 17 2022 Tongkun Zhang <[email protected]> - 2.3.8
Expand Down
2 changes: 1 addition & 1 deletion scripts/makei
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit b290c8f

Please sign in to comment.