Change logs for jemalloc source package in Experimental

  • jemalloc (5.3.0-1~exp1) experimental; urgency=medium
    
      * New upstream release.
        - Drop upstream backport patches:
          + use-SYS_openat-when-available
          + ARC-add-Minimum-allocation-alignment
          + Prefer-getaffinity-to-detect-number-of-CPUs
        - Add new C++17 symbols for over-aligned allocation symbols.
    
     -- Faidon Liambotis <email address hidden>  Fri, 30 Dec 2022 13:29:23 +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
  • jemalloc (5.0.1-1) experimental; urgency=medium
    
      * New upstream release. (Closes: #809239)
        - Rename to libjemalloc2 to account for upstream's ABI/SONAME bump.
        - Update debian/copyright.
        - Drop patch disable-HAVE_SSE2, was a backport
        - Update GNU/kFreeBSD support patch.
      * Build with a 64k page size on arm64, mips, mips64el, mipsel, powerpc,
        ppc64 and ppc64el. (Closes: #843926)
      * Move the m68k, nios2 and SH3 architecture support from debian/rules to
        debian/patches and forward it upstream.
      * Drop the attempts at Hurd support. They haven't worked, more issues were
        introduced with 5.0.1 and, in general, it's debatable whether it's worth
        building a memory allocator optimized for multiprocessing on an
        architecture that doesn't support SMP is of any value.
      * Cleanup debian/rules from old compiler flags and other artifacts.
      * Bump Standards-Version to 4.0.1.
      * Ship pkg-config file in libjemalloc-dev.
    
     -- Faidon Liambotis <email address hidden>  Sat, 12 Aug 2017 00:57:08 +0300