2009
varnish (2.0.5-1) unstable; urgency=low
* New upstream release * Add README.source with information about quilt * Convert to source format 3.0 (quilt) * Add patch for vcl(7) * Remove patch for varnishd(1)
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 09 Nov 2009 11:52:34 +0000
varnish (2.0.4-5) unstable; urgency=low
* Add s390 to list of architectures not using jemalloc
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 27 Jul 2009 21:49:42 +0000
varnish (2.0.4-4) unstable; urgency=low
* Remove s390 jemalloc patch * Add patch for varnishd(1)
-- Stig Sandbeck Mathisen <ssm@debian.org> Fri, 24 Jul 2009 13:02:38 +0000
varnish (2.0.4-3) unstable; urgency=low
* Actually check for s390 in the jemalloc patch.
-- Stig Sandbeck Mathisen <ssm@debian.org> Tue, 21 Jul 2009 20:29:29 +0000
varnish (2.0.4-2) unstable; urgency=low
* Change Vcs-Browser and Vcs-Svn to reflect the packaging move to
alioth
* Add support for VCL reload via /etc/init.d/varnishd reload
* Added a symbols file for libvarnish1
* Add patch from Ingvar Hagelund to define *_2POW on s390, we should then be
able to use jemalloc
* Add build dependency on quilt
-- Stig Sandbeck Mathisen <ssm@debian.org> Wed, 10 Jun 2009 17:11:03 +0000
varnish (2.0.4-1) unstable; urgency=low
* New upstream version
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 27 Apr 2009 08:12:28 +0000
varnish (2.0.3-2) UNRELEASED; urgency=low
* Add /usr/lib/pkgconfig/varnishapi.pc to the libvarnish-dev package
-- Stig Sandbeck Mathisen <ssm@debian.org> Thu, 19 Feb 2009 07:22:14 +0100
varnish (2.0.3-1) unstable; urgency=low
* New upstream version
-- Stig Sandbeck Mathisen <ssm@debian.org> Wed, 18 Feb 2009 09:04:17 +0000
2008
varnish (2.0.2-1) unstable; urgency=low
* New upstream version
* Change defaults to use configuration file /etc/varnish/default.vcl
when starting varnishd
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 17 Nov 2008 07:31:05 +0100
varnish (2.0.1-2) unstable; urgency=low
[ Kees Cook ]
* debian/rules: disable jemalloc on architectures that lack *_2POW
definitions (Closes: #503381).
[ Stig Sandbeck Mathisen ]
* Add a man page for varnishtest
* Disable jemalloc on m64k as well
-- Stig Sandbeck Mathisen <ssm@debian.org> Thu, 30 Oct 2008 08:00:56 +0100
varnish (2.0.1-1) unstable; urgency=low
* New upstream version * Fix synopsis on binary packages (Closes: #502118)
-- Stig Sandbeck Mathisen <ssm@debian.org> Fri, 17 Oct 2008 21:03:16 +0200
varnish (2.0-1) unstable; urgency=low
* New upstream version * Add varnishncsa init script, defaults and log rotation (Closes: #501454) * Add dependency on libc6.1-dev (Closes: #481067)
-- Stig Sandbeck Mathisen <ssm@debian.org> Thu, 16 Oct 2008 14:04:42 +0200
varnish (2.0~rc1-1) unstable; urgency=low
* New upstream version * Fix syntax error in varnishlog init script
-- Stig Sandbeck Mathisen <ssm@debian.org> Wed, 08 Oct 2008 13:45:40 +0200
varnish (2.0~beta1-1) UNRELEASED; urgency=low
[ Stig Sandbeck Mathisen ]
* New upstream release
[ Tollef Fog Heen ]
* Fix up clean rule so as to work correctly on fresh sources too.
* Fix up Makefile.am to get rid of files we don't ship.
* Fix XSIsm in debian/varnish.varnishlog.init (-o in a test).
* Rename libvarnish0-dev to libvarnish-dev again, bump soname to
libvarnish1.
-- Stig Sandbeck Mathisen <ssm@debian.org> Mon, 01 Sep 2008 09:05:44 +0000
varnish (1.2-0) unstable; urgency=low
[ Stig Sandbeck Mathisen ]
* New upstream release.
* Check if varnishlog is running before attempting reload from
logrotate postscript. (Closes: #462029)
[ Fabio Tranchitella ]
* debian/varnish.dirs: removed unused lintian overrides dir.
* debian/rules: backup and restore of config.sub and config.guess to not
include them into the diff.gz in case of multiple builds from the same
working directory.
[ Tollef Fog Heen ]
* Remove TODO from Makefile.am to make make dist happier.
* Run make distclean if Makefile exists.
-- Tollef Fog Heen <tfheen@ubuntu.com> Mon, 23 Jun 2008 16:04:38 +0200
2007
varnish (1.1.2) unstable; urgency=low
* New upstream release * Renamed library and development packages to reflect sonames
-- Stig Sandbeck Mathisen <ssm@fnord.no> Wed, 12 Sep 2007 16:05:22 +0200
varnish (1.1.1-1) unstable; urgency=low
[Lars Bahner]
* New upstream release
* User and Group id added to default DAEMON_OPTS
* Added user and group creation to postinst
* Added missing man pages
[Stig Sandbeck Mathisen]
* Set statedir to /var/lib
* Removed -n switch from varnish defaults file and varnishlog init script.
Use the default instance name instead.
-- Stig Sandbeck Mathisen <ssm@linpro.no> Tue, 04 Sep 2007 12:27:09 +0200
varnish (1.1-1) unstable; urgency=low
* New upstream release * Split package into varnish, libvarnish and libvarnish-dev
-- Stig Sandbeck Mathisen <ssm@linpro.no> Fri, 20 Jul 2007 14:37:36 +0200
varnish (1.0.4-1) unstable; urgency=low
* New upstream version (Closes: #424560) * Use the upstream default configuration file, renamed to default.vcl. Default template in /etc/default/varnish does not use this, but a commented-out alternative does. * Changed init script. Use lsb init library functions, move more defaults to /etc/default/varnish, to make init script simpler. * Changed postrm, /var/lib/varnish disappeared on upgrade, making varnish non-startable. * Added example vcl for zope and plone.
-- ssm <ssm@linpro.no> Wed, 16 May 2007 13:50:08 +0200
varnish (1.0.3-2) unstable; urgency=low
* Added postrm to partially solve 400384
-- Lars Bahner <bahner@debian.org> Tue, 27 Feb 2007 20:41:10 +0100
varnish (1.0.3-1) unstable; urgency=low
* new upstream release
* set VARNISH_MAX_WORKER_THREADS to 2048 instead of INF.
(closes: #412004)
-- Lars Bahner <bahner@debian.org> Tue, 27 Feb 2007 20:16:38 +0100
2006
varnish (1.0.2-2) unstable; urgency=low
* Preliminary LSB compliabnce in init-script * Lintian override
-- Lars Bahner <bahner@debian.org> Mon, 23 Oct 2006 14:20:22 +0200
varnish (1.0.2-1) unstable; urgency=low
* New upstream release
-- Lars Bahner <bahner@linpro.no> Thu, 19 Oct 2006 15:51:37 +0200
varnish (1.0.2-1~svn20061012) unstable; urgency=low
* Added README for Debian * svn-based source * Added target to create configure to build from pristine source * Added init-script and defaults * Moved backend storage to /var/lib/varnish/
-- Lars Bahner <bahner@linpro.no> Fri, 13 Oct 2006 09:58:13 +0200
varnish (1.0.1-3) unstable; urgency=low
* Bumped automake dependency to automake1.9
-- Lars Bahner <bahner@debian.org> Tue, 10 Oct 2006 15:00:39 +0200
varnish (1.0.1-2) unstable; urgency=low
* Removed wrong upstream author. * Added dependency on gcc-4.1 needed by varnish at runtime.
-- Lars Bahner <bahner@debian.org> Fri, 6 Oct 2006 17:54:53 +0200
varnish (1.0.1-1) unstable; urgency=low
* Initial release (Closes: #382451)
-- Lars Bahner <bahner@debian.org> Fri, 6 Oct 2006 16:26:57 +0200