Skip to content

Commit

Permalink
Specfile and NEWS changes for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickalcock committed Nov 25, 2020
1 parent 340ce31 commit d5efbae
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.SECONDEXPANSION:

PROJECT := dtrace
VERSION := 1.2.1
VERSION := 1.2.2

# Verify supported hardware.

Expand Down
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
1.2.2 (Nov 25th, 2020)
----------------------

Bugfixes:

- Fix problems with programs compiled with -z separate-code and with
recent glibc versions

- Fix overruns in printf code

New features:

- Translator changes for kernels up to 5.6 (covers all released kernels
including 5.9.x)

1.2.1 (Feb 12th, 2019)
----------------------

Expand Down
11 changes: 10 additions & 1 deletion dtrace-utils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ BuildRequires: wireshark
BuildRequires: dtrace-kernel-headers = 1.2.0
%endif
Summary: DTrace user interface.
Version: 1.2.1
Version: 1.2.2
Release: 1%{?dist}
Source: dtrace-utils-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -249,6 +249,15 @@ fi
%{_libdir}/dtrace/testsuite

%changelog
* Wed Nov 25 2020 - <nick.alcock@oracle.com> - 1.2.2-1
- Fix problems with programs compiled with -z separate-code and with recent
glibc versions [Orabug: 29589029]
- Support recent Linux kernels (adapt to kallsyms changes in kernel 5.2,
translator changes for kernels up to 5.6: all later kernels until 5.9 work
fine with these changes) (Eugene Loh, Nick Alcock) [Orabug: 30149066]
- Correct overruns in printf code (David Mc Lean) [Orabug: 30404549]
- Do not require yum [Orabug: 32196194]

* Tue Feb 12 2019 - <nick.alcock@oracle.com> - 1.2.1-1
- Fix bug causing DTrace to fail to terminate if a subprocess grabbed with -c
dies when the pid or usdt providers, ustack() or similar actions are in use
Expand Down

0 comments on commit d5efbae

Please sign in to comment.