Mailing List Archive

r1650 - in branches/1.1: . debian redhat
Author: des
Date: 2007-07-05 14:14:27 +0200 (Thu, 05 Jul 2007)
New Revision: 1650

Modified:
branches/1.1/configure.ac
branches/1.1/debian/changelog
branches/1.1/redhat/varnish.spec
Log:
Bump


Modified: branches/1.1/configure.ac
===================================================================
--- branches/1.1/configure.ac 2007-07-05 12:10:35 UTC (rev 1649)
+++ branches/1.1/configure.ac 2007-07-05 12:14:27 UTC (rev 1650)
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2006-2007 Linpro AS / Verdens Gang AS])
AC_REVISION([$Id$])
-AC_INIT([Varnish], [trunk], [varnish-dev at projects.linpro.no])
+AC_INIT([Varnish], [1.1], [varnish-dev at projects.linpro.no])
AC_CONFIG_SRCDIR(include/varnishapi.h)
AM_CONFIG_HEADER(config.h)


Modified: branches/1.1/debian/changelog
===================================================================
--- branches/1.1/debian/changelog 2007-07-05 12:10:35 UTC (rev 1649)
+++ branches/1.1/debian/changelog 2007-07-05 12:14:27 UTC (rev 1650)
@@ -1,3 +1,9 @@
+varnish (1.1-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- des <des at linpro.no> Thu, 5 Jul 2007 13:13:54 +0200
+
varnish (1.0.4-1) unstable; urgency=low

* New upstream version (Closes: #424560)

Modified: branches/1.1/redhat/varnish.spec
===================================================================
--- branches/1.1/redhat/varnish.spec 2007-07-05 12:10:35 UTC (rev 1649)
+++ branches/1.1/redhat/varnish.spec 2007-07-05 12:14:27 UTC (rev 1650)
@@ -1,7 +1,7 @@
Summary: Varnish is a high-performance HTTP accelerator
Name: varnish
-Version: 1.0.svn
-Release: 20070529%{?dist}
+Version: 1.1
+Release: 1%{?dist}
License: BSD-like
Group: System Environment/Daemons
URL: http://www.varnish-cache.org/
@@ -148,6 +148,9 @@
%postun libs -p /sbin/ldconfig

%changelog
+* Thu Jul 05 2006 Dag-Erling Sm?rgrav <des at linpro.no> - 1.1-1
+- Bump Version and Release for 1.1
+
* Mon May 28 2007 Ingvar Hagelund <ingvar at linpro.no> - 1.0.4-3
- Fixed initrc-script bug only visible on el4 (fixes #107)