Skip to content

Commit

Permalink
bump to 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TongkunZhang committed May 19, 2022
1 parent 94805d6 commit 966b1bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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.8
Version: 2.3.9
Release: 0
License: Apache-2.0
Summary: Better Object Builder for IBM i
Expand Down Expand Up @@ -59,13 +59,16 @@ ln -sf %{_libdir}/bob/scripts/crtfrmstmf %{buildroot}%{_bindir}/crtfrmstmf
%{_bindir}/crtfrmstmf

%changelog
* 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
- Fix terminal color-support by Jesse Gorzinski
* Wed May 09 2022 Tongkun Zhang <[email protected]> - 2.3.7
- Fix UTF-8 handling
* Wed May 09 2022 Tongkun Zhang <[email protected]> - 2.3.6
- New documentation site is availabe at https://ibm.github.io/ibmi-bob/
- Do not generate .ibmi.json when invoking makei cvtsrcpf to avoid misleading
- Do not generate .ibmi.json when invoking makei cvtsrcpf to avoid
misleading as to when target CCSID is required
- Fix the encoding issue(#86) on machines without Utf-8 support
* Wed Apr 21 2022 Tongkun Zhang <[email protected]> - 2.3.5
- Replace all the python3.9 shebang to python3.6
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.8"
__version__ = "2.3.9"


def cli():
Expand Down

0 comments on commit 966b1bd

Please sign in to comment.