[maemo-commits] [maemo-commits] r14975 - in projects/haf/trunk/apt-https: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Dec 14 15:44:32 EET 2007
Author: marivoll
Date: 2007-12-14 15:44:26 +0200 (Fri, 14 Dec 2007)
New Revision: 14975

Modified:
   projects/haf/trunk/apt-https/ChangeLog
   projects/haf/trunk/apt-https/configure.ac
   projects/haf/trunk/apt-https/debian/changelog
Log:
apt-https (2.7) unstable; urgency=low

  * Include device id in requests.

 -- Marius Vollmer <marius.vollmer at nokia.com>  Fri, 14 Dec 2007 15:42:21 +0200


Modified: projects/haf/trunk/apt-https/ChangeLog
===================================================================
--- projects/haf/trunk/apt-https/ChangeLog	2007-12-14 13:44:07 UTC (rev 14974)
+++ projects/haf/trunk/apt-https/ChangeLog	2007-12-14 13:44:26 UTC (rev 14975)
@@ -1,3 +1,11 @@
+2007-12-14  Marius Vollmer  <marius.vollmer at nokia.com>
+
+	Released 2.7
+	
+	* https.cc (maybe_add_device_id): New, to hack our identification
+	cookie into the URI.
+	(CurlMethod::Fetch): Use it.
+
 2007-12-12  Marius Vollmer  <marius.vollmer at nokia.com>
 
 	Released 2.6

Modified: projects/haf/trunk/apt-https/configure.ac
===================================================================
--- projects/haf/trunk/apt-https/configure.ac	2007-12-14 13:44:07 UTC (rev 14974)
+++ projects/haf/trunk/apt-https/configure.ac	2007-12-14 13:44:26 UTC (rev 14975)
@@ -1,6 +1,6 @@
 # configure.ac for apt-https
 
-AC_INIT(apt-https, 2.6)
+AC_INIT(apt-https, 2.7)
 AC_CONFIG_SRCDIR([https.cc])
 AM_INIT_AUTOMAKE
 

Modified: projects/haf/trunk/apt-https/debian/changelog
===================================================================
--- projects/haf/trunk/apt-https/debian/changelog	2007-12-14 13:44:07 UTC (rev 14974)
+++ projects/haf/trunk/apt-https/debian/changelog	2007-12-14 13:44:26 UTC (rev 14975)
@@ -1,3 +1,9 @@
+apt-https (2.7) unstable; urgency=low
+
+  * Include device id in requests.
+
+ -- Marius Vollmer <marius.vollmer at nokia.com>  Fri, 14 Dec 2007 15:42:21 +0200
+
 apt-https (2.6) unstable; urgency=low
 
   * Check HTTP response code and fail if it is not 200.


More information about the maemo-commits mailing list