about summary refs log tree commit diff
path: root/doc/manual/release-notes (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-10 Start of 1.12 release notesEelco Dolstra1-2/+360
2017-07-18 Update the mailing list.Graham Christensen1-1/+1
2017-06-14 OS X -> macOSEelco Dolstra1-1/+1
(cherry picked from commit c20641ce569dc1fdeaeaa147b0292f258667f53b)
2017-06-14 Add 1.11.10 release notesEelco Dolstra2-0/+32
(cherry picked from commit 0fb60e4e0f66cc42c7c274acfcf00b51f6c829c4)
2017-04-12 Move note about float support out of the wrong release notesBenjamin Staffin2-7/+7
Looks like this snuck into the 1.11 release notes post-release, but float support isn't actually present until 1.12.
2017-02-27 Fix 1.8 release note about build-max-jobsEelco Dolstra1-2/+2
We set build-cores automatically, not build-max-jobs. (The commit message for de4cdd0d47adc70a4db12397a42c18ee50b4e662 also got this wrong.)
2016-02-12 Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra1-0/+7
Implement floats
2016-01-31 Use the daemon when we don't have write access to the Nix databaseEelco Dolstra2-0/+25
2016-01-19 GrmblEelco Dolstra1-1/+1
2016-01-18 Update release notesEelco Dolstra1-2/+38
2016-01-06 Update documentation for floats.Christian Theune1-0/+7
2016-01-04 Use sensible date formatEelco Dolstra29-55/+57
2016-01-04 Update release notesEelco Dolstra1-3/+85
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