From e204aab3a61bcd1cc7606441a542f3e5f594bcdd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 17 Jul 2012 23:07:28 -0400 Subject: Split 0.1 and 1.0 release series. --- diff --git a/dev/releases/0.1.mdwn b/dev/releases/0.1.mdwn index ee522cb..eeddc42 100644 --- a/dev/releases/0.1.mdwn +++ b/dev/releases/0.1.mdwn @@ -2,6 +2,9 @@ This page documents the 0.1.x release series. +There was no official release in this series, except for a public demonstration +of the system and the publication of source and binary packages. + Life Cycle ========== @@ -13,42 +16,35 @@ Life Cycle * 2012-02-09: [First source package][initial-opkg] made * 2012-04-26: Release of [opkhelper 1.0.0][opkhelper-1.0.0] * 2012-04-30: Public demonstration of running system - * 2012-05-29: [Initial draft][arch-str-draft] of Architecture String Syntax - specification - * 2012-06-27: [Initial draft][spf-2.0-draft] of Source Package Format 2.0 - specification - * 2012/2013: Projected release + * 2012-05-27: Publication of packages. + +No official support will be provided for this release series. + +This release series is succeeded by the [[1.0_series|dev/releases/1.0]]. -Release Goals -============= +Series Information +================== Notable Packages ---------------- * Linux-libre 3.2.x - * BusyBox 1.20.x + * BusyBox 1.19.x * opkg 0.1.8+r635 * EGLIBC 2.15 - * GCC 4.7.x - * Binutils 2.22 - * opkhelper 2.0.x -Features --------- +New Features +------------ - * Native and cross toolchain packages - * [[Installation_bootstrap_tool|dev/todo/installation-bootstrap-tool]] - * [[Boot_sequencing|dev/todo/boot-sequencing]] - * Partial [[multiarch_support|dev/todo/multiarch]] + * Platform configuration + * Support for ports to any kernel and system libraries + * Fast boot time Architectures ------------- * cortexa8-linux-eglibc - * core-linux-eglibc - * i686-linux-eglibc - * k8-linux-eglibc Programming Languages --------------------- @@ -56,15 +52,11 @@ Programming Languages * C * Assembly * UNIX shell command language - * C++ Formats and Policies -------------------- - * Source Package Format 2.0 - * Architecture String Syntax - * Software Inclusion Policy 1.0 - * Packaging Policy 1.0 + * Source Package Format 1.0 [initial-notes]: http://git.os.pehjota.net/doc/notes.git/commit/?id=4571f950 @@ -72,5 +64,3 @@ Formats and Policies [opkhelper-start]: http://git.os.pehjota.net/opkhelper/opkhelper.git/commit/?id=53fbfa7a [initial-opkg]: http://git.os.pehjota.net/pkg/opkg.git/tree/?id=f431cd1a [opkhelper-1.0.0]: http://git.os.pehjota.net/opkhelper/opkhelper.git/commit/?id=c450b43eb -[arch-str-draft]: http://git.os.pehjota.net/doc/specs.git/commit/?id=e0ab98c4 -[spf-2.0-draft]: http://git.os.pehjota.net/doc/specs.git/commit/?id=6ead5b71 diff --git a/dev/releases/1.0.mdwn b/dev/releases/1.0.mdwn new file mode 100644 index 0000000..ffa6912 --- /dev/null +++ b/dev/releases/1.0.mdwn @@ -0,0 +1,64 @@ +[[!meta title="Release Series 1.0"]] + +This page documents the 1.0.x release series, which succeeds the +[[0.1_series|dev/releases/0.1]]. + +Life Cycle +========== + + * 2012-05-29: [Initial draft][arch-str-draft] of Architecture String Syntax + specification + * 2012-06-27: [Initial draft][spf-2.0-draft] of Source Package Format 2.0 + specification + * 2012/2013: Projected release of version 1.0.0 + + +Release Goals +============= + +Notable Packages +---------------- + + * Linux-libre 3.2.x + * BusyBox 1.20.x + * opkg 0.1.8+r635 + * EGLIBC 2.15 + * GCC 4.7.x + * Binutils 2.22 + * opkhelper 2.0.x + +New Features +------------ + + * Native and cross toolchain packages + * [[Installation_bootstrap_tool|dev/todo/installation-bootstrap-tool]] + * [[Boot_sequencing|dev/todo/boot-sequencing]] + * Partial [[multiarch_support|dev/todo/multiarch]] + +Architectures +------------- + + * cortexa8-linux-eglibc + * core-linux-eglibc + * i686-linux-eglibc + * k8-linux-eglibc + +Programming Languages +--------------------- + + * C + * Assembly + * UNIX shell command language + * C++ + +Formats and Policies +-------------------- + + * Source Package Format 2.0 + * Architecture String Syntax + * Software Inclusion Policy 1.0 + * Packaging Policy 1.0 + + +[arch-str-draft]: http://git.os.pehjota.net/doc/specs.git/commit/?id=e0ab98c4 +[spf-2.0-draft]: http://git.os.pehjota.net/doc/specs.git/commit/?id=6ead5b71 -- cgit v0.9.1