mirror of
https://github.com/vitalif/viewvc-4intranet
synced 2019-04-16 04:14:59 +03:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a6349a66bf | ||
![]() |
cf7c087fbd | ||
![]() |
b815e6ece7 | ||
![]() |
c35dabcaeb | ||
![]() |
f45b5f8d7f |
7
CHANGES
7
CHANGES
@@ -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,
|
||||
|
@@ -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):
|
||||
|
@@ -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 project 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>
|
||||
|
Reference in New Issue
Block a user