Skip to content

Commit b8eaf25

Browse files
committed
add i3 v4.7.2
1 parent c8a2979 commit b8eaf25

6 files changed

+55
-3
lines changed

docs/index.html.mako

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%>
44
<%inherit file="_templates/i3.mako" />
55
<div id="content">
6-
<h2>Documentation for i3 v4.7.1</h2>
6+
<h2>Documentation for i3 v4.7.2</h2>
77

88
<p>
99
One of i3’s goals is good documentation. The documents which you will find

downloads/RELEASE-NOTES-4.7.2.txt

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
┌──────────────────────────────┐
3+
│ Release notes for i3 v4.7.2 │
4+
└──────────────────────────────┘
5+
6+
This is the i3 v4.7.2. This version is considered stable. All users of i3 are
7+
strongly encouraged to upgrade.
8+
9+
This is a bugfix release for v4.7.
10+
11+
┌────────────────────────────┐
12+
│ Bugfixes │
13+
└────────────────────────────┘
14+
15+
• install i3-with-shmlog.xsession.desktop to the correct location
16+
• OpenBSD currently lacks posix_fallocate()
17+
18+
┌────────────────────────────┐
19+
│ Thanks! │
20+
└────────────────────────────┘
21+
22+
Thanks for testing, bugfixes, discussions and everything I forgot go out to:
23+
24+
David Coppa
25+
26+
-- Michael Stapelberg, 2014-01-23

downloads/i3-4.7.2.tar.bz2

876 KB
Binary file not shown.

downloads/i3-4.7.2.tar.bz2.asc

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
Version: GnuPG v1.4.12 (GNU/Linux)
3+
4+
iQIcBAABCgAGBQJS4Y86AAoJEE5xYO1KyO4dCdMP/1Ne+8MvGCXj+7Uzpks0P/lp
5+
jUKf0ieLOQinI0SoI4F5tHkLuI7XkQN1+GY8sGWaG+RZAlsnAzPPnzjqX2YXXuN0
6+
Jykoj4eDz0QwtG+5Wzmh9+9XtDlxPx4Tk6PA7hPLOxnzRHkoAEP/e32QqexA3khy
7+
TOSZo/+h+FhMPcu71eeiuAcdvgSxy94d0pgs5soRLni6hWmsuNysW5uAOjHWTCzQ
8+
ab0+U5cBvsA4xDAHDEUSTxx0xVf4XKRTqDz3wNWBQGzv7u1ifKtA7JPOb0CoECpX
9+
EH6qt2tcy4m1E+E1+yMa9Fv32GuMeeaRaEPMpbVYwBM2+wteZWbrqYgGtqLut4iX
10+
MubSkq0nOY+SmvNfrdFBdWM+6g2Ts1yaQxBcRz3HwH8edPuu8ikg+ehLcf/3gWdr
11+
wuxQqMzz9iJrSkBe4h/1bVHHbk2Y6NQg1xec99rVwMekQT0F66wcRYUz4qcA2/np
12+
lZSVti0QMc9i3anVw+1JFZJ5qXwgruoVYpmQFzR+o3836C/Y6F1kl/Dq0VbjOn8M
13+
c/66ICgiekib4b4GFKniRhXKJRC0APVtNkUbHW7MifJ/6d0HADImODkc9UHdsh69
14+
m7AmJCD6EXsNyuEM0KrI9KmH1HfAFKrKaaHr4z+csuXVYXezL5Btncu4b2UijMpW
15+
s7s/vkp41p3E5I4gKs8M
16+
=YE1f
17+
-----END PGP SIGNATURE-----

downloads/index.html.mako

+10-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories
110110
<h2>Downloads</h2>
111111

112112
<p>
113-
The current stable version is 4.7.1.
113+
The current stable version is 4.7.2.
114114
</p>
115115

116116
<p>
@@ -133,6 +133,15 @@ We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories
133133
</thead>
134134

135135
<tbody>
136+
<tr>
137+
<td>4.7.2</td>
138+
<td><a href="/downloads/i3-4.7.2.tar.bz2">i3-4.7.2.tar.bz2</a></td>
139+
<td>877 KiB</td>
140+
<td><a href="/downloads/i3-4.7.2.tar.bz2.asc">signature</a></td>
141+
<td>2014-01-23</td>
142+
<td><a href="/downloads/RELEASE-NOTES-4.7.2.txt">release notes</a></td>
143+
</tr>
144+
136145
<tr>
137146
<td>4.7.1</td>
138147
<td><a href="/downloads/i3-4.7.1.tar.bz2">i3-4.7.1.tar.bz2</a></td>

index.html.mako

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="/downloads">
2121
<span style="font-weight: bold; color: #3A8ECD; margin-right: .5em">➡</span>
2222
Download the latest version
23-
<span style="margin-left: 2em; color: #c0c0c0">4.7</span>
23+
<span style="margin-left: 2em; color: #c0c0c0">4.7.2</span>
2424
</a>
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)