Note the Y2K problem in TkDesk has been fixed in version 1.1.
This commit is contained in:
parent
0d8d875a9a
commit
8fd7659f95
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3587
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-09-21 15:25:38 $">
|
||||
<!ENTITY date "$Date: 1998-10-10 03:20:40 $">
|
||||
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: y2kbug.sgml,v 1.9 1998-09-21 15:25:38 motoyuki Exp $ -->
|
||||
<!-- $Id: y2kbug.sgml,v 1.10 1998-10-10 03:20:40 steve Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -109,7 +109,8 @@
|
|||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=7681">ports/7681</a></dt>
|
||||
<dd>TkDesk 1.0 uses a hardcoded 19 in the file listing window. A
|
||||
file with a date > 2000 is displayed with a year looking like
|
||||
"191xx" where xx is the last two numbers of the real date.</dd>
|
||||
"191xx" where xx is the last two numbers of the real date. This
|
||||
bug has been fixed in version 1.1.</dd>
|
||||
</dl>
|
||||
|
||||
<h2>More information</h2>
|
||||
|
|
Loading…
Reference in a new issue