Skip to content

Commit a11fcfc

Browse files
committed
Automatic deployment Mon Jan 2 19:45:39 UTC 2017
1 parent fcfbab9 commit a11fcfc

File tree

28 files changed

+272
-123
lines changed

28 files changed

+272
-123
lines changed

atom.xml

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,25 @@
33
<title><![CDATA[sabre.io]]></title>
44
<link href="http://sabre.io/atom.xml" rel="self"/>
55
<link href="http://sabre.io/"/>
6-
<updated>2017-01-02T18:32:06+00:00</updated>
6+
<updated>2017-01-02T19:45:37+00:00</updated>
77
<id>http://sabre.io/</id>
88
<generator uri="http://sculpin.io/">Sculpin</generator>
9+
<entry>
10+
<title type="html"><![CDATA[sabre/http 4.2.2 released]]></title>
11+
<link href="http://sabre.io/blog/2016/sabre-http-4.2.2-release"/>
12+
<updated>2016-12-07T18:43:40+00:00</updated>
13+
<id>http://sabre.io/blog/2016/sabre-http-4.2.2-release</id>
14+
<content type="html"><![CDATA[<p>We just released sabre/http 4.2.2. This release adds a workaround for several
15+
broken HTTP client implementations, that send invalid <code>Content-Length</code> headers.</p>
16+
17+
<p>This should improve general compatibility with no further side-effects.</p>
18+
19+
<p>To upgrade sabre/http, make sure your <code>composer.json</code> requires "^4.2" for
20+
sabre/http and run <code>composer update</code>.</p>
21+
22+
<p>Full changelog can be found on <a href="https://github.com/fruux/sabre-http/blob/4.2.2/CHANGELOG.md">Github</a></p>
23+
]]></content>
24+
</entry>
925
<entry>
1026
<title type="html"><![CDATA[sabre/uri 2.1.0 and 1.2.0 released]]></title>
1127
<link href="http://sabre.io/blog/2016/sabre-uri-2.1.0-1.2.0-release"/>
@@ -206,32 +222,6 @@ some users froms syncing contacts, if they were using the SQLite backend.</p>
206222
<p>Upgrading is recommended.</p>
207223
208224
<p>Read the <a href="/baikal/upgrade/" title="Upgrade instructions">upgrade instructions here</a>. Full changelog can be found on <a href="https://github.com/fruux/Baikal/blob/0.4.6/CHANGELOG.md" title="Change log">Github</a></p>
209-
]]></content>
210-
</entry>
211-
<entry>
212-
<title type="html"><![CDATA[sabre/dav 3.2.0 released]]></title>
213-
<link href="http://sabre.io/blog/2016/sabre-dav-3.2.0-release"/>
214-
<updated>2016-06-28T02:41:55+00:00</updated>
215-
<id>http://sabre.io/blog/2016/sabre-dav-3.2.0-release</id>
216-
<content type="html"><![CDATA[<p>We just released sabre/dav 3.2.0.
217-
This is a major new version, and we're very excited to bring you features
218-
we've been working on since last winter.</p>
219-
220-
<p>Highlights from this release:</p>
221-
222-
<ul>
223-
<li>Support for <a href="http://www.php-fig.org/psr/psr-3/">PSR-3</a> for logging.</li>
224-
<li>Full support for <a href="https://www.postgresql.org/">PostgreSQL</a>. We require version 9.5.</li>
225-
<li>We're now supporting WebDAV resource sharing.</li>
226-
<li>Calendar sharing now works out of the box!</li>
227-
</ul>
228-
229-
<p>If you're curious, there's a much larger list of features on the
230-
<a href="https://github.com/fruux/sabre-dav/blob/3.2.0/CHANGELOG.md">ChangeLog</a>. If you are upgrading from an older version, be sure to take
231-
a look at the <a href="/dav/upgrade/3.1-to-3.2/">upgrade instructions</a>, as we've made a few backwards
232-
compatibility breaks in order to support the new features.</p>
233-
234-
<p>To get started right away, you can find a zip on the <a href="https://github.com/fruux/sabre-dav/releases">releases</a> page.</p>
235225
]]></content>
236226
</entry>
237227
</feed>
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
<!DOCTYPE html>
2+
<head>
3+
4+
5+
6+
<title>sabre/http 4.2.2 released - sabre/http</title>
7+
8+
<meta charset="utf-8">
9+
10+
<link rel="alternate" type="application/atom+xml" href="http://sabre.io/atom.xml" title="sabre.io blog" />
11+
<link rel="shortcut icon" href="http://sabre.io/favicon.ico" />
12+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:100,700,300,400" type="text/css">
13+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
14+
<link rel="stylesheet" type="text/css" href="http://sabre.io/css/sabre.css" />
15+
16+
</head>
17+
<body class="body--nodocs">
18+
<header class="pagehead">
19+
20+
<div class="pagehead-inner">
21+
<a class="logo" href="http://sabre.io/">
22+
<img src="http://sabre.io/img/logo.png" alt="sabre/sabre/http">
23+
sabre<span>/http</span>
24+
</a>
25+
26+
<nav class="nav nav--page">
27+
<ul>
28+
<li class="size-auto"></li>
29+
<li><a href="http://sabre.io/dav">Docs</a></li>
30+
<li><a href="http://sabre.io/blog">Blog</a></li>
31+
<li><a href="http://sabre.io/support">Support</a></li>
32+
<li class="size-auto text--right"><a href="https://github.com/fruux?query=sabre"><i class="fa fa-github"></i></a></li>
33+
<!-- <li><a href="http://sabre.io/atom.xml"><i class="fa fa-rss"></i></a> <a href="https://twitter.com/sabredav"><i class="fa fa-twitter"></i></a></li> -->
34+
</ul>
35+
</nav>
36+
37+
</div>
38+
39+
</header>
40+
41+
42+
<main>
43+
<article>
44+
<article class="blog-entry">
45+
<time>December 7th, 2016</time>
46+
<h1>sabre/http 4.2.2 released</h1>
47+
<div>
48+
<p>We just released sabre/http 4.2.2. This release adds a workaround for several
49+
broken HTTP client implementations, that send invalid <code>Content-Length</code> headers.</p>
50+
51+
<p>This should improve general compatibility with no further side-effects.</p>
52+
53+
<p>To upgrade sabre/http, make sure your <code>composer.json</code> requires "^4.2" for
54+
sabre/http and run <code>composer update</code>.</p>
55+
56+
<p>Full changelog can be found on <a href="https://github.com/fruux/sabre-http/blob/4.2.2/CHANGELOG.md">Github</a></p>
57+
58+
</div>
59+
<p class="tags">
60+
Tags:
61+
<a href="http://sabre.io/blog/tags/http">http</a>, <a href="http://sabre.io/blog/tags/release">release</a> </p>
62+
63+
<nav class="article">
64+
<ul>
65+
<li>Previous: <a class="previous" href="http://sabre.io/blog/2016/sabre-uri-2.1.0-1.2.0-release" title="sabre/uri 2.1.0 and 1.2.0 released"><span class="title">sabre/uri 2.1.0 and 1.2.0 released</span></a></li>
66+
</ul>
67+
</nav>
68+
</article>
69+
70+
71+
<hr />
72+
<h2>Comments</h2>
73+
<div id="disqus_thread"></div>
74+
</article>
75+
</main>
76+
77+
<!-- this is where the ugly bit starts. Stupid javascript :( -->
78+
79+
<script src="http://sabre.io/components/highlightjs/highlight.pack.js"></script>
80+
<script>
81+
hljs.configure({languages: ['php']});
82+
hljs.initHighlightingOnLoad();
83+
</script>
84+
85+
<script>
86+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
87+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
88+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
89+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
90+
ga('create', 'UA-2848664-5', 'sabre.io');
91+
ga('send', 'pageview');
92+
</script>
93+
94+
<script type="text/javascript">
95+
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
96+
var disqus_shortname = 'sabredav'; // required: replace example with your forum shortname
97+
var disqus_identifier = '/blog/2016/sabre-http-4.2.2-release';
98+
var disqus_title = 'sabre/http 4.2.2 released';
99+
var disqus_url = 'http://sabre.io/blog/2016/sabre-http-4.2.2-release';
100+
101+
/* * * DON'T EDIT BELOW THIS LINE * * */
102+
(function() {
103+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
104+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
105+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
106+
})();
107+
</script>
108+
109+
<footer>
110+
111+
<nav>
112+
<ul>
113+
<li>© 2017 <a href="https://fruux.com">fruux GmbH</a> · </li>
114+
<li><a href="http://sabre.io/support">Contact</a> · </li>
115+
<li><a href="http://sabre.io/legal">Legal Info</a></li>
116+
</ul>
117+
<ul>
118+
<li><i class="fa fa-twitter"></i> <a href="http://twitter.com/sabredav">@sabredav</a> · </li>
119+
<li><a href="http://twitter.com/fruux">@fruux</a></li>
120+
</ul>
121+
</nav>
122+
123+
</footer>
124+
125+
</body>

blog/2016/sabre-uri-2.1.0-1.2.0-release/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ <h1>sabre/uri 2.1.0 and 1.2.0 released</h1>
6565

6666
<nav class="article">
6767
<ul>
68+
<li>Next: <a class="next" href="http://sabre.io/blog/2016/sabre-http-4.2.2-release" title="sabre/http 4.2.2 released"><span class="title">sabre/http 4.2.2 released</span></a></li>
6869
<li>Previous: <a class="previous" href="http://sabre.io/blog/2016/sabre-vobject-4.1.2-release" title="sabre/vobject 4.1.2 released"><span class="title">sabre/vobject 4.1.2 released</span></a></li>
6970
</ul>
7071
</nav>

blog/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,27 @@
4444
<h1>Blog</h1>
4545
<p></p>
4646

47+
<article class="blog-entry">
48+
<time>December 7th, 2016</time>
49+
<h1><a href="http://sabre.io/blog/2016/sabre-http-4.2.2-release">sabre/http 4.2.2 released</a></h1>
50+
<p>We just released sabre/http 4.2.2. This release adds a workaround for several
51+
broken HTTP client implementations, that send invalid <code>Content-Length</code> headers.</p>
52+
53+
<p>This should improve general compatibility with no further side-effects.</p>
54+
55+
<p>To upgrade sabre/http, make sure your <code>composer.json</code> requires "^4.2" for
56+
sabre/http and run <code>composer update</code>.</p>
57+
58+
<p>Full changelog can be found on <a href="https://github.com/fruux/sabre-http/blob/4.2.2/CHANGELOG.md">Github</a></p>
59+
60+
</article>
61+
62+
<p></p>
63+
64+
<hr />
65+
66+
<p></p>
67+
4768
<article class="blog-entry">
4869
<time>December 7th, 2016</time>
4970
<h1><a href="http://sabre.io/blog/2016/sabre-uri-2.1.0-1.2.0-release">sabre/uri 2.1.0 and 1.2.0 released</a></h1>

blog/tags/http/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
<article>
4444
<h1>Tag Archive</h1>
4545
<h2>"http"</h2>
46-
<h3>January 2016</h3>
46+
<h3>December 2016</h3>
47+
<article>
48+
<div><a href="http://sabre.io/blog/2016/sabre-http-4.2.2-release">sabre/http 4.2.2 released</a></div>
49+
</article>
50+
<h3>January 2016</h3>
4751
<article>
4852
<div><a href="http://sabre.io/blog/2016/sabre-http-4.2.1-release">sabre/http 4.2.1 released</a></div>
4953
</article>

blog/tags/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343
<article>
4444
<h1>Tags</h1>
4545
<div>
46-
<a href="http://sabre.io/blog/tags/uri">uri</a>
46+
<a href="http://sabre.io/blog/tags/http">http</a>
4747
<a href="http://sabre.io/blog/tags/release">release</a>
48+
<a href="http://sabre.io/blog/tags/uri">uri</a>
4849
<a href="http://sabre.io/blog/tags/vobject">vobject</a>
4950
<a href="http://sabre.io/blog/tags/xml">xml</a>
5051
<a href="http://sabre.io/blog/tags/event">event</a>
@@ -56,7 +57,6 @@ <h1>Tags</h1>
5657
<a href="http://sabre.io/blog/tags/sharing">sharing</a>
5758
<a href="http://sabre.io/blog/tags/icalendar">icalendar</a>
5859
<a href="http://sabre.io/blog/tags/vcard">vcard</a>
59-
<a href="http://sabre.io/blog/tags/http">http</a>
6060
<a href="http://sabre.io/blog/tags/xcal">xcal</a>
6161
<a href="http://sabre.io/blog/tags/xcard">xcard</a>
6262
<a href="http://sabre.io/blog/tags/vavailability">vavailability</a>

blog/tags/release/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
<h1>Tag Archive</h1>
4545
<h2>"release"</h2>
4646
<h3>December 2016</h3>
47+
<article>
48+
<div><a href="http://sabre.io/blog/2016/sabre-http-4.2.2-release">sabre/http 4.2.2 released</a></div>
49+
</article>
4750
<article>
4851
<div><a href="http://sabre.io/blog/2016/sabre-uri-2.1.0-1.2.0-release">sabre/uri 2.1.0 and 1.2.0 released</a></div>
4952
</article>

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ <h3>We provide:</h3>
140140
<h1>News</h1>
141141
<article class="blog-entry">
142142
<time>Dec. 7th, 2016</time>
143+
<h1><a href="http://sabre.io/blog/2016/sabre-http-4.2.2-release">sabre/http 4.2.2 released</a></h1>
144+
<p>We just released sabre/http 4.2.2. This release adds a workaround for several
145+
broken HTTP client implementations, that send invalid <code>Content-Length</code> headers.</article>
146+
<hr /> <article class="blog-entry">
147+
<time>Dec. 7th, 2016</time>
143148
<h1><a href="http://sabre.io/blog/2016/sabre-uri-2.1.0-1.2.0-release">sabre/uri 2.1.0 and 1.2.0 released</a></h1>
144149
<p>We just released sabre/uri 2.1.0 and 1.2.0. This release adds a new pure-php
145150
fallback parser for uris to work around two problems with PHP's <code>parse_url()</code>,
@@ -160,11 +165,6 @@ <h1><a href="http://sabre.io/blog/2016/sabre-xml-2.0.0-release">sabre/xml 2 rele
160165
<h1><a href="http://sabre.io/blog/2016/sabre-event-5.0.0-release">sabre/event 5 released</a></h1>
161166
<p>We just released sabre/event 5.0.0. This is only a month after the last major
162167
release, but it's for a good reason.</article>
163-
<hr /> <article class="blog-entry">
164-
<time>Oct. 9th, 2016</time>
165-
<h1><a href="http://sabre.io/blog/2016/sabre-xml-1.5.0-release">sabre/xml 1.5.0 released</a></h1>
166-
<p>We just released sabre/xml 1.5.0. This release puts the minimim PHP version at
167-
PHP 5.5.</article>
168168
</section>
169169
</div>
170170
</div>

page/10/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140
<h1>News</h1>
141141
<article class="blog-entry">
142142
<time>Sep. 4th, 2015</time>
143+
<h1><a href="http://sabre.io/blog/2015/sabre-dav-3.0.4-released">sabre/dav 3.0.4 released</a></h1>
144+
<p>We just released sabre/dav 3.0.4</article>
145+
<hr /> <article class="blog-entry">
146+
<time>Sep. 4th, 2015</time>
143147
<h1><a href="http://sabre.io/blog/2015/sabre-dav-2.1.7-released">sabre/dav 2.1.7 released</a></h1>
144148
<p>We just released sabre/dav 2.1.7</article>
145149
<hr /> <article class="blog-entry">
@@ -154,10 +158,6 @@
154158
<time>Sep. 4th, 2015</time>
155159
<h1><a href="http://sabre.io/blog/2015/sabre-dav-2.0.9-released">sabre/dav 2.0.9 released</a></h1>
156160
<p>We just released sabre/dav 2.0.9</article>
157-
<hr /> <article class="blog-entry">
158-
<time>Aug. 30th, 2015</time>
159-
<h1><a href="http://sabre.io/blog/2015/sabre-xml-1.2.0-release">sabre/xml 1.2.0 released</a></h1>
160-
<p>We just released sabre/xml 1.2.0</article>
161161
</section>
162162
</div>
163163
</div>

page/11/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@
139139
<section class="box box--news">
140140
<h1>News</h1>
141141
<article class="blog-entry">
142+
<time>Aug. 30th, 2015</time>
143+
<h1><a href="http://sabre.io/blog/2015/sabre-xml-1.2.0-release">sabre/xml 1.2.0 released</a></h1>
144+
<p>We just released sabre/xml 1.2.0</article>
145+
<hr /> <article class="blog-entry">
142146
<time>Aug. 6th, 2015</time>
143147
<h1><a href="http://sabre.io/blog/2015/sabre-dav-3.0.3-released">sabre/dav 3.0.3 released</a></h1>
144148
<p>We just released sabre/dav 3.0.3</article>
@@ -154,10 +158,6 @@
154158
<time>Jul. 21st, 2015</time>
155159
<h1><a href="http://sabre.io/blog/2015/sabre-dav-2.1.6-released">sabre/dav 2.1.6 released</a></h1>
156160
<p>We just released sabre/dav 2.1.6.</article>
157-
<hr /> <article class="blog-entry">
158-
<time>Jul. 11th, 2015</time>
159-
<h1><a href="http://sabre.io/blog/2015/sabre-dav-2.1.5-released">sabre/dav 2.1.5 released</a></h1>
160-
<p>We just released sabre/dav 2.1.5.</article>
161161
</section>
162162
</div>
163163
</div>

0 commit comments

Comments
 (0)