summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-21 16:05:33 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-21 16:05:33 +0000
commitc5ee6019d8614f0bce373552d116c72f2408a4ee (patch)
tree86603b6fe38641928c88fba15c35050c646d2685 /NEWS
parente6744d0f893e0641b22996382cc6dcb81f8acc3d (diff)
downloadnixlib-c5ee6019d8614f0bce373552d116c72f2408a4ee.tar
nixlib-c5ee6019d8614f0bce373552d116c72f2408a4ee.tar.gz
nixlib-c5ee6019d8614f0bce373552d116c72f2408a4ee.tar.bz2
nixlib-c5ee6019d8614f0bce373552d116c72f2408a4ee.tar.lz
nixlib-c5ee6019d8614f0bce373552d116c72f2408a4ee.tar.xz
nixlib-c5ee6019d8614f0bce373552d116c72f2408a4ee.tar.zst
nixlib-c5ee6019d8614f0bce373552d116c72f2408a4ee.zip
* Move stuff.
* Added a NEWS file.

svn path=/nixpkgs/trunk/; revision=2259
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 000000000000..9468d19065a9
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,20 @@
+Nix Packages 0.7
+
+* The bootstrap process for the standard build environment on Linux
+  (stdenv-linux) has been improved.  It is no longer dependent in its
+  initial bootstrap stages on the system Glibc, GCC, and other tools.
+  Rather, Nixpkgs contains a statically linked bash and curl, and uses
+  that to download other statically linked tools.  These are then used
+  to build a Glibc and dynamically linked versions of all other
+  tools.
+
+  This change also makes the bootstrap process faster.  For instance,
+  GCC is built only once, not thrice.
+
+  (Contributed by Armijn Hemel.)
+
+* Many packages have been changed and added, but notably:
+
+  - Qt 3 has been added.
+
+  - Mysql has been added.