Nikolay Amiantov
bf5d2bc215
16.09 changelog: add mention of special filesystems changes
2016-09-17 13:26:03 +03:00
Kamil Chmielewski
914e0e594c
buildGoPackage: deps.json -> deps.nix in NIXON
...
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541
* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
aszlig
1781e95577
Merge pull request #18567 (VirtualBox 5.1.6)
...
This introduces VirtualBox version 5.1.6 along with a few refactored
stuff, notably:
* Kernel modules and user space applications are now separate
derivations.
* If config.pulseaudio doesn't exist in nixpkgs config, the default is
now to build with PulseAudio modules.
* A new updater to keep VirtualBox up to date.
All subtests in nixos/tests/virtualbox.nix succeed on my machine and
VirtualBox was reported to be working by @DamienCassou (although with
unrelated audio problems for another fix/branch) and @calbrecht.
2016-09-14 02:20:16 +02:00
aszlig
4a44eca07d
nixos/release-notes: Add VirtualBox changes
...
The change is backwards-compatible for users of the NixOS module but not
if people were using the package directly, so let's warn users about
that.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-09-13 06:34:33 +02:00
Kirill Boltaev
a769e0ffae
nixos manual: mention gtk-related alias changes
2016-09-12 18:26:06 +03:00
Vladimír Čunát
bd6e40c27d
Merge #16391 : texlive: 2015 -> 2016
...
Mirroring isn't finalized, but we'll have to fix that on the go.
2016-09-10 12:04:25 +02:00
Bjørn Forsman
351d124376
nixos/release-notes: PHP config-file-scan-dir /etc -> /etc/php.d
2016-09-08 09:41:14 +02:00
Vladimír Čunát
2217b328f9
texlive: rename the directory texlive-new -> texlive
2016-09-04 14:53:30 +02:00
Domen Kožar
b84b523baf
unstable is now 17.03
2016-09-02 08:47:21 +02:00
Domen Kožar
a6670c1a0b
Fixes #18124 : atomically replace /var/setuid-wrappers/ ( #18186 )
...
Before this commit updating /var/setuid-wrappers/ folder introduced
a small window where NixOS activation scripts could be terminated
and resulted into empty /var/setuid-wrappers/ folder.
That's very unfortunate because one might lose sudo binary.
Instead we use two atomic operations mv and ln (as described in
https://axialcorps.com/2013/07/03/atomically-replacing-files-and-directories/ )
to achieve atomicity.
Since /var/setuid-wrappers is not a directory anymore, tmpfs mountpoints
were removed in installation scripts and in boot process.
Tested:
- upgrade /var/setuid-wrappers/ from folder to a symlink
- make sure /run/setuid-wrappers-dirs/ legacy symlink is really deleted
2016-09-01 20:57:51 +02:00
Tuomas Tynkkynen
838c75398c
release notes: Fix unclosed tag
2016-09-01 01:11:50 +03:00
Tuomas Tynkkynen
5ad122b500
release notes: Add note about audit being disabled by default
2016-08-31 23:15:47 +03:00
Tuomas Tynkkynen
03fb2c1f32
doc: Document changes to multiple-output conventions
2016-08-30 04:46:59 +03:00
Domen Kožar
4af09e0031
Merge pull request #14311 from Profpatsch/mkRemovedOptionModule-replacement
...
mkRemovedOptionModule: add replacement argument
2016-08-28 13:55:28 +02:00
Nikolay Amiantov
e3ab0826c2
fontconfig-ultimate: 2015-12-06 -> 2016-04-23
...
This removes our hardcoded presets which weren't updated for quite some time.
Infinality now has new hardcoded presets in freetype, which can be overriden if
desired with environment variables (as before). Accordingly, updated NixOS
module to set the hardcoded preset.
Additionally used a more "right" type for substitutions.
2016-08-20 03:21:05 +03:00
Profpatsch
85ed3ca9c7
libinput.accelProfile: improve docs & new default
...
The link to some (of course non-existing, i.e. freedesktop) “libinput”
documentation is replaced by a piece of the API documentation.
The default is changed since the documentation suggests `adaptive`
should be it.
https://wayland.freedesktop.org/libinput/doc/latest/group__config.html#gad63796972347f318b180e322e35cee79
Also fix a missing string conversion for `scrollButton`.
2016-08-08 14:01:07 +02:00
Franz Pletz
d8fd06641a
gitlab module: split up gitlab-runner script
...
The name gitlab-runner clashes with a component of Gitlab CI with the
same name and only confuses people. It's now called gitlab-bundle and
a convenience-script gitlab-rake for easier invocation of rake tasks
was added. This was the primary use case of gitlab-runner.
2016-08-04 02:29:45 +02:00
Christine Koppelt
07ca9bd4bc
Redis: add entry to release notes
2016-07-31 15:28:56 +02:00
Joachim Fasting
edbaba6d3c
nixos release notes: document changes to grsecurity/PaX
2016-07-23 19:09:47 +02:00
Vladimír Čunát
a03ff26080
Merge #15639 : xorg-server 1.17.4 -> 1.18.3
...
... and fglrxCompat to maintain compatibility.
2016-06-05 00:52:06 +02:00
Profpatsch
16c923cef2
modules/mkRemovedOptionModule: add replacement doc
...
When displaying a warning about a removed Option we should always
include reasoning why it was removed and how to get the same
functionality without it.
Introduces such a description argument and patches occurences (mostly
with an empty string).
startGnuPGAgent: further notes on replacement
2016-05-29 00:42:08 +02:00
Vladimír Čunát
e7080becfd
release notes: mention xorg-server update
2016-05-23 15:24:00 +02:00
Vladimír Čunát
5eb0e1360a
release notes: mention removal of shell aliases
2016-05-23 15:16:41 +02:00
Alexander Ried
31fa7eda70
releasenotes: fix opengl.extraPackages option name
...
Should be merged into master and release-16.03 I guess
2016-05-21 16:34:58 +02:00
Domen Kožar
90d7041ce4
PXE boot: add manual section and note in changelog
2016-04-29 10:42:45 +01:00
Eric Sagnes
e6ae05dd8a
input-method module: fix folder case
2016-04-12 19:50:26 +09:00
Nicolas B. Pierron
411408f74c
Fix typo in service.syncthing.dataDir description.
2016-04-03 17:36:38 +00:00
Domen Kožar
d8abfc87c6
changelog: correct path to gitit nixos module
2016-03-31 23:49:38 +01:00
Domen Kožar
cc25628212
changelog: note binutils upgrade
...
(cherry picked from commit 216c840ca8c7a3a0e71244be3b739dafa32a0709)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-31 23:47:38 +01:00
Domen Kožar
9dfc6829fe
changelog: note release date
...
(cherry picked from commit 279557e6d2a1afce8419030ec538c1eb3f42abe4)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-31 23:47:34 +01:00
Domen Kožar
b357ee9a6f
changelog: add all new NixOS modules
...
(cherry picked from commit d231868990f8b2d471648d76f07e747f396b9421)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-31 23:47:31 +01:00
Eelco Dolstra
e60be0923b
NixOS manual: Add some release notes
2016-03-31 12:32:33 +02:00
Vladimír Čunát
d9b98b6b50
manual rl-16.03: document broadcom issue #12595
2016-03-29 16:32:50 +02:00
Peter Simons
9a2ee42f52
Document the fact that the firewall allows pings by default in rl-1603.xml.
2016-03-18 12:00:39 +01:00
Rok Garbas
d014088c95
nixos/doc: adding line about the change in service.syncthing
2016-03-09 12:23:27 +01:00
Eelco Dolstra
56e68d4d5f
Manual: rl-unstable.xml -> rl-1603.xml
2016-02-29 11:39:46 +01:00
Nicolas B. Pierron
73630b8986
nsd service: add non-backward compatible release note entry
2016-02-28 09:18:39 +01:00
Eelco Dolstra
d4636fa254
Revert "Add a way to pin a NixOS version within the module system."
...
This reverts commit a5992ad61b
. Motivation:
a5992ad61b (commitcomment-14986820)
2016-02-27 20:48:12 +01:00
Franz Pletz
cd0f14f23e
gitlab: Add documentation
...
Fixes #13303 .
2016-02-26 08:56:39 +01:00
Eelco Dolstra
cacf2d063e
Merge pull request #13059 from abbradar/udev-local-priority
...
Make local udev rules higher prioritized
2016-02-23 16:41:47 +01:00
Nikolay Amiantov
32df5ed4c2
udev service: make local rules apply after all others
2016-02-23 15:17:24 +03:00
Eric Sagnes
dc6bd61187
added input method related changelog
2016-02-20 13:04:02 +09:00
Vladimír Čunát
e9520e81b3
Merge branch 'master' into staging
2016-02-17 10:06:31 +01:00
Jinjing Wang
73b9a9662d
pdnsd service: init
2016-02-12 19:53:41 +08:00
Vladimír Čunát
a115bff08c
Merge branch 'master' into staging
2016-02-07 13:52:42 +01:00
Aneesh Agrawal
3c5fca9618
filesystems: use list of strings for fs options
...
Allow usage of list of strings instead of a comma-separated string
for filesystem options. Deprecate the comma-separated string style
with a warning message; convert this to a hard error after 16.09.
15.09 was just released, so this provides a deprecation period during
the 16.03 release.
closes #10518
Signed-off-by: Robin Gloster <mail@glob.in>
2016-02-06 19:48:30 +00:00
Tomas Vestelind
de2d609317
haka in unstable release notes
2016-02-01 09:47:23 +01:00
Nikolay Amiantov
b52acfdf01
nixos xserver: remove vaapiDrivers
...
Use hardware.opengl.extraPackages instead.
2016-01-26 13:42:40 +03:00
Vladimír Čunát
2af19df364
Merge branch 'master' into staging
2016-01-25 10:02:25 +01:00
Nikolay Amiantov
3ade072aad
nixos changelog: mention CUPS changes
2016-01-21 20:02:50 +03:00
Nikolay Amiantov
9fe72b34ed
nixos changelog: mention postfix changes
2016-01-21 12:48:30 +03:00
Nikolay Amiantov
15ea50733d
nixos changelog: mention ejabberd fixes
2016-01-21 12:48:30 +03:00
Vladimír Čunát
98218971c2
Merge #12299 : make firefox-like browsers wrapped by default
2016-01-15 08:53:58 +01:00
Vladimír Čunát
5fe68602cc
release notes: document renames of firefox-like browsers
2016-01-15 08:37:02 +01:00
Domen Kožar
8525936f80
nixos: Document "jobs" option removal
2016-01-14 13:08:56 +01:00
Vladimír Čunát
22184c4cfa
release-notes: document $NIX_AUTO_RUN from #12000
2016-01-10 10:15:44 +01:00
Rodney Lorrimar
5d682e515e
release-notes: add pump.io as a new service
2015-12-27 13:32:44 +00:00
Thomas Tuegel
dd89ee1c3b
release-notes: note addition of ELPA and MELPA packages
2015-12-19 09:32:21 -06:00
Vladimír Čunát
acf320f691
nixos release notes: mention enableCtrlAltBackspace
...
/cc #11228 .
2015-12-17 12:31:34 +01:00
Nikolay Amiantov
ca3b47cccc
release-notes: mention bumblebee changes
2015-12-08 18:54:02 +03:00
Vladimír Čunát
8d62b2b8fa
nixos/release notes: explain removal of tidy-html5
...
This belongs to 81b9cc6f54
.
2015-11-29 13:50:55 +01:00
Rodney Lorrimar
27e621a60e
release-notes: add longview as a new service
2015-11-26 21:43:11 +00:00
zimbatm
ad2a4ab24c
ruby: remove insecure 1.8.7, fixes #11194
...
1.8.x is unsupported and is probably insecure.
This also simplifies things a little bit
2015-11-25 12:10:03 +01:00
zimbatm
e7cd9077a8
s3sync: delete dead project
...
According to http://s3sync.net/wiki.html , https://github.com/ms4720/s3sync was
supposed to take over the development but nothing has happened in 4 years.
The project is unfortunately dead and is our only dependency to ruby 1.8.
2015-11-25 11:51:09 +01:00
Nicolas B. Pierron
a5992ad61b
Add a way to pin a NixOS version within the module system.
...
This modification add a way to re-evaluate the module system with a
different version of NixOS, or with a different set of arguments.
2015-11-19 20:58:45 +00:00
Nikolay Amiantov
7487aba1a8
manual: document nginx changes
2015-11-02 01:15:48 +03:00
Luca Bruno
e9b3a4f7c4
rl-1509.xml: Gnome -> GNOME
2015-10-01 12:53:27 +02:00
Domen Kožar
aca373c6b2
typos
2015-09-30 21:26:41 +02:00
Nicolas B. Pierron
50146ce815
Add pkgs module argument documentation for #6794 incompatible change.
2015-09-30 21:13:42 +02:00
Eelco Dolstra
5374c07c15
Tweak release notes
2015-09-30 19:30:07 +02:00
Domen Kožar
187854fced
update release notes for 15.09
...
(cherry picked from commit e13b657670dc02280a5f7b0f89538d9a2ac0444f)
2015-09-30 19:28:16 +02:00
Peter Simons
ece50d57ce
rl-1509.xml: update Haskell-related release notes
...
- Update the link to the manual to refer to the proper place.
- Mention LTS Haskell and Stackage Nightly.
- Minor cosmetic to improve readability.
2015-09-30 16:17:05 +02:00
Vladimír Čunát
6070cd09fc
haskell: make ghc
, cabal-install
, and stack
visible
...
Thanks to @peti. Close #10035 .
2015-09-27 17:18:44 +02:00
aszlig
39a03b679a
release-notes/15.09: Document changes for vboxsf.
...
Since 74209a4
we have initial support for the "vboxsf" (VirtualBox
shared folder) file system support. This will be cherry-picked to
release-15.09 so we need to notice people about the change.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-26 11:02:05 +02:00
aszlig
02c2500195
release-notes/15.09: Use <option/> for options.
...
There were quite a few configuration options which were tagged via
<literal/>, so in order to keep consistency with other docbook manuals
in the source tree, let's use <option/> here.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-26 11:01:37 +02:00
Vladimír Čunát
48200a96e0
doc/release notes (15.09): mention texlive
2015-09-25 14:24:47 +02:00
Eelco Dolstra
ddb39be324
Update 15.09 release notes
2015-09-21 11:17:25 +02:00
Eelco Dolstra
9c146220a9
Style / typo fixes
2015-09-21 11:17:25 +02:00
Edward Tjörnhammar
533a2799bc
release-notes: properly close the item list
2015-09-21 05:36:10 +02:00
Edward Tjörnhammar
122d5e497e
Remove Gitit from the list of evaluated modules
2015-09-20 21:40:16 +02:00
Kovacsics Robert (NixOS-SSD2)
b22e6cb299
wiimenu, wmiiSnap, libixp_for_wmii: removed, fixes #9609
...
wiimenu superseded by wimenu from wmii
wmiiSnap superseded by wmii_hg
libixp_for_wmii superseded by libixp_hg
2015-09-03 12:58:24 +02:00
Eelco Dolstra
d4ccd68648
Rename rl-unstable.xml -> rl-1509.xml
2015-08-27 11:50:45 +02:00
Nikolay Amiantov
89a2f87011
elm: add the platform and helpful scripts
2015-08-17 21:32:30 +03:00
aszlig
6440e9bbfd
nixos/vbox: Move all options to virtualisation.*.
...
Commit 687caeb
renamed services.virtualboxHost to programs.virtualbox,
but according to the discussion on the commit, it's probably a better to
put it into virtualisation.virtualbox instead.
The discussion can be found here:
https://github.com/NixOS/nixpkgs/commit/687caeb#commitcomment-12664978
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-13 12:28:24 +02:00
Vladimír Čunát
f4dc055689
nixos/release-notes: mention unification of channels
2015-08-12 06:54:37 +02:00
Vladimír Čunát
2bdd4aa1cb
nixos/release-notes: move "new services" section
...
It seems much less important than incompatible changes (though it's shorter).
2015-08-12 06:41:55 +02:00
Eelco Dolstra
b3d8d750de
Remove /etc/nixos/nixpkgs from $NIX_PATH
...
NixOS hasn't used /etc/nixos/nixpkgs for a long time, so it's time to
get rid of it.
2015-08-05 14:34:33 +02:00
Eelco Dolstra
ff4e92f2cc
Spelling etc
2015-08-03 13:48:43 +02:00
Profpatsch
8c652379df
locate: option includeStore
2015-08-02 01:04:13 +02:00
Eelco Dolstra
a5b83c3573
sshd: Use RSA and ED25519 host keys
...
Closes #7939 .
2015-07-27 20:30:10 +02:00
Eelco Dolstra
e3a5bca4ae
Require signed binary caches by default
2015-07-27 20:30:09 +02:00
Eelco Dolstra
1a03de173b
Move release notes to an appendix and a separate chunk
2015-07-22 16:21:32 +02:00
Eelco Dolstra
57e48df19e
Remove non-incompatible changes from the list of incompatible changes
2015-07-22 15:17:01 +02:00
Eelco Dolstra
201f9beddb
Don't enable cron by default
...
The rationale for disabling this is: 1) systemd timers are better; 2)
it gets rid of one usually unnecessary process, which makes containers
more light-weight.
Note that cron is still enabled if services.cron.systemCronJobs is
non-empty, so this only matters if you have no declarative cron jobs
but do have user cron jobs.
2015-07-22 15:15:09 +02:00
Luca Bruno
fc5b0f826f
release notes: phpfpm now using default php instead of php54
2015-07-17 18:18:43 +02:00
Simon Vandel Sillesen
9dab1a840c
tvheadend: init at 4.0.4
2015-06-24 13:22:09 +00:00
Travis B. Hartwell
caa216b640
atom-shell: renamed to electron and updated 0.19.1 -> 0.28.2
...
Added systemd to buildEnv path because of new libudev dependency.
2015-06-19 15:32:12 -06:00
Thomas Tuegel
c02dd4a726
Update release notes about OpenBLAS
2015-06-12 08:04:02 -05:00
Peter Simons
789f20eba8
nixos release notes: document new services.openssh.moduliFile option
2015-06-01 15:20:18 +02:00
Peter Simons
d4412bf6c4
nixos release notes: document incompatible changes due to Haskell NG
2015-06-01 15:19:53 +02:00