]> sourceware.org Git - systemtap.git/commitdiff
prerelease: PRERELEASE source bumps
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 11 Jun 2020 14:26:16 +0000 (10:26 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 11 Jun 2020 14:26:16 +0000 (10:26 -0400)
NEWS
session.cxx
stapbpf/stapbpf.cxx
stapdyn/stapdyn.cxx
staprun/common.c
systemtap.spec

diff --git a/NEWS b/NEWS
index 4413b0ec2e01cc4469dc41d0fce165f763ee7f95..49baa065e05c28ec954e3f13e70fd47b77c52f7b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* What's new in version 4.3, PRERELEASE
+* What's new in version 4.3, 2020-06-11
 
 - tapset functions for reading CPU registers and primitives involved with the
   process memory maps work in 'probe process.begin'.
index 460b1209b78212c18b22ec24d32cc5788f01b44e..b825e2dd693ff703958717575b820053198ca4c3 100644 (file)
@@ -491,7 +491,7 @@ void
 systemtap_session::version ()
 {
   cout << _F("Systemtap translator/driver (version %s)\n"
-             "Copyright (C) 2005-2019 Red Hat, Inc. and others\n"   // PRERELEASE
+             "Copyright (C) 2005-2020 Red Hat, Inc. and others\n"   // PRERELEASE
              "This is free software; see the source for copying conditions.\n",
              version_string().c_str());
   cout << _F("tested kernel versions: %s ... %s\n", "2.6.32", "5.7.0");   // PRERELEASE
index 49b7bb6df5827acc42eea530b1f9e7f18e5bd25b..07f15a4ee76a23c121d379317c4471cb90332417 100644 (file)
@@ -2115,7 +2115,7 @@ main(int argc, char **argv)
 
       case 'V':
         printf("Systemtap BPF loader/runner (version %s, %s)\n"
-              "Copyright (C) 2016-2019 Red Hat, Inc. and others\n" // PRERELEASE
+              "Copyright (C) 2016-2020 Red Hat, Inc. and others\n" // PRERELEASE
                "This is free software; "
               "see the source for copying conditions.\n",
               VERSION, STAP_EXTENDED_VERSION);
index ba2b24d7cd8b7d8aa3d9e83861ce78f9538473db..38ef7c440dc32685bc60c21921f0937c82db6fa1 100644 (file)
@@ -100,7 +100,7 @@ main(int argc, char * const argv[])
 
         case 'V':
           printf("Systemtap Dyninst loader/runner (version %s/%s, %s)\n"
-                 "Copyright (C) 2012-2019 Red Hat, Inc. and others\n"  // PRERELEASE
+                 "Copyright (C) 2012-2020 Red Hat, Inc. and others\n"  // PRERELEASE
                  "This is free software; see the source for copying conditions.\n",
                  VERSION, DYNINST_FULL_VERSION, STAP_EXTENDED_VERSION);
           return 0;
index bf6be10bfeaf0f64b688f94da7ec1dc6d1b56551..6a603cd2be5fc77f23fdd8ed1729eecee9943526 100644 (file)
@@ -234,7 +234,7 @@ void parse_args(int argc, char **argv)
                case 'V':
                         /* PRERELEASE */
                         printf(_("Systemtap module loader/runner (version %s, %s)\n"
-                              "Copyright (C) 2005-2019 Red Hat, Inc. and others\n"
+                              "Copyright (C) 2005-2020 Red Hat, Inc. and others\n"
                               "This is free software; see the source for copying conditions.\n"),
                             VERSION, STAP_EXTENDED_VERSION);
                         _exit(0);
index 807d8183d674c50d5874fd18f75549e5aba31ae4..a9492f0c57b31a2d59a8f7d8b9178d0b17acd403 100644 (file)
@@ -1226,6 +1226,9 @@ done
 
 # PRERELEASE
 %changelog
+* Thu Jun 11 2020 Frank Ch. Eigler <fche@redhat.com> - 4.3-1
+- Upstream release.
+
 * Mon Nov 18 2019 Sagar Patel <sapatel@redhat.com> - 4.2-1
 - Upstream release.
 
This page took 0.036185 seconds and 5 git commands to generate.