about summary refs log tree commit diff
path: root/doc/manual/release-notes
AgeCommit message (Collapse)AuthorFilesLines
2015-11-25 Merge branch 'p/sandbox-rename-minimal' of https://github.com/vcunat/nixEelco Dolstra2-0/+24
2015-11-23 Fixed typo.Rommel M. Martinez1-1/+1
2015-11-10 rename `chroot` to `sandbox` (fixes #656, close #682)Vladimír Čunát2-0/+24
- rename options but leav old names as lower-priority aliases, also "-dirs" -> "-paths" to get closer to the meaning - update docs to reflect the new names (old aliases are not documented), including a new file with release notes - tests need an update after corresponding changes to nixpkgs - __noChroot is left as it is (after discussion on the PR)
2015-09-03 Release notesEelco Dolstra2-0/+65
2015-08-05 Fix exampleEelco Dolstra1-1/+1
2015-06-12 TyposEelco Dolstra1-12/+12
2015-06-12 Update release notesEelco Dolstra1-1/+1
2015-06-01 TypoEelco Dolstra1-1/+1
2015-06-01 Nix 1.9 release notesEelco Dolstra2-0/+217
2014-12-16 Belatedly add contributorsEelco Dolstra1-0/+7
2014-12-14 GrmblEelco Dolstra1-1/+1
2014-12-09 Use https://cache.nixos.org instead of http://cache.nixos.orgEelco Dolstra1-1/+5
2014-10-29 Update release notesEelco Dolstra1-0/+81
2014-10-03 nix-env: Add regular expression support in selectorsEelco Dolstra1-0/+10
So you can now do things like: $ nix-env -qa '.*zip.*' $ nix-env -qa '.*(firefox|chromium).*'
2014-09-16 Release notes: Use a section per versionEelco Dolstra29-58/+60
2014-09-16 Nicer file names for the release notesEelco Dolstra29-29/+27
2014-09-16 Merge branch 'master' of github.com:thatdocslady/nixEelco Dolstra29-0/+2558
Conflicts: doc/manual/release-notes.xml doc/manual/writing-nix-expressions.xml
2014-08-27 Restructuring the Nix manualMikey Ariel29-0/+2548