forked from Motion-Project/Motion-Project.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
motion_news.html
70 lines (65 loc) · 3.03 KB
/
motion_news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<link href="motion.png" rel="icon" type="image/png">
<title>Motion</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="motion_stylesheet.css" media="screen">
</head>
<body>
<ul class="nav-button">
<li class="nav-button"><a href="motion_support.html">Support</a></li>
<li class="nav-button"><a href="motion_news.html">News</a></li>
<li class="nav-button"><a href="motion_guide.html">Documentation</a></li>
<li class="nav-button"><a href="motion_download.html">Download</a></li>
<li class="nav-button"><a href="index.html">Home</a></li>
<li class="nav-button" style="float: left;"> <img src="motion.gif" width="125" height="50"> </li>
</ul>
<section class="page-header">
<h1>
News
</h1>
</section>
<section class="main-content">
<h2>2017/11/11 - Release 4.1 </h2>
<p></p>
Version 4.1 with revised fixes, features and deb packages has been released and
is available on the releases page. It is anticipated that future releases will continue
to follow this annual cycle timing.
<p></p>
<h2>2016/10/30 - 2016/2017 Development Cycle </h2>
<p></p>
The development time available from Mr-Dave will be wrapping up in early November 2016 and is
expected to resume sometime in August 2017.
<p></p>
<h2>2016/10/20 - Break from being fork </h2>
<p></p>
With the creation of release of 4.0 and the coalescing of the various developers/forks into the
project, it is now time to break the github project away from being a fork of SackMotion.
<p></p>
Sometime after November 15 2016 the project will implement the break. When this occurs, developers
that have previously forked from SackMotion and not forked from the project will no longer be able to see
the project in the network graphs.
<p></p>
Developers are encouraged to fork/sync from the project so that when the break occurs, they can
continue to participate.
<p></p>
<h2>2016/10/24 - Version 4.0.1 Released </h2>
<p></p>
Version 4.0.1 has been packaged and released here. Only minor packaging changes are included in this
release versus what is included in version 4.0.
<p></p>
<h2>2016/10/20 - New Repo for Project </h2>
<p></p>
The project now has a new repository to contain the packaging components associated with the
Motion application. For users that wish to build the application from source, a build script has been
created that allows for the creation of deb packages. The deb packages are preferred for building so that
users can easily uninstall and revert to other versions.
<p></p>
<h2>2016/10/16 - Version 4.0 Released </h2>
<p></p>
Version 4.0 has been packaged and released here. See release notes for items included in this release.
<p></p>
</body>
</html>