<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs">
    <title>gmane.comp.web.curl.www.cvs</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2775"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2774"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2773"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2772"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2771"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2770"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2769"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2768"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2767"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2766"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2765"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2764"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2763"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2762"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2761"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2760"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2759"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2758"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2757"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2756"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2775">
    <title>bagder: curl-www/mail Makefile,1.12,1.13 _etiquette.html,1.11,1.12</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2775</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/mail
In directory giant.haxx.se:/var/tmp/cvs-serv31703

Modified Files:
Makefile _etiquette.html 
Log Message:
use the new document to generate etiquette.html from


Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/mail/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile26 Apr 2008 21:21:31 -00001.12
+++ Makefile22 Mar 2011 08:29:26 -00001.13
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -15,14 +15,18 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 all: subscribe.html mail.html etiquette.html index.html indexheader.html \
  indexfooter.html mailheader.html mailfooter.html lost.html mailman.html \
- activity.html
+ activity.html 
 
 subscribe.html: _subscribe.html $(MAINPARTS)
 $(ACTION)
 
-etiquette.html: _etiquette.html $(MAINPARTS)
+etiquette.html: _etiquette.html $(MAINPARTS) etiquette.t
 $(ACTION)
 
+etiquette.t: $(DOCROOT)/MAIL-ETIQUETTE $(ROOT)/docs/faqparse.pl
+$(ROOT)/docs/faqparse.pl &amp;lt; $&amp;lt; &amp;gt; $&amp;lt; at &amp;gt;
+
+
 activity.html: _activity.html $&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-03-22T08:29:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2774">
    <title>bagder: curl-www/docs faqparse.pl,1.11,1.12</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2774</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv6095

Modified Files:
faqparse.pl 
Log Message:
linkify &amp;lt;pre&amp;gt; sections too


Index: faqparse.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/faqparse.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- faqparse.pl14 Mar 2011 12:30:53 -00001.11
+++ faqparse.pl18 Mar 2011 10:56:25 -00001.12
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -103,6 +103,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
             # Emphasize _underlined_ words
             s/\b_([[:alnum:]]+)_\b/&amp;lt;em&amp;gt;$1&amp;lt;\/em&amp;gt;/g;
 
+            # linkify URLs
+            s/((http|ftp):\/\/([\w.\/%-?]*[a-z0-9\/]))/&amp;lt;a href=\"$2:\/\/$3\"&amp;gt;$1&amp;lt;\/a&amp;gt;/g;
             if($_ =~ /^     /) {
                 # five or more initial spaces, use &amp;lt;pre&amp;gt;
                 push &amp;lt; at &amp;gt;pre, $_;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -114,7 +116,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
                     print "&amp;lt;/pre&amp;gt;\n";
                     undef &amp;lt; at &amp;gt;pre;
                 }
-                s/((http|ftp):\/\/([\w.\/%-?]*[a-z0-9\/]))/&amp;lt;a href=\"$2:\/\/$3\"&amp;gt;$&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-03-18T10:56:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2773">
    <title>bagder: curl-www/auto _index.html,1.11,1.12</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2773</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv3943

Modified Files:
_index.html 
Log Message:
mention the RSS too


Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_index.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- _index.html18 Mar 2011 08:50:33 -00001.11
+++ _index.html18 Mar 2011 09:01:27 -00001.12
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -27,6 +27,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;table&amp;gt;&amp;lt;tr valign="top"&amp;gt;&amp;lt;td&amp;gt;
 SUBTITLE(Generated contents)
 &amp;lt;p&amp;gt;
+  Build and source information that is updated all the time:
+
 &amp;lt;ul&amp;gt;
 
 &amp;lt;li&amp;gt; &amp;lt;a href="http://curl.haxx.se/auto/cvshistory.html"&amp;gt;Recent Source
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -55,6 +57,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;li&amp;gt; A note is dropped in the #curl IRC channel (via the &amp;lt;a
 href="http://cia.vc/stats/project/curl"&amp;gt;CIA.vc service&amp;lt;/A&amp;gt;)
 
+&amp;lt;li&amp;gt; There's an &amp;lt;a href="http://cia.vc/stats/project/curl/.rss"&amp;gt;RSS feed&amp;lt;/a&amp;gt;
+of the commits from CIA.vc
+
 &amp;lt;li&amp;gt; A tweet is sent out by the &amp;lt;a
 href="http://twitter.com/curlcommits"&amp;gt;&amp;lt; at &amp;gt;curlcomm&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-03-18T09:01:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2772">
    <title>bagder: curl-www/auto _index.html,1.10,1.11</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2772</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv30486

Modified Files:
_index.html 
Log Message:
- tighter layout
- mention the commit broadcasts
- mention irc for talk 


Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_index.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- _index.html15 Mar 2011 21:34:19 -00001.10
+++ _index.html18 Mar 2011 08:50:33 -00001.11
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -24,9 +24,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  There is always development going on in the curl project.  To help out the
  development team, we provide these services:
 
+&amp;lt;table&amp;gt;&amp;lt;tr valign="top"&amp;gt;&amp;lt;td&amp;gt;
 SUBTITLE(Generated contents)
 &amp;lt;p&amp;gt;
- Stuff that is updated automatically.
 &amp;lt;ul&amp;gt;
 
 &amp;lt;li&amp;gt; &amp;lt;a href="http://curl.haxx.se/auto/cvshistory.html"&amp;gt;Recent Source
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -41,6 +41,27 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  &amp;lt;a href="/scans/"&amp;gt;Daily scans&amp;lt;/a&amp;gt; with the clang source code analyzer. It keeps a 30 day backlog.
 &amp;lt;/ul&amp;gt;
 
+&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;
+SUBTITLE(Broadcasted commit info)
+&amp;lt;p&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-03-18T08:50:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2771">
    <title>bagder: curl-www/docs _comparison-table.html,1.59,1.60</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2771</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv18948

Modified Files:
_comparison-table.html 
Log Message:
link to the SSL lib comparison in the related "box"


Index: _comparison-table.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_comparison-table.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- _comparison-table.html17 Oct 2010 17:03:16 -00001.59
+++ _comparison-table.html17 Mar 2011 21:20:14 -00001.60
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -21,6 +21,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;br&amp;gt;&amp;lt;a href="features.html"&amp;gt;List of Features&amp;lt;/a&amp;gt;
 &amp;lt;br&amp;gt;&amp;lt;a href="relatedtools.html"&amp;gt;Related Tools&amp;lt;/a&amp;gt;
 &amp;lt;br&amp;gt;&amp;lt;a href="../libcurl/competitors.html"&amp;gt;Compare HTTP Libraries&amp;lt;/a&amp;gt;
+&amp;lt;br&amp;gt;&amp;lt;a href="ssl-compared.html"&amp;gt;Compare SSL Libraries&amp;lt;/a&amp;gt;
 &amp;lt;p&amp;gt;
 &amp;lt;a href="http://daniel.haxx.se/docs/curl-vs-wget.html"&amp;gt;curl vs wget [offsite]&amp;lt;/a&amp;gt;
 &amp;lt;/div&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-03-17T21:20:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2770">
    <title>bagder: curl-www/docs _ssl-compared.html,1.5,1.6</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2770</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv18362

Modified Files:
_ssl-compared.html 
Log Message:
updated cyassl info


Index: _ssl-compared.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_ssl-compared.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- _ssl-compared.html26 Feb 2011 18:43:50 -00001.5
+++ _ssl-compared.html17 Mar 2011 21:19:05 -00001.6
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -51,7 +51,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   NICETD OpenSSL NICETDEND
   NICETD GnuTLS NICETDEND
   NICETD NSS NICETDEND
-  NICETD yaSSL NICETDEND
+  NICETD CyaSSL NICETDEND
   NICETD qssl NICETDEND
   NICETD PolarSSL NICETDEND
   NICETD axTLS NICETDEND
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -163,7 +163,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   FEATURE
   FEATURE
   FEATURE
-  MISSING
+  FEATURE
   MISSING
   FEATURE
   FEATURE
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -196,7 +196,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   NEWCOL 1998 ENDCOL
   NEWCOL 2004? ENDCOL
   NEWCOL ? ENDCOL
-  NEWCOL ? ENDCOL
+  NEWCOL 2006 ENDCOL
   NEWCOL ? ENDCOL
   NEWCOL 2006 ENDCOL
   NEWCOL 2006 ENDCOL
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-03-17T21:19:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2769">
    <title>bagder: curl-www _changes.html,1.155,1.156</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2769</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv13622

Modified Files:
_changes.html 
Log Message:
mention axtls!


Index: _changes.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_changes.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- _changes.html17 Feb 2011 12:29:11 -00001.155
+++ _changes.html17 Mar 2011 19:05:03 -00001.156
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -64,6 +64,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  CHG HTTP: do Negotiate authentication using SSPI on windows
  CHG Windows build: alternative makefile
  CHG TLS-SRP: support added when using GnuTLS
+ CHG added support for axTLS
 &amp;lt;/ul&amp;gt;
 &amp;lt;p&amp;gt; Bugfixes:
 &amp;lt;ul class="bugfixes"&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-03-17T19:05:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2768">
    <title>bagder: curl-www/mail _mailman.html,1.4,1.5</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2768</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/mail
In directory giant.haxx.se:/var/tmp/cvs-serv8619

Modified Files:
_mailman.html 
Log Message:
discourage digest mode stronger


Index: _mailman.html
===================================================================
RCS file: /cvsroot/curl/curl-www/mail/_mailman.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- _mailman.html25 Sep 2009 14:14:12 -00001.4
+++ _mailman.html17 Mar 2011 11:04:01 -00001.5
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -35,6 +35,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;p&amp;gt; By posting to this list, you agree to your posting getting archived and
  all its contents becoming publicly available.
 
+&amp;lt;p&amp;gt; If you intend to particiate and respond to mails sent to the list, &amp;lt;i&amp;gt;do
+ not&amp;lt;/i&amp;gt; use the digest mode as they're next to impossible to reply to in a
+ sensible way.
+
 &amp;lt;p&amp;gt;You can subscribe to the list, or change your existing subscription, in the
  sections below.
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-03-17T11:04:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2767">
    <title>bagder: curl-www/auto _index.html,1.9,1.10</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2767</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/auto
In directory giant.haxx.se:/var/tmp/cvs-serv27035

Modified Files:
_index.html 
Log Message:
add a link to the static analyzer scan reports


Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/_index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- _index.html10 Oct 2010 17:34:52 -00001.9
+++ _index.html15 Mar 2011 21:34:19 -00001.10
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -37,6 +37,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;li&amp;gt;
  &amp;lt;a href="http://cool.haxx.se/curl-daily/"&amp;gt;Daily Snapshot&amp;lt;/a&amp;gt; - The latest
  version of curl, packaged and provided daily.
+&amp;lt;li&amp;gt;
+ &amp;lt;a href="/scans/"&amp;gt;Daily scans&amp;lt;/a&amp;gt; with the clang source code analyzer. It keeps a 30 day backlog.
 &amp;lt;/ul&amp;gt;
 
 SUBTITLE(Documents in progress)
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-03-15T21:34:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2766">
    <title>bagder: curl-www/docs faqparse.pl,1.10,1.11</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2766</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv18619

Modified Files:
faqparse.pl 
Log Message:
trying a version of this script that concatenates longer lines to possibly
make nicer HTML...


Index: faqparse.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/faqparse.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- faqparse.pl7 Sep 2010 19:46:08 -00001.10
+++ faqparse.pl14 Mar 2011 12:30:53 -00001.11
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -92,7 +92,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
             $s =~ s/\&amp;gt;/&amp;amp;gt;/g;
             $s =~ s/^ *(.*) */$1/;
             print "&amp;lt;a name=\"$link{$toc[$q]}\"&amp;gt;&amp;lt;/a&amp;gt;";
-            print "&amp;lt;h3&amp;gt;$s&amp;lt;/h3&amp;gt;&amp;lt;p&amp;gt;\n";
+            print "&amp;lt;h3&amp;gt;$s&amp;lt;/h3&amp;gt;\n";
+            $line=0;
             $q++;
         }
         else {
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -117,13 +118,24 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
                 
                 # prevent many blanks
                 my $show = $_;
+                my $pref=0;
                 if($show =~ /^ *$/) {
                     $b&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-03-14T12:30:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2765">
    <title>bagder: curl-www/docs _ssl-compared.html,1.4,1.5</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2765</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv18363

Modified Files:
_ssl-compared.html 
Log Message:
fix TLS 1.2 for NSS, remove the gnutls comparison link as that page is gone


Index: _ssl-compared.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_ssl-compared.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- _ssl-compared.html25 Feb 2011 09:54:14 -00001.4
+++ _ssl-compared.html26 Feb 2011 18:43:50 -00001.5
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -140,7 +140,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   FEAT TLSv1.2 ENDFEAT
   MISSING
   FEATURE
-  UNKNOWN
+  MISSING
   FEATURE
   UNKNOWN
   UNKNOWN
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -262,9 +262,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  &amp;lt;b&amp;gt;qssl&amp;lt;/b&amp;gt; is a SSL library for AS/400 for which we have not found any
  proper web site to link to.
 
-&amp;lt;p&amp;gt; More comparisons &amp;lt;a
-href="http://www.gnu.org/software/gnutls/comparison.html"&amp;gt;hosted by the GnuTLS
-project&amp;lt;/a&amp;gt; and an extensive &amp;lt;a
+&amp;lt;p&amp;gt; More comparisons in the extensive &amp;lt;a
 href="http://en.wikipedia.org/wiki/Comparison_&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-02-26T18:43:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2764">
    <title>danf: curl-www/pix archhurd.png,NONE,1.1</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2764</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/pix
In directory giant.haxx.se:/var/tmp/cvs-serv20397

Added Files:
archhurd.png 
Log Message:
Arch Hurd logo.


--- NEW FILE: archhurd.png ---
(This appears to be a binary file; contents omitted.)
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-02-25T20:50:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2763">
    <title>bagder: curl-www/docs _ssl-compared.html,1.3,1.4</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2763</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv10076

Modified Files:
_ssl-compared.html 
Log Message:
axTLS updates


Index: _ssl-compared.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_ssl-compared.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _ssl-compared.html22 Feb 2011 02:43:30 -00001.3
+++ _ssl-compared.html25 Feb 2011 09:54:14 -00001.4
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -78,7 +78,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   MISSING
   UNKNOWN
   UNKNOWN
-  UNKNOWN
+  MISSING
  ENDLINE
 
  NEWLINE
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -133,7 +133,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   FEATURE
   UNKNOWN
   FEATURE
-  UNKNOWN
+  MISSING
  ENDLINE
 
  NEWLINE
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -144,7 +144,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   FEATURE
   UNKNOWN
   UNKNOWN
-  UNKNOWN
+  MISSING
  ENDLINE
 
  NEWLINE
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -166,7 +166,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   MISSING
   MISSING
   FEATURE
-  MISSING
+  FEATURE
  ENDLINE
 
  NEWLINE
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-02-25T09:54:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2762">
    <title>danf: curl-www/docs _ssl-compared.html,1.2,1.3</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2762</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv14926/docs

Modified Files:
_ssl-compared.html 
Log Message:
Fixed typo in axTLS


Index: _ssl-compared.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_ssl-compared.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _ssl-compared.html11 Feb 2011 21:35:01 -00001.2
+++ _ssl-compared.html22 Feb 2011 02:43:30 -00001.3
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -245,7 +245,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  PolarSSL - (formerly known as XySSL) targeted at embedded use. Small footprint.
  Dual GPL/commercial license.
 &amp;lt;p&amp;gt;
- axTSL - targeted at small footprint. BSD licensed. Lack of good docs. Written
+ axTLS - targeted at small footprint. BSD licensed. Lack of good docs. Written
  by a single person.
 
 SUBTITLE(More reading)
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-02-22T02:43:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2761">
    <title>danf: curl-www/pix pardus.png,NONE,1.1</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2761</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/pix
In directory giant.haxx.se:/var/tmp/cvs-serv25951

Added Files:
pardus.png 
Log Message:
Added Pardus logo


--- NEW FILE: pardus.png ---
(This appears to be a binary file; contents omitted.)
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-02-21T22:08:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2760">
    <title>danf: curl-www/dl remcheck.pl,1.26,1.27</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2760</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/dl
In directory giant.haxx.se:/var/tmp/cvs-serv29289

Modified Files:
remcheck.pl 
Log Message:
Lowercase the OS version before variable replacement


Index: remcheck.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/dl/remcheck.pl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- remcheck.pl10 Aug 2010 18:42:34 -00001.26
+++ remcheck.pl21 Feb 2011 18:26:36 -00001.27
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -177,7 +177,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     my $inurl = $$ref{'churl'};
     my $chregex = $$ref{'chregex'};
     my $churl = $inurl;
-    my $osversion = $$ref{'osver'};
+    my $osversion = lc($$ref{'osver'});
     my $cpu = lc($$ref{'cpu'});
 
     # is '$version' embedded in the test URL
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-02-21T18:26:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2759">
    <title>bagder: curl-www _newslog.html,1.167,1.168</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2759</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv29243

Modified Files:
_newslog.html 
Log Message:
fix date


Index: _newslog.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_newslog.html,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- _newslog.html17 Feb 2011 12:29:11 -00001.167
+++ _newslog.html17 Feb 2011 12:43:21 -00001.168
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -35,7 +35,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #endif
 
  NSUBJ(curl and libcurl 7.21.4)
- NDATE(December 15 2010)
+ NDATE(February 17 2011)
  NCOLS
 
   The never-resting hackers in the curl team proudly present yet another
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-02-17T12:43:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2758">
    <title>bagder: curl-www Makefile, 1.122, 1.123 _changes.html, 1.154,1.155 _newslog.html, 1.166, 1.167</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2758</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv20205

Modified Files:
Makefile _changes.html _newslog.html 
Log Message:
7.21.4 is here


Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/Makefile,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- Makefile15 Dec 2010 14:35:00 -00001.122
+++ Makefile17 Feb 2011 12:29:11 -00001.123
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -5,8 +5,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 NOW=$(shell gnudate +'-D__TODAY__=%B %e, %Y')
 
 # the latest stable version is:
-STABLE= 7.21.3
-RELDATE = "15th of December 2010"
+STABLE= 7.21.4
+RELDATE = "17th of February 2011"
 
 # name of the dir to tempoary unpack and build zip files in:
 TEMPDIR=tempzip

Index: _newslog.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_newslog.html,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- _newslog.html15 Dec 2010 14:34:59 -00001.166
+++ _&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-02-17T12:29:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2757">
    <title>bagder: curl-www/docs _ssl-compared.html,1.1,1.2</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2757</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv7889

Modified Files:
_ssl-compared.html 
Log Message:
added more details


Index: _ssl-compared.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_ssl-compared.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _ssl-compared.html22 Dec 2010 11:34:52 -00001.1
+++ _ssl-compared.html11 Feb 2011 21:35:01 -00001.2
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -71,6 +71,17 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  ENDLINE
 
  NEWLINE
+  FEAT TLS ECC ENDFEAT
+  FEATURE
+  MISSING
+  FEATURE
+  MISSING
+  UNKNOWN
+  UNKNOWN
+  UNKNOWN
+ ENDLINE
+
+ NEWLINE
   FEAT Native CN check ENDFEAT
   MISSING
   FEATURE
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -119,9 +130,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   MISSING
   FEATURE
   FEATURE
+  FEATURE
   UNKNOWN
-  UNKNOWN
-  UNKNOWN
+  FEATURE
   UNKNOWN
  ENDLINE
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -130,7 +141,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   MISSING
   FEATURE
   UNKNOWN
-  UNKNOWN
+  FEATURE
   UNKNOWN
   UNKNOWN
   UNKNOWN
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -154,7 +165,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   FEATURE
   MISSING
   MISSING
-  MISSING
+  FEATURE
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-02-11T21:35:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2756">
    <title>bagder: curl-www/mail _etiquette.html,1.10,1.11</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2756</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/mail
In directory giant.haxx.se:/var/tmp/cvs-serv10393

Modified Files:
_etiquette.html 
Log Message:
extended the top-post and digest sections


Index: _etiquette.html
===================================================================
RCS file: /cvsroot/curl/curl-www/mail/_etiquette.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- _etiquette.html13 Jul 2007 11:41:19 -00001.10
+++ _etiquette.html8 Feb 2011 21:30:31 -00001.11
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -77,11 +77,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;p&amp;gt;
  SUBTITLE(Do Not Top-Post)
 &amp;lt;p&amp;gt;
- If you reply to a message, don't use top-posting. Top-posting is
- when you write the new text at the top of a mail and you insert
- the previous quoted mail conversation below.
+ If you reply to a message, don't use top-posting. Top-posting is when you
+ write the new text at the top of a mail and you insert the previous quoted
+ mail conversation below. It forces users to read the mail in a backwards
+ order to properly understand it.
+
 &amp;lt;p&amp;gt;
  This is &lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-02-08T21:30:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2755">
    <title>danf: curl-www/docs _companies.html,1.87,1.88</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.www.cvs/2755</link>
    <description>&lt;pre&gt;Update of /cvsroot/curl/curl-www/docs
In directory giant.haxx.se:/var/tmp/cvs-serv5447/docs

Modified Files:
_companies.html 
Log Message:
Added Telstra &amp;amp; T-Hub


Index: _companies.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_companies.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- _companies.html13 Nov 2010 23:15:27 -00001.87
+++ _companies.html31 Jan 2011 18:13:22 -00001.88
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -321,6 +321,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 &amp;lt;li&amp;gt; System Garden - Habitat
 
+&amp;lt;li&amp;gt; Telstra - uses libcurl in their T-Hub "home phone of the future"
+
 &amp;lt;li&amp;gt; Tilgin - uses libcurl in their Mood series IPTV settop boxes. 
 
 &amp;lt;li&amp;gt; &amp;lt;a href="http://www.toolaware.com/"&amp;gt;ToolAware&amp;lt;/a&amp;gt; makes &amp;lt;a href="http://www.toolaware.com/packageforge.html"&amp;gt;PackageForge&amp;lt;/a&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>cvs&lt; at &gt;giant.haxx.se</dc:creator>
    <dc:date>2011-01-31T18:13:24</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.curl.www.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.curl.www.cvs</link>
  </textinput>
</rdf:RDF>
