Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e797b49

Browse files
author
Ville Tuulos
committed
Updated release notes, upgraded version numbers to 0.2.2
1 parent b1c0f99 commit e797b49

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

doc/releases.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Release notes
33
=============
44

5+
Disco 0.2.2 (July 26th 2009)
6+
----------------------------
7+
8+
New features
9+
''''''''''''
10+
11+
- Experimental support for POSIX-compatible distributed filesystems,
12+
in particular `GlusterFS <http://gluster.com>`_. Two modes are available: Disco
13+
can read input data from a distributed filesystem while preserving data locality
14+
(aka *inputfs*). Disco can also use a DFS for internal communication,
15+
replacing the need for node-specific web servers (aka *resultfs*). For more
16+
information, see :ref:`dfs`.
17+
18+
19+
Bugfixes
20+
''''''''
21+
22+
- ``DISCO_PROXY`` handles now out-of-band results correctly (commit b1c0f9911)
23+
- `make-lighttpd-proxyconf.py` now ignores commented out lines in `/etc/hosts` (bug #14, commit a1a93045d)
24+
- Fixed missing PID file in the `disco-master` script. The `/etc/init.d/disco-master` script in Debian packages now works correctly (commit 223c2eb01)
25+
- Fixed a regression in `Makefile`. Config files were not copied to `/etc/disco` (bug #13, commit c058e5d6)
26+
- Increased `server.max-write-idle` setting in Lighttpd config. This prevents the http connection from disconnecting with long running, cpu-intensive reduce tasks (bug #12, commit 956617b0)
27+
28+
529
Disco 0.2.1 (May 26th 2009)
630
---------------------------
731

master/www/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h3>Miscellaneous</h3>
8585
</div>
8686

8787
<div id="ft">
88-
Disco 0.2.1
88+
Disco 0.2.2
8989
</div>
9090

9191

master/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</div>
8585

8686
<div id="ft">
87-
Disco 0.2.1
87+
Disco 0.2.2
8888
</div>
8989

9090

master/www/job.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
</div>
118118

119119
<div id="ft">
120-
Disco 0.2.1
120+
Disco 0.2.2
121121
</div>
122122

123123

0 commit comments

Comments
 (0)