Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-15 | * Begin release notes. | Eelco Dolstra | |
2005-12-13 | * Change `referer' to `referrer' throughout. In particular, the | Eelco Dolstra | |
nix-store query options `--referer' and `--referer-closure' have been changed to `--referrer' and `--referrer-closure' (but the old ones are still accepted for compatibility). | |||
2005-10-18 | * Oops, that should be Berkeley DB 4.3. Reported by Gerco Ballintijn. | Eelco Dolstra | |
2005-10-06 | * Document `nix-env --compare-versions'. | Eelco Dolstra | |
2005-09-28 | * Use "source" instead of ".". | Eelco Dolstra | |
2005-09-22 | * Merge release notes. | Eelco Dolstra | |
2005-09-16 | * Updated release notes. | Eelco Dolstra | |
2005-09-16 | * svn:ignores. | Eelco Dolstra | |
* Add missing file to dist. | |||
2005-09-16 | * Include the release notes in the manual. | Eelco Dolstra | |
2005-09-15 | * Force release notes in ASCII, not UTF-8. | Eelco Dolstra | |
2005-09-15 | * Check for w3m. | Eelco Dolstra | |
2005-09-14 | * Remove dead code. | Eelco Dolstra | |
2005-09-14 | * Release notes in Docbook; ASCII release notes (i.e., the `NEWS' | Eelco Dolstra | |
file) is now generated from that using `w3m' and some XSL hackery. | |||
2005-08-01 | * channels -> channels-v3, catamaran -> nix.cs.uu.nl. | Eelco Dolstra | |
2005-07-13 | * nix-build: default to `./default.nix' if no paths are specified. | Eelco Dolstra | |
So when using Nix as a build tool, you can just say `nix-build' and it will build the top-level derivation defined in `default.nix'. | |||
2005-05-09 | * Crazy: don't use real hashes of real components in examples, since | Eelco Dolstra | |
they cause Nix builds to have unnecessary retained dependences (e.g., on Subversion). | |||
2005-04-10 | * Manual updates. | Eelco Dolstra | |
2005-04-09 | * Document nix-channel. | Eelco Dolstra | |
2005-04-08 | * Lots of manual updates, in particular the new `nix-store --query' | Eelco Dolstra | |
options were documented, as well as the Nix configuration file. | |||
2005-04-07 | * More doc updates. | Eelco Dolstra | |
2005-04-07 | * More manual updates. | Eelco Dolstra | |
2005-04-07 | * Build hook documentation. | Eelco Dolstra | |
* nix-store options. | |||
2005-04-07 | * GC docs. | Eelco Dolstra | |
2005-04-05 | * Manual updates. | Eelco Dolstra | |
2005-04-05 | * Some GC documentation. | Eelco Dolstra | |
2005-04-05 | * Use `--nonet' flag. | Eelco Dolstra | |
2005-04-01 | * Added a glossary to the manual. | Eelco Dolstra | |
2005-03-17 | * Manual updates. | Eelco Dolstra | |
2005-03-16 | * Documented common environment variables. | Eelco Dolstra | |
2005-03-16 | * Update the user environments figure to show multiple profiles and | Eelco Dolstra | |
users. * Change to base-32 hashes. | |||
2005-03-16 | * Automake 1.9 compatibility. | Eelco Dolstra | |
2005-03-15 | * Some more updates. | Eelco Dolstra | |
2005-03-15 | * XInclude all the way. | Eelco Dolstra | |
2005-03-15 | * Manual updates. | Eelco Dolstra | |
2005-01-12 | * NEWS and manual update for release 0.7. | Eelco Dolstra | |
2004-12-17 | * Typo: genericBuilder -> genericBuild. | Eelco Dolstra | |
2004-11-14 | * More manual fixes. | Eelco Dolstra | |
2004-11-14 | * Manual fixes. | Eelco Dolstra | |
2004-11-12 | * Document --delete-generations and other nix-env options. | Eelco Dolstra | |
2004-11-12 | * Document --eval-only and --parse-only options in nix-instantiate. | Eelco Dolstra | |
2004-11-09 | * Typos. | Eelco Dolstra | |
2004-11-07 | * Documented the standard environment, including the generic builder. | Eelco Dolstra | |
2004-11-07 | * Everything you always wanted to know about functions and derivations | Eelco Dolstra | |
but were afraid to ask. | |||
2004-11-07 | * Drop the grammar appendix. | Eelco Dolstra | |
2004-11-07 | * Operators, comments. | Eelco Dolstra | |
2004-11-07 | * Lets, inheritance, assertions. | Eelco Dolstra | |
2004-11-05 | * Typo fix. | Eelco Dolstra | |
2004-11-05 | * Generic builders. | Eelco Dolstra | |
2004-11-05 | * Start of language reference. | Eelco Dolstra | |
2004-11-05 | * Finished GNU Hello walkthrough. | Eelco Dolstra | |