-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathRelNotes-1.1.2.phtml
More file actions
19 lines (16 loc) · 950 Bytes
/
Copy pathRelNotes-1.1.2.phtml
File metadata and controls
19 lines (16 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<% header(name + ' 1.1.2 Release Notes') %>
<p><% name %> version 1.1.2 released on 08/12/16</p>
<a id="Changes"></a><h2>Changes</h2>
<ul>
<li>Webware 1.1.2 is a bugfix release with several small improvements and
fixes over the Webware 1.1.1 release, listed in the WebKit release notes.</li>
<li>Note that Webware for Python has a new homepage at
<a href="https://webwareforpython.github.io/w4py/">webwareforpython.github.io/w4py/</a>
and the old Wiki has been closed and archived at
<a href="https://webwareforpython.github.io/w4py-olde-wiki/">webwareforpython.github.io/w4py-olde-wiki/</a>.
Development has moved from the old SVN repository, which has been archived at
<a href="https://github.com/WebwareForPython/w4py-olde-docs/">github.com/WebwareForPython/w4py-olde-docs/</a>,
to a new GitHub repository at
<a href="https://github.com/WebwareForPython/w4py">github.com/WebwareForPython/w4py</a>.</li>
</ul>
<% footer() %>