Change logs for jemalloc source package in Disco

  • jemalloc (5.1.0-3) unstable; urgency=medium
    
      * Build with -pthread instead of -lpthread, hopefully really fixing the
        FTBFS on riscv64 this time. (Closes: #892295)
      * Backport an upstream patch that more lazily initializes the libgcc unwind
        initialization, and thus avoid the kind of deadlocks we've been seeing
        with fakechroot. See #918742 or upstream #1438 for more context.
      * Ship /usr/bin/jeprof in libjemalloc-dev, and ship a manpage for it out of
        debian/.
      * Set myself as the Maintainer. Thanks to Stig for all of his past efforts!
    
     -- Faidon Liambotis <email address hidden>  Sat, 23 Feb 2019 13:52:18 +0200
  • jemalloc (5.1.0-2) unstable; urgency=medium
    
      * Upload to unstable.
      * Bump debhelper compatibility level to 11.
      * Bump Standards-Version to 4.3.0, no changes needed.
      * Update debian/copyright:
        - Include years 2018 and 2019.
        - Use https to point to debian.org.
      * Add Build-Depends-Package to libjemalloc2.symbols.
      * autopkgtest: remove embedded code copy of sharness. (Closes: #843926)
    
     -- Faidon Liambotis <email address hidden>  Mon, 07 Jan 2019 20:56:52 +0200
  • jemalloc (5.1.0-1) experimental; urgency=medium
    
      * New upstream release.
        - Drop GNU/kFreeBSD support patch, merged upstream.
        - Drop m68k, nios2 and SH3 support patch, merged upstream.
        - Fixes a number of portability bugs in non-x86 architectures. See
          upstream bugs #734, 761, #979, #985, #999 for more information about
          these.
        - Adds support for the 64-bit RISC-V architecture (Closes: #892295)
      * Fix FTBFS on 32-bit architectures by adjusting the symbols file for
        symbols that used std::size_t which varies per architecture.
        (Closes: #877261)
      * Build with a 64K page size on all architectures except x86, to avoid
        having to maintain a whitelist of newer architectures.
      * Set the hugepage size statically to 2MB, thus bypassing a build-time check
        against the build machine's /proc/meminfo.
      * Add support for multi-arch to libjemalloc2 (Multi-Arch: same).
      * Update Vcs-* URLs to point to salsa.debian.org.
      * Bump Standards-Version to 4.1.4, no changes needed.
      * Drop Testsuite field from debian/control, unnecessary nowadays.
    
     -- Faidon Liambotis <email address hidden>  Sun, 27 May 2018 00:36:03 +0300