mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-12 23:32:05 +01:00
72 lines
1.5 KiB
HTML
72 lines
1.5 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Smack Changelog</title>
|
||
|
<style type="text/css">
|
||
|
BODY {
|
||
|
font-size : 100%;
|
||
|
}
|
||
|
BODY, TD, TH {
|
||
|
font-family : tahoma, verdana, arial, helvetica, sans-serif;
|
||
|
font-size : 0.8em;
|
||
|
}
|
||
|
A:hover {
|
||
|
text-decoration : none;
|
||
|
}
|
||
|
.pageheader {
|
||
|
font-family : arial, helvetica, sans-serif;
|
||
|
font-size : 14pt;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.header {
|
||
|
font-family : tahoma, arial, helvetica, sans-serif;
|
||
|
font-size : 1.4em;
|
||
|
font-weight: bold;
|
||
|
border-bottom : 1px #ccc solid;
|
||
|
padding-bottom : 2px;
|
||
|
}
|
||
|
.subheader {
|
||
|
font-weight: bold;
|
||
|
color: #600;
|
||
|
}
|
||
|
TT {
|
||
|
font-family : courier new;
|
||
|
font-weight : bold;
|
||
|
color : #060;
|
||
|
}
|
||
|
PRE {
|
||
|
font-family : courier new;
|
||
|
font-size : 100%;
|
||
|
}
|
||
|
.footer {
|
||
|
font-size : 0.8em;
|
||
|
color : #666;
|
||
|
text-align : center;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div class="header">
|
||
|
Smack Changelog
|
||
|
</div>
|
||
|
|
||
|
<p>
|
||
|
<b>1.0 Beta 1.1</b> - January 20, 2003
|
||
|
<p>
|
||
|
<ul>
|
||
|
<li>XML JAR was not being merged correctly with smack.jar by build process, which
|
||
|
caused XML parsing to fail.
|
||
|
</ul>
|
||
|
|
||
|
<p>
|
||
|
<b>1.0 Beta 1</b> - January 17, 2003
|
||
|
<p>
|
||
|
<ul>
|
||
|
<li>Initial release.
|
||
|
</ul>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|