about summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-1803.xml
Commit message (Collapse)AuthorAge
* Revert "nixos/doc: re-format"Eelco Dolstra2019-09-19
| | | | | This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
* nixos/doc: re-formatJan Tojnar2019-09-18
|
* nixos docs: format =)Graham Christensen2018-05-01
|
* 18.03 release notes: fix typoLinus Heckemann2018-04-05
|
* 18.03 release notes: final editsVladimír Čunát2018-04-04
|
* Revert restrictive validation behavior for DM/WM defaults in the X moduleMaximilian Bosch2018-03-28
| | | | | | | | | | | | | | The original idea behind this change (described in ticket #11064) was to improve the assertions to avoid that users of the X server accidentally forget to configure a DM or WM. However this caused several issues with setups that require X, but no DM or WM. The keymap testcases became instable as well as now disabling DMs needs to be done explicitly. (see https://github.com/NixOS/nixpkgs/pull/31268#issuecomment-347080036) In the end the idea behind the change and #11064 was obviously a mistake, so reverting it completely for now should be fine.
* release notes: add information about prometheus exportersWilliButz2018-03-22
|
* prosody: improve module handlingRobin Gloster2018-03-22
|
* prosody: 0.9.12 -> 0.10.0Florian Jacob2018-03-12
| | | | | updating config options, removing luazlib as mod_compression was removed for security reasons.
* Merge #35454: nixos/pump.io: removeVladimír Čunát2018-03-04
|\
| * Release notes: mention removal of pump.io moduleRodney Lorrimar2018-02-27
| |
* | 18.03 release notes: nix-2.0 by defaultVladimír Čunát2018-03-03
| |
* | 18.03 release notes: highlight linux and gcc updatesVladimír Čunát2018-03-03
| |
* | lib.addPassthru: removed as scheduledVladimír Čunát2018-03-03
| |
* | programs/bash: install nix-bash-completions if completion is enabledTor Hedin Brønner2018-02-28
|/
* nodejs: Add release note about dropped 4_x packagesadisbladis2018-02-27
|
* Merge pull request #34028 from florianjacob/matomoFranz Pletz2018-02-26
|\ | | | | piwik is now matomo
| * nixos/matomo: improve serverName defaultFlorian Jacob2018-02-22
| | | | | | | | when we need to change it anyway for the rename.
| * nixos/piwik: rename to matomoFlorian Jacob2018-02-22
| |
* | nixos/alsa: Do not make sound.enable conditional on stateVersion.Aristid Breitkreuz2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eelco Dolstra wrote: Hm, this is not really the intended use of stateVersion. From the description: Every once in a while, a new NixOS release may change configuration defaults in a way incompatible with stateful data. For instance, if the default version of PostgreSQL changes, the new version will probably be unable to read your existing databases. To prevent such breakage, you can set the value of this option to the NixOS release with which you want to be compatible. The effect is that NixOS will option defaults corresponding to the specified release (such as using an older version of PostgreSQL). So this is only intended for options that have some corresponding on-disk state. AFAICT this is not the case for sound. In any case stateVersion is a necessary evil that only exists because we can't just upgrade Postgres databases or change SSH host keys. It's not necessary for things like whether sound is enabled. (If the user discovers that sound is suddenly disabled, they can just enable it.) I had some vague recollection that we also had a configVersion option setting to control the defaults for non-state-related options, but I can't find it so maybe it was only discussed.
* | nixos/manual: fix buildFranz Pletz2018-02-23
| | | | | | | | Broken due to a43e33d0e48b2284ac3a2222d7f1965cef66f5e2.
* | nixos: disable sound by default, if stateVersion >= 18.03 (#35355)Aristid Breitkreuz2018-02-22
|/
* attic: uninitRobert Schütz2018-02-20
| | | | | | | | Attic is currently broken on master. The Attic git repo has not been updated since May 2015. Arch Linux also does not have an Attic package anymore. Borg should be able to read Attic backups using http://borgbackup.readthedocs.io/en/stable/usage/upgrade.html#attic-and-borg-0-xx-to-borg-1-x.
* nixos/doc: document networking.interfaces module changesrnhmjoj2018-02-17
|
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2018-02-14
|\
| * 18.03 release notes: highlight gnome 3.26Jan Tojnar2018-02-14
| |
| * 18.03 release notes: warn about libinputJan Tojnar2018-02-14
| |
* | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-02-13
|\| | | | | | | | | | | Conflicts: pkgs/development/libraries/libclc/default.nix pkgs/top-level/all-packages.nix
| * Merge pull request #34705 from etu/php-upgradeFranz Pletz2018-02-13
| |\ | | | | | | php: 7.1.14 -> 7.2.2
| | * php: 7.1.14 -> 7.2.2Elis Hirwing2018-02-07
| | |
| * | jid: remove packageProfpatsch2018-02-12
| |/
* | Merge pull request #34518 from aneeshusa/document-default-kerberos-in-opensshJörg Thalheim2018-02-10
|\ \ | |/ |/| openssh: Document default Kerberos support
| * openssh: Document default Kerberos supportAneesh Agrawal2018-02-02
| |
* | matrix-synapse: default to postgresql on 18.03David McFarland2018-02-04
| |
* | Merge pull request #33897 from rnhmjoj/digitsJörg Thalheim2018-02-02
|\ \ | |/ |/| Avoid package attributes starting with a digit
| * docs: document changes regarding package attribute with a digitrnhmjoj2018-01-16
| |
* | Merge pull request #34060 from WilliButz/fix-postfix-moduleFranz Pletz2018-01-26
|\ \ | | | | | | nixos/postfix: fix default postfix config
| * | release notes: mention the postfix config option fixFranz Pletz2018-01-26
| | | | | | | | | | | | cc #34060
* | | addPassthru: fix argument orderOrivej Desh2018-01-24
|/ / | | | | | | | | | | addPassthru became unused in #33057, but its signature was changed at the same time. This commit restores the original signature and updates the warning and the changelog.
* / amd-hybrid-graphics module: removeLinus Heckemann2018-01-15
|/ | | | | | This was only applicable to very specific hardware, and the only person with an apparent interest in maintaining it (me) no longer uses the hardware in question.
* Merge #33057: stdenv meta checks: make them lazyVladimír Čunát2018-01-14
|\ | | | | | | | | Closes #22277 - it's superseded; I have some WIP on evaluation performance, but best do that in a separate PR/thread.
| * release notes: mention removal of lib.addPassthruVladimír Čunát2018-01-14
| |
* | Revert "nixos/dnscrypt-proxy: remove"rnhmjoj2018-01-08
| | | | | | | | | | This reverts commit 5dc2853981b6e9287668dd17477375adfeb60ebf. The project has a new maintainer.
* | nixos/dnscrypt-proxy: removeJoachim Fasting2018-01-07
| | | | | | | | | | | | The upstream project ceased. See https://github.com/NixOS/nixpkgs/issues/33540
* | test-driver: mention `$user` argument in the NixOS manual and the Impala ↵Maximilian Bosch2018-01-06
| | | | | | | | release notes
* | lightdm-gtk-greater: add configuration options for clock format and indicatorsJosé Romildo Malaquias2018-01-06
| |
* | nixos/memcached: make unix sockets usuableJörg Thalheim2018-01-03
|/ | | | | | | | | | | | | | | | | | | | | | | before: - /var/run/memcached is a bad default for a socket path, since its parent directory must be writeable by memcached. - Socket directory was not created by the module itself -> this was left as a burden to the user? - Having a static uid with a dynamic user name is not very useful. after: - Replace services.memcached.socket by a boolean flag. This simplifies our code, since we do not have to check if the user specifies a path with a parent directory that should be owned by memcached (/run/memcached/memcached.sock -> /run/memcached). - Remove fixed uid/gid allocation. The only file ever owned by the daemon is the socket that will be recreated on every start. Therefore user and group ids do not need to be static. - only create the memcached user, if the user has not specified a different one. The major use case for changing option is to allow existing services (such as php-fpm) opening the local unix socket. If we would unconditionally create a user that option would be useless.
* Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
|\ | | | | Make cross compilation elegant
| * doc: Breaking change release not for dependency propagation logicJohn Ericson2017-12-30
| |
* | Merge branch 'ericson2314-cross-base' into stagingJohn Ericson2017-12-30
|\|