memcached 1.5.21-1 source package in Ubuntu

Changelog

memcached (1.5.21-1) unstable; urgency=medium

  * New upstream release.
    <https://github.com/memcached/memcached/wiki/ReleaseNotes1521>
  * Bump Standards-Version to 4.5.0.
  * Refresh 0004-Don-t-run-some-upstream-tests.patch patch.

 -- Chris Lamb <email address hidden>  Sun, 26 Jan 2020 11:41:26 +0000

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
memcached_1.5.21-1.dsc 1.9 KiB b4c8373acf4e199efa1f10ba1497b2426b23f0fe249ac9ff1e4b23c8f5538e8d
memcached_1.5.21.orig.tar.gz 520.1 KiB e3d10c06db755b220f43d26d3b68d15ebf737a69c7663529b504ab047efe92f4
memcached_1.5.21-1.debian.tar.xz 14.7 KiB f3cc5247b4d670e62a7f00ca0cceffa36ce2071a57f48c8c1c97c99998077b12

Available diffs

No changes file available.

Binary packages built by this source

memcached: High-performance in-memory object caching system

 Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
 a site which was already doing 20 million+ dynamic page views per day for 1
 million users with a bunch of webservers and a bunch of database servers.
 memcached dropped the database load to almost nothing, yielding faster page
 load times for users, better resource utilization, and faster access to the
 databases on a memcache miss.
 .
 memcached optimizes specific high-load serving applications that are designed
 to take advantage of its versatile no-locking memory access system. Clients
 are available in several different programming languages, to suit the needs
 of the specific application. Traditionally this has been used in mod_perl
 apps to avoid storing large chunks of data in Apache memory, and to share
 this burden across several machines.

memcached-dbgsym: debug symbols for memcached