commit bd4e8904736446aa6576290db56ffdb62991defc
parent d9b4e6e40717f1c51fb73f21328ed24ecd6b83cd
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Sun, 23 Sep 2012 12:56:33 -0700
Update docs
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
@@ -39,7 +39,8 @@ terminal, adjusting the path to wx-config as necessary:
make
To build you will need wxWidgets and FFmpeg packages. On Debian/Ubuntu you also
-need development packages: libwxgtk2.8-dev, libavcodec-dev and libavformat-dev.
+need development packages: libwxgtk2.8-dev, wx-common, libavcodec-dev and
+libavformat-dev.
To start Spek, run:
diff --git a/README.md b/README.md
@@ -7,7 +7,7 @@ Spek is available on *BSD, GNU/Linux, Windows and Mac OS X.
Find out more about Spek on its website: <http://spek-project.org/>
-## Spek 0.8.0 - Released 2012-09-22
+## Spek 0.8.0 - Released 2012-09-23
### New Features And Enhancements
diff --git a/dist/README.md b/dist/README.md
@@ -22,16 +22,15 @@
* Commit everything.
* Make sure `make distcheck` doesn't return errors.
* Prepare binaries for OSX and WIN, see README files in dist/*.
- * Update FreeBSD, Debian and Ubuntu ports, see README files in dist/*.
* If anything has been changed, commit and re-make the tarball.
- * Write the blog post, link from web/index.html, don't publish yet.
* Update web/index.html: bump version numbers, binary sizes and news.
+ * Write the blog post, link from web/index.html, don't publish yet.
* `git tag -a X.Y.Z`.
* Upload the tarball + OSX and WIN binaries.
- * Update the Ubuntu PPA.
- * Request FreeBSD and Debian updates.
* Upload the website using `web/upload`.
* Publish the blog post.
* Send an announcement to the LAA list.
* Update the forum thread on what.
* Ping ArchLinux and Gentoo maintainers.
+ * Update FreeBSD, Debian and Ubuntu ports, see README files in dist/*.
+ * Request FreeBSD and Debian updates.