build: Bump to version 0.2.
authorLudovic Courtès <ludo@gnu.org>
Fri, 18 Jan 2013 15:57:37 +0000 (16:57 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 18 Jan 2013 15:59:02 +0000 (16:59 +0100)
* configure.ac: Bump version number.

TODO
configure.ac

diff --git a/TODO b/TODO
index d81b4b1..8cb1704 100644 (file)
--- a/TODO
+++ b/TODO
@@ -51,6 +51,14 @@ For a start, we may use the instance at hydra.nixos.org, generously
 provided by TU Delft.  However, in the future, we may want to setup our
 own instance at gnu.org.
 
+* add guix-pull
+
+A tool that fetches the latest code from [[http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz][cgit]], builds a derivation that
+unpacks it, copies only .scm files (this excludes guix/config.in) and
+compiles it, and then links to it from ~/.local/guix/latest .  Change
+guix-build and guix-package to have that directory first in their load
+path.
+
 * user interface
 ** Add a package.el (Emacs) back-end
 
index 0c3a9e5..8c71016 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.68)
-AC_INIT([GNU Guix], [0.1], [bug-guix@gnu.org], [guix],
+AC_INIT([GNU Guix], [0.2], [bug-guix@gnu.org], [guix],
   [http://gnu.org/software/guix/])
 AC_CONFIG_AUX_DIR([build-aux])