forked from thomasvs/dirvish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE.html
39 lines (39 loc) · 1.03 KB
/
RELEASE.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<head>
<title>DIRVISH RELEASE NOTES</title>
</head>
<body>
<h1 align="center">DIRVISH RELEASE NOTES</h1>
<h2>Dirvish version 1.2.1 released 18 February 2005</h2>
<ul>
<li>
Corrected a logic inversion bug in
<b>pre-client</B> and
<b>post-client</B> that resulted in the wrong working directory.
<li>
Changed rsync code 24 from error to warning.
<li>
Changed == to = in the install script.
<li>
Allow the use of spaces protected by a backslash in the source tree name.
</ul>
<h2>Dirvish version 1.2 released 24 February 2004</h2>
<h2>Dirvish version 1.1.2 released 15 July 2003</h2>
<h2>Dirvish version 1.1.1 released 26 May 2003</h2>
No issues
<h2>Dirvish version 1.1 released 17 May 2003</h2>
<ul>
<li>
The master and default config files have been renamed.
<pre>
/etc/dirvish/dirvish.conf --> /etc/dirvish/master.conf
$VAULT/dirvish/dirvish.conf --> $VAULT/dirvish/default.conf
</pre>
<br>
<li>
The <b>rsync-options:</b> option has been replaced with
<b>rsync-option:</b> which only
accepts one option per specification.
</ul>
</body>
</html>