1
0
mirror of https://github.com/vitalif/viewvc-4intranet synced 2019-04-16 04:14:59 +03:00

Compare commits

...

5 Commits
0.9.3 ... 0.9.1

Author SHA1 Message Date
cmpilato
a6349a66bf Tag rename: V0_9_1 -> 0.9.1
git-svn-id: http://viewvc.tigris.org/svn/viewvc/tags/0.9.1@1322 8cb11bc2-c004-0410-86c3-e597b4017df7
2006-04-06 19:21:07 +00:00
(no author)
cf7c087fbd This commit was manufactured by cvs2svn to create tag 'V0_9_1'.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/tags/V0_9_1@431 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-27 05:18:35 +00:00
gstein
b815e6ece7 update for 0.9.1
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@430 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-27 05:18:35 +00:00
gstein
c35dabcaeb Rolling 0.9.1
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@429 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-27 05:17:51 +00:00
gstein
f45b5f8d7f bleck... a debug statement was left in the code. all those people with
0.9 are going to see a really large /tmp/log file...


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@428 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-27 05:15:47 +00:00
3 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
Version 0.9.1 (released 26-Dec-2001)
* fix a problem with some syntax in ndiff.py which isn't compatible
with Python 1.5.2 (causing problems at install time)
* remove a debug statement left in the code which continues to
append lines to /tmp/log
Version 0.9 (released 23-Dec-2001)
* create templates for the rest of the pages: markup pages, graphs,

View File

@@ -25,7 +25,7 @@
# -----------------------------------------------------------------------
#
__version__ = '1.0-dev'
__version__ = '0.9.1'
#########################################################################
#
@@ -2199,7 +2199,6 @@ class DiffSource:
if item:
self.idx = idx
self.last = item
open('/tmp/log','a').write('idx=%d item=%s\n' % (idx,vars(item)))
return item
def _get_row(self):

View File

@@ -13,7 +13,7 @@
</td>
<td align=center valign=top bgcolor="white" width="1%">
<b>Quickstart:</b>
<a href="viewcvs-0.9.tar.gz">download</a>
<a href="viewcvs-0.9.1.tar.gz">download</a>
</td>
<td width="1%"><a href="http://sourceforge.net/"><img border=0
src="http://sourceforge.net/sflogo.php?group_id=18760&type=1"></a><br><a href="http://sourceforge.net/projects/viewcvs/">ViewCVS&nbsp;project&nbsp;page</a>
@@ -210,10 +210,10 @@
The software is available for download:
</p>
<blockquote>
<a href="viewcvs-0.9.tar.gz">Version 0.9 of ViewCVS as a gzipped
<a href="viewcvs-0.9.1.tar.gz">Version 0.9.1 of ViewCVS as a gzipped
tar</a>
<br>
<a href="viewcvs-0.9.zip">Version 0.9 of ViewCVS as a ZIP
<a href="viewcvs-0.9.1.zip">Version 0.9.1 of ViewCVS as a ZIP
file</a>
</blockquote>
<p>
@@ -299,7 +299,7 @@
<address><a href="mailto:viewcvs@lyra.org">ViewCVS Users Group</a></address>
<!-- Created: Fri Dec 3 02:51:37 PST 1999 -->
<!-- hhmts start -->
Last modified: Sun Dec 23 03:23:09 PST 2001
Last modified: Wed Dec 26 21:15:40 PST 2001
<!-- hhmts end -->
</body>
</html>