commit lttng-ust for openSUSE:Factory

2020-03-01 Thread root
Hello community,

here is the log from the commit of package lttng-ust for openSUSE:Factory 
checked in at 2020-03-01 21:26:10

Comparing /work/SRC/openSUSE:Factory/lttng-ust (Old)
 and  /work/SRC/openSUSE:Factory/.lttng-ust.new.26092 (New)


Package is "lttng-ust"

Sun Mar  1 21:26:10 2020 rev:7 rq:780207 version:2.11.0

Changes:

--- /work/SRC/openSUSE:Factory/lttng-ust/lttng-ust.changes  2019-09-27 
14:43:42.209505069 +0200
+++ /work/SRC/openSUSE:Factory/.lttng-ust.new.26092/lttng-ust.changes   
2020-03-01 21:26:20.468352583 +0100
@@ -1,0 +2,9 @@
+Wed Feb 26 14:29:32 UTC 2020 - Alexei Sorokin 
+
+- Update to version 2.11.0:
+  * See /usr/share/doc/packages/lttng-ust/ChangeLog
+- Add lttng-ust-2.11.0-fix-no-common.patch: Fix build with
+  -fno-common (commit 21a934df, boo#1160400).
+- Drop support for old openSUSE versions.
+
+---

Old:

  lttng-ust-2.10.5.tar.bz2
  lttng-ust-2.10.5.tar.bz2.asc

New:

  lttng-ust-2.11.0-fix-no-common.patch
  lttng-ust-2.11.0.tar.bz2
  lttng-ust-2.11.0.tar.bz2.asc



Other differences:
--
++ lttng-ust.spec ++
--- /var/tmp/diff_new_pack.onGQO3/_old  2020-03-01 21:26:21.188354046 +0100
+++ /var/tmp/diff_new_pack.onGQO3/_new  2020-03-01 21:26:21.192354054 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lttng-ust
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define sover   0
 %define sover_ctl 4
 Name:   lttng-ust
-Version:2.10.5
+Version:2.11.0
 Release:0
 Summary:Linux Trace Toolkit Userspace Tracer library
 License:GPL-2.0-only
@@ -28,12 +28,15 @@
 Source: https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2
 Source1:
https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
+# PATCH-FIX-UPSTREAM lttng-ust-2.11.0-fix-no-common.patch boo#1160400 
mjean...@gmail.com -- Fix build with -fno-common (commit 21a934df).
+Patch0: %{name}-2.11.0-fix-no-common.patch
 BuildRequires:  gcc-c++
+BuildRequires:  libnuma-devel
 BuildRequires:  liburcu-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  pkgconfig(uuid)
-ExclusiveArch:  %{ix86} x86_64 aarch64 ppc64 ppc64le
+ExclusiveArch:  %ix86 x86_64 aarch64 ppc64 ppc64le
 
 %description
 This library may be used by user space applications to generate
@@ -103,7 +106,7 @@
 applications using LTTng userspace tracing.
 
 %prep
-%setup -q
+%autosetup -p1
 
 # Fix Python shebang.
 sed -i -e "1s|^#!.*$|#!%{_bindir}/python3|" tools/lttng-gen-tp
@@ -116,7 +119,7 @@
   --disable-static\
   --disable-maintainer-mode   \
   --enable-python-agent
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install

++ lttng-ust-2.11.0-fix-no-common.patch ++
--- a/liblttng-ust-ctl/ustctl.c
+++ b/liblttng-ust-ctl/ustctl.c
@@ -77,8 +77,6 @@ extern void lttng_ring_buffer_client_discard_exit(void);
 extern void lttng_ring_buffer_client_discard_rt_exit(void);
 extern void lttng_ring_buffer_metadata_client_exit(void);
 
-volatile enum ust_loglevel ust_loglevel;
-
 int ustctl_release_handle(int sock, int handle)
 {
struct ustcomm_ust_msg lum;
--- a/liblttng-ust-fd/lttng-ust-fd.c
+++ b/liblttng-ust-fd/lttng-ust-fd.c
@@ -28,8 +28,6 @@
 #include 
 #include "usterr-signal-safe.h"
 
-volatile enum ust_loglevel ust_loglevel;
-
 static int (*__lttng_ust_fd_plibc_close)(int fd);
 static int (*__lttng_ust_fd_plibc_fclose)(FILE *stream);
 
++ lttng-ust-2.10.5.tar.bz2 -> lttng-ust-2.11.0.tar.bz2 ++
 7195 lines of diff (skipped)




commit lttng-ust for openSUSE:Factory

2019-09-27 Thread root
Hello community,

here is the log from the commit of package lttng-ust for openSUSE:Factory 
checked in at 2019-09-27 14:43:37

Comparing /work/SRC/openSUSE:Factory/lttng-ust (Old)
 and  /work/SRC/openSUSE:Factory/.lttng-ust.new.2352 (New)


Package is "lttng-ust"

Fri Sep 27 14:43:37 2019 rev:6 rq:732911 version:2.10.5

Changes:

--- /work/SRC/openSUSE:Factory/lttng-ust/lttng-ust.changes  2018-11-26 
10:16:42.325985699 +0100
+++ /work/SRC/openSUSE:Factory/.lttng-ust.new.2352/lttng-ust.changes
2019-09-27 14:43:42.209505069 +0200
@@ -1,0 +2,11 @@
+Tue Sep 24 08:06:00 UTC 2019 - Martin Liška 
+
+- Update to version 2.10.5:
+  * New tracef() instrumentation facility. Excerpt from
+the lttng-ust(3) man page.
+  * Perf PMU counters support from user-space on x86.
+  * Library base address dump is now stable
+(thanks to Mentor for their contribution).
+  * fixes boo#1149704.
+
+---

Old:

  lttng-ust-2.10.2.tar.bz2
  lttng-ust-2.10.2.tar.bz2.asc

New:

  lttng-ust-2.10.5.tar.bz2
  lttng-ust-2.10.5.tar.bz2.asc



Other differences:
--
++ lttng-ust.spec ++
--- /var/tmp/diff_new_pack.yeEWd9/_old  2019-09-27 14:43:42.697503800 +0200
+++ /var/tmp/diff_new_pack.yeEWd9/_new  2019-09-27 14:43:42.701503790 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lttng-ust
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define sover   0
 %define sover_ctl 4
 Name:   lttng-ust
-Version:2.10.2
+Version:2.10.5
 Release:0
 Summary:Linux Trace Toolkit Userspace Tracer library
 License:GPL-2.0-only

++ lttng-ust-2.10.2.tar.bz2 -> lttng-ust-2.10.5.tar.bz2 ++
 21026 lines of diff (skipped)




commit lttng-ust for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package lttng-ust for openSUSE:Factory 
checked in at 2018-11-26 10:16:39

Comparing /work/SRC/openSUSE:Factory/lttng-ust (Old)
 and  /work/SRC/openSUSE:Factory/.lttng-ust.new.19453 (New)


Package is "lttng-ust"

Mon Nov 26 10:16:39 2018 rev:5 rq:649121 version:2.10.2

Changes:

--- /work/SRC/openSUSE:Factory/lttng-ust/lttng-ust.changes  2018-04-17 
11:10:26.746310286 +0200
+++ /work/SRC/openSUSE:Factory/.lttng-ust.new.19453/lttng-ust.changes   
2018-11-26 10:16:42.325985699 +0100
@@ -1,0 +2,19 @@
+Wed Nov 14 12:28:56 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 2.10.2:
+  * Fix: Add liblttng-ust dependency to liblttng-ust-fd.
+  * Fix: Use LIBDL/LIBC_DL to select either libdl or libc.
+  * Fix: AM_CONDITIONAL should be outside AS_IF block.
+  * Fix: Build jni libs with openjdk >= 10.
+  * Fix: ustfork: Save and restore errno in syscall wrappers.
+  * Fix: Cache the result of getpid() internally.
+  * Fix: Reset cached vpid context on fork.
+  * Fix: String comparison on incorrect length in context provider.
+  * Fix: Remove for() loop initial declarations.
+  * Use ust_lock during sock_info operations for atomicity against
+fork.
+  * Force tracked fd to be bigger than STDERR_FILENO.
+- Remove lttng-ust-copying.patch and add the licence file through
+  the %license tag on the library package.
+
+---

Old:

  lttng-ust-2.10.1.tar.bz2
  lttng-ust-2.10.1.tar.bz2.asc
  lttng-ust-copying.patch

New:

  lttng-ust-2.10.2.tar.bz2
  lttng-ust-2.10.2.tar.bz2.asc



Other differences:
--
++ lttng-ust.spec ++
--- /var/tmp/diff_new_pack.fGPzWf/_old  2018-11-26 10:16:42.793985152 +0100
+++ /var/tmp/diff_new_pack.fGPzWf/_new  2018-11-26 10:16:42.797985147 +0100
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define sover   0
 %define sover_ctl 4
 Name:   lttng-ust
-Version:2.10.1
+Version:2.10.2
 Release:0
 Summary:Linux Trace Toolkit Userspace Tracer library
 License:GPL-2.0-only
@@ -28,8 +28,6 @@
 Source: https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2
 Source1:
https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
-# PATCH-FIX-OPENSUSE lttng-ust-copying.patch
-Patch0: lttng-ust-copying.patch
 BuildRequires:  gcc-c++
 BuildRequires:  liburcu-devel
 BuildRequires:  pkgconfig
@@ -106,7 +104,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 # Fix Python shebang.
 sed -i -e "1s|^#!.*$|#!%{_bindir}/python3|" tools/lttng-gen-tp
@@ -124,7 +121,6 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-rm -rf %{buildroot}/tmp/lttng-ust-divert
 
 %post -n liblttng-ust%{sover} -p /sbin/ldconfig
 
@@ -139,6 +135,7 @@
 %postun -n liblttng-ust-python-agent%{sover} -p /sbin/ldconfig
 
 %files -n liblttng-ust%{sover}
+%license COPYING
 %{_libdir}/liblttng-ust.so.%{sover}*
 %{_libdir}/liblttng-ust-cyg-profile*.so.%{sover}*
 %{_libdir}/liblttng-ust-dl.so.%{sover}*

++ lttng-ust-2.10.1.tar.bz2 -> lttng-ust-2.10.2.tar.bz2 ++
 20256 lines of diff (skipped)




commit lttng-ust for openSUSE:Factory

2018-04-17 Thread root
Hello community,

here is the log from the commit of package lttng-ust for openSUSE:Factory 
checked in at 2018-04-17 11:10:22

Comparing /work/SRC/openSUSE:Factory/lttng-ust (Old)
 and  /work/SRC/openSUSE:Factory/.lttng-ust.new (New)


Package is "lttng-ust"

Tue Apr 17 11:10:22 2018 rev:4 rq:594954 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/lttng-ust/lttng-ust.changes  2018-01-21 
15:47:55.504860897 +0100
+++ /work/SRC/openSUSE:Factory/.lttng-ust.new/lttng-ust.changes 2018-04-17 
11:10:26.746310286 +0200
@@ -1,0 +2,6 @@
+Sun Apr  8 15:47:49 UTC 2018 - sor.ale...@meowr.ru
+
+- Build the Python agent and add new subpackages: python3-lttngust
+  and liblttng-ust-python-agent0.
+
+---



Other differences:
--
++ lttng-ust.spec ++
--- /var/tmp/diff_new_pack.gAvvHX/_old  2018-04-17 11:10:27.406279323 +0200
+++ /var/tmp/diff_new_pack.gAvvHX/_new  2018-04-17 11:10:27.410279135 +0200
@@ -22,9 +22,9 @@
 Version:2.10.1
 Release:0
 Summary:Linux Trace Toolkit Userspace Tracer library
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Development/Languages/C and C++
-Url:https://lttng.org/
+URL:https://lttng.org/
 Source: https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2
 Source1:
https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
@@ -33,6 +33,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  liburcu-devel
 BuildRequires:  pkgconfig
+BuildRequires:  python3
 BuildRequires:  pkgconfig(uuid)
 ExclusiveArch:  %{ix86} x86_64 aarch64 ppc64 ppc64le
 
@@ -56,11 +57,31 @@
 This library may be used by user space applications to generate
 tracepoints within the kernel LTT subsystem.
 
+%package -n liblttng-ust-python-agent%{sover}
+Summary:Linux Trace Toolkit Userspace Tracer Python agent library
+Group:  System/Libraries
+
+%description -n liblttng-ust-python-agent%{sover}
+This library may be used by user space applications to generate
+tracepoints within the kernel LTT subsystem.
+
+%package -n python3-lttngust
+Summary:Linux Trace Toolkit Userspace Tracer Python 3 agent
+Group:  Development/Languages/Python
+Requires:   liblttng-ust-python-agent%{sover} = %{version}
+
+%description -n python3-lttngust
+This library may be used by user space applications to generate
+tracepoints within the kernel LTT subsystem.
+
+This package provides the LLTng-UST Python 3 agent.
+
 %package -n %{name}-devel
 Summary:Linux Trace Toolkit Userspace Tracer library
 Group:  Development/Languages/C and C++
 Requires:   liblttng-ust%{sover} = %{version}
 Requires:   liblttng-ust-ctl%{sover_ctl} = %{version}
+Requires:   liblttng-ust-python-agent%{sover} = %{version}
 # lttng-ust was last used in openSUSE Leap 42.3.
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
@@ -74,6 +95,7 @@
 Group:  Documentation/Other
 Requires:   liblttng-ust%{sover} = %{version}
 Requires:   liblttng-ust-ctl%{sover_ctl} = %{version}
+Requires:   liblttng-ust-python-agent%{sover} = %{version}
 # lttng-ust-docs was last used in openSUSE Leap 42.3.
 Provides:   %{name}-docs = %{version}
 Obsoletes:  %{name}-docs < %{version}
@@ -86,16 +108,18 @@
 %setup -q
 %patch0 -p1
 
-# Fix env shebang
+# Fix Python shebang.
 sed -i -e "1s|^#!.*$|#!%{_bindir}/python3|" tools/lttng-gen-tp
 
 %build
+export PYTHON=python3
 %configure \
   --disable-silent-rules \
   --docdir=%{_docdir}/%{name} \
   --disable-static\
-  --disable-maintainer-mode
-make %{?_smp_mflags}
+  --disable-maintainer-mode   \
+  --enable-python-agent
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
@@ -103,10 +127,17 @@
 rm -rf %{buildroot}/tmp/lttng-ust-divert
 
 %post -n liblttng-ust%{sover} -p /sbin/ldconfig
+
 %postun -nliblttng-ust%{sover} -p /sbin/ldconfig
+
 %post -n liblttng-ust-ctl%{sover_ctl} -p /sbin/ldconfig
+
 %postun -nliblttng-ust-ctl%{sover_ctl} -p /sbin/ldconfig
 
+%post -n liblttng-ust-python-agent%{sover} -p /sbin/ldconfig
+
+%postun -n liblttng-ust-python-agent%{sover} -p /sbin/ldconfig
+
 %files -n liblttng-ust%{sover}
 %{_libdir}/liblttng-ust.so.%{sover}*
 %{_libdir}/liblttng-ust-cyg-profile*.so.%{sover}*
@@ -120,6 +151,13 @@
 %files -n liblttng-ust-ctl%{sover_ctl}
 %{_libdir}/liblttng-ust-ctl.so.%{sover_ctl}*
 
+%files -n liblttng-ust-python-agent%{sover}
+%{_libdir}/liblttng-ust-python-agent.so.%{sover}*
+
+%files -n python3-lttngust
+%{python3_sitelib}/lttngust/
+%{python3_sitelib}/lttngust-*
+
 %files -n %{name}-devel
 %{_includedir}/lttng/
 %{_bindir}/lttng-gen-tp





commit lttng-ust for openSUSE:Factory

2018-01-21 Thread root
Hello community,

here is the log from the commit of package lttng-ust for openSUSE:Factory 
checked in at 2018-01-21 15:47:54

Comparing /work/SRC/openSUSE:Factory/lttng-ust (Old)
 and  /work/SRC/openSUSE:Factory/.lttng-ust.new (New)


Package is "lttng-ust"

Sun Jan 21 15:47:54 2018 rev:3 rq:567670 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/lttng-ust/lttng-ust.changes  2018-01-02 
16:33:03.395113664 +0100
+++ /work/SRC/openSUSE:Factory/.lttng-ust.new/lttng-ust.changes 2018-01-21 
15:47:55.504860897 +0100
@@ -1,0 +2,8 @@
+Fri Jan 19 11:50:18 UTC 2018 - tchva...@suse.com
+
+- Format with spec-cleaner
+- Drop tex/asciidoc/xmlto dependencies as the manpages are already
+  generated in the tarball so we produce the same result and this
+  way we are not pulling in python2
+
+---



Other differences:
--
++ lttng-ust.spec ++
--- /var/tmp/diff_new_pack.ljF8lM/_old  2018-01-21 15:47:56.164829929 +0100
+++ /var/tmp/diff_new_pack.ljF8lM/_new  2018-01-21 15:47:56.164829929 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lttng-ust
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,15 +30,11 @@
 Source2:%{name}.keyring
 # PATCH-FIX-OPENSUSE lttng-ust-copying.patch
 Patch0: lttng-ust-copying.patch
-BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  liburcu-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python
-BuildRequires:  texinfo
-BuildRequires:  xmlto
 BuildRequires:  pkgconfig(uuid)
-ExclusiveArch:  %ix86 x86_64 aarch64 ppc64 ppc64le
+ExclusiveArch:  %{ix86} x86_64 aarch64 ppc64 ppc64le
 
 %description
 This library may be used by user space applications to generate
@@ -90,12 +86,16 @@
 %setup -q
 %patch0 -p1
 
+# Fix env shebang
+sed -i -e "1s|^#!.*$|#!%{_bindir}/python3|" tools/lttng-gen-tp
+
 %build
 %configure \
+  --disable-silent-rules \
   --docdir=%{_docdir}/%{name} \
   --disable-static\
   --disable-maintainer-mode
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -103,11 +103,8 @@
 rm -rf %{buildroot}/tmp/lttng-ust-divert
 
 %post -n liblttng-ust%{sover} -p /sbin/ldconfig
-
 %postun -nliblttng-ust%{sover} -p /sbin/ldconfig
-
 %post -n liblttng-ust-ctl%{sover_ctl} -p /sbin/ldconfig
-
 %postun -nliblttng-ust-ctl%{sover_ctl} -p /sbin/ldconfig
 
 %files -n liblttng-ust%{sover}





commit lttng-ust for openSUSE:Factory

2018-01-02 Thread root
Hello community,

here is the log from the commit of package lttng-ust for openSUSE:Factory 
checked in at 2018-01-02 16:33:00

Comparing /work/SRC/openSUSE:Factory/lttng-ust (Old)
 and  /work/SRC/openSUSE:Factory/.lttng-ust.new (New)


Package is "lttng-ust"

Tue Jan  2 16:33:00 2018 rev:2 rq:560605 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/lttng-ust/lttng-ust.changes  2017-09-27 
16:54:22.355343769 +0200
+++ /work/SRC/openSUSE:Factory/.lttng-ust.new/lttng-ust.changes 2018-01-02 
16:33:03.395113664 +0100
@@ -1,0 +2,14 @@
+Fri Dec 29 18:52:22 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 2.10.1:
+  * Fix: Specify SONAME in python-lttngust's LoadLibrary.
+  * Fix: Ensure the fd tracker is initialised when called from
+constructors.
+  * Fix: fd of an elf object must be registered to the fd tracker.
+  * Fix: liblttng-ust-fd.so: Override the fclose symbol.
+  * Fix: lttng-gen-tp: Only replace the file extension.
+  * Fix: Move fsync after ftruncate.
+  * Fix: Synch buffer file metadata on buffer allocation.
+- Drop baselibs.conf.
+
+---

Old:

  baselibs.conf
  lttng-ust-2.10.0.tar.bz2
  lttng-ust-2.10.0.tar.bz2.asc

New:

  lttng-ust-2.10.1.tar.bz2
  lttng-ust-2.10.1.tar.bz2.asc



Other differences:
--
++ lttng-ust.spec ++
--- /var/tmp/diff_new_pack.CNOyid/_old  2018-01-02 16:33:04.166856312 +0100
+++ /var/tmp/diff_new_pack.CNOyid/_new  2018-01-02 16:33:04.166856312 +0100
@@ -19,7 +19,7 @@
 %define sover   0
 %define sover_ctl 4
 Name:   lttng-ust
-Version:2.10.0
+Version:2.10.1
 Release:0
 Summary:Linux Trace Toolkit Userspace Tracer library
 License:GPL-2.0
@@ -28,7 +28,6 @@
 Source: https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2
 Source1:
https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
-Source3:baselibs.conf
 # PATCH-FIX-OPENSUSE lttng-ust-copying.patch
 Patch0: lttng-ust-copying.patch
 BuildRequires:  asciidoc

++ lttng-ust-2.10.0.tar.bz2 -> lttng-ust-2.10.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lttng-ust-2.10.0/ChangeLog 
new/lttng-ust-2.10.1/ChangeLog
--- old/lttng-ust-2.10.0/ChangeLog  2017-08-01 21:07:00.0 +0200
+++ new/lttng-ust-2.10.1/ChangeLog  2017-11-30 15:57:50.0 +0100
@@ -1,3 +1,12 @@
+2017-11-30 (National Mason Jar Day) lttng-ust 2.10.1
+   * Fix: specify SONAME in python-lttngust LoadLibrary
+   * Fix: ensure fd tracker is initialized when called from constructors
+   * Fix: fd of an elf object must be registered to the fd tracker
+   * Fix: liblttng-ust-fd.so: override fclose symbol
+   * Fix: lttng-gen-tp: only replace file extension
+   * Fix: move fsync after ftruncate
+   * Fix: sync buffer file metadata on buffer allocation
+
 2017-08-01 (World Wide Web Day) lttng-ust 2.10.0
* lttng-ust(3): reword and fix style of `LTTNG_UST_ALLOW_BLOCKING` 
variable
* lttng-ust(3): specify "If set" instead of "if set to 1" for some 
variables
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lttng-ust-2.10.0/configure 
new/lttng-ust-2.10.1/configure
--- old/lttng-ust-2.10.0/configure  2017-08-01 21:16:49.0 +0200
+++ new/lttng-ust-2.10.1/configure  2017-11-30 15:58:25.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for lttng-ust 2.10.0.
+# Generated by GNU Autoconf 2.69 for lttng-ust 2.10.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='lttng-ust'
 PACKAGE_TARNAME='lttng-ust'
-PACKAGE_VERSION='2.10.0'
-PACKAGE_STRING='lttng-ust 2.10.0'
+PACKAGE_VERSION='2.10.1'
+PACKAGE_STRING='lttng-ust 2.10.1'
 PACKAGE_BUGREPORT='mathieu dot desnoyers at efficios dot com'
 PACKAGE_URL='https://lttng.org'
 
@@ -1421,7 +1421,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures lttng-ust 2.10.0 to adapt to many kinds of systems.
+\`configure' configures lttng-ust 2.10.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1493,7 +1493,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of lttng-ust 2.10.0:";;
+ short | recursive ) echo "Configuration of lttng-ust 2.10.1:";;
esac
   cat <<\_ACEOF
 
@@ -1651,7 +1651,7 @@
 test -n "$ac_init_help" && exit