guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

annotated tag 1.11.10 created (now e5187d3)


From: Ludovic Courtès
Subject: annotated tag 1.11.10 created (now e5187d3)
Date: Fri, 6 Jul 2018 05:15:34 -0400 (EDT)

civodul pushed a change to annotated tag 1.11.10
in repository guix.

        at  e5187d3   (tag)
   tagging  1e4885e31614ff2652acd36f7665c2bb41f04b59 (commit)
  replaces  1.11.9
 tagged by  Eelco Dolstra
        on  Mon Jun 12 20:09:39 2017 +0200

- Log -----------------------------------------------------------------
Tagging release 1.11.10
-----BEGIN PGP SIGNATURE-----

iQFHBAABCAAxFiEEtUHVUwEnDgvPFcpdgXC0cm1xmN4FAlk+2OMTHGVkb2xzdHJh
QGdtYWlsLmNvbQAKCRCBcLRybXGY3guNB/9XvZpfr+MIbCMzzBuqESbTFC/JQ7+P
ofCa0QANR7WpSTMVFBt/YD0xgUSUJsET/toymdcWcy/B+M9c2oASdCE2A85XKwm8
Ch3+BWg3CzDUS8SFpr/IbhEmOnU7Eg4vw919JOSxFstoULLHpSujw5pZHuxnrn9E
++xGSqxzK6eJv2c1TiDwCFbwHdxG0AILzgKF14Rl9ErpXCsVquSzbYW2Pycy2ex6
8/4NXGzx3GUxfYBQp3dScQ6mw+OKPwBnY4d/jmg++Vyhy5v3Oa3wNDb6F5+tQaZG
iLWPAHjLOD7OVbUKKLJTNDhGs0/TMXXSoYBd1EEAA+Pr47Sg2TOsfbSj
=fyLP
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  49fe959   nix-daemon: Use a thread instead of SIGPOLL to catch 
client disconnects
       new  78224cd   nix-store --serve: Monitor for client disconnects
       new  d0fad17   nix-daemon: Simplify stderr handling
       new  ece531d   nix-daemon: Less verbosity
       new  bd91453   Pass -pthread only for programs that need it
       new  62ad3df   Remove some obsolete files
       new  d3c61d8   Remove some dead code
       new  1eb0af7   Add some assertions
       new  24c6d99   More debugging
       new  aa1560c   Fix bogus pass by reference
       new  0fae20c   Use pthread_cancel instead of a signal
       new  a6ab3cf   tests/remote-builds.nix: Don't try cache.nixos.org
       new  d7a92ed   nix-store --serve: Only monitor stdin during builds
       new  01ddf53   tests/remote-builds.nix: Test failing build
       new  56131a2   Refactor
       new  62309a2   build-remote.pl: Be less verbose on failing builds
       new  03103c0   Implement nix-copy-closure --from via nix-store --serve
       new  7b351da   Remove obsolete SSH master connection code
       new  17ef234   Fix NIX_SSHOPTS
       new  7f7d4ab   nix-copy-closure: Implement --gzip via ssh's -C flag
       new  1a44f1c   nix-copy-closure: Drop --bzip2, --xz, --show-progress
       new  71a20d4   Change the default for use-ssh-substituter to ‘true’
       new  6793790   nix-daemon: Pass on the user's $SSH_AUTH_SOCK to the SSH 
substituter
       new  13a63b5   Remove outdated AUTHORS file
       new  50ed345   nix-profile.sh: Set $SSL_CERT_FILE
       new  2ea2703   install-nix-from-closure.sh: Install cacert
       new  3d221a7   Rename nixPath to __nixPath
       new  45f9a91   make clean: Remove Makefile.config
       new  50dc1f5   Restore default SIGPIPE handler before invoking ‘man’
       new  1c208f2   Allow regular files as GC roots
       new  daf3f2c   Make readDirectory() return inode / file type
       new  e0d7d0e   findRoots(): Prevent a call to lstat()
       new  eea0401   Eliminate redundant copy
       new  4c4b219   Call commonChildInit() before doing chroot init
       new  51485dc   Remove ugly hack for detecting build environment setup 
errors
       new  7a60ff9   Speed up nix-shell
       new  bb45092   Make chroot builds easier to set up
       new  4d73e2e   Get rid of "killing <pid>" message for unused build hooks
       new  d5a076c   Add option ‘build-extra-chroot-dirs’
       new  7018830   Update manual
       new  daccd68   Refactor
       new  988bf59   Move some options out of globals
       new  f02c52e   Doh
       new  98873ff   Remove unnecessary call to addTempRoot()
       new  4a198da   install-nix-from-closure.sh: Use https channel if possible
       new  a6f4554   Add support for order-only dependencies
       new  393a9b9   download-from-binary-cache.pl: Respect $SSL_CERT_FILE
       new  6e1f4c1   nix-install-package: Use extra-binary-caches
       new  57695d8   Warn about untrusted binary caches in extra-binary-caches
       new  401ab50   Remove pointless NIX_LOG_TYPE environment variable
       new  5bed74d   Fix warning about non-existant -I directories
       new  47e1858   Refactor option handling
       new  5f05197   Handle compound single dash options properly
       new  9367046   Use regular file GC roots if possible
       new  e9b609b   nix-log2xml: Handle UTF-8 characters
       new  cb921f6   Remove log2html.xsl and friends
       new  fde819f   nix-log2xml: Handle newlines
       new  3bea429   Use $XDG_RUNTIME_DIR for temporary files
       new  3e5dbb2   nix-shell: Use $XDG_RUNTIME_DIR
       new  ad71637   Fix download-via-ssh
       new  ccd4fe5   build-remote.pl: Provide defaults for $NIX_CURRENT_LOAD 
and $NIX_REMOTE_SYSTEMS
       new  c6e85ee   nix-build: Propagate exit status from nix-store -r
       new  42e9ad8   Propagate remote timeouts properly
       new  c160ead   Reduce verbosity
       new  632f989   Doh
       new  02843ba   Fix --attr parsing
       new  029424d   Make hook shutdown more reliable
       new  954188a   Filter Nix-specific ANSI escape sequences from stderr
       new  894fa5e   Reduce test verbosity
       new  392430b   nix-store -l: Automatically pipe output into $PAGER
       new  373fad7   Add some color
       new  11849a3   Use proper quotes everywhere
       new  f0610e2   Install config.h only once
       new  ab4eba5   Handle header file instantiation
       new  2aa9385   Force template regeneration
       new  c93690a   Merge commit '2aa93858afee22e0c32d8f4366970976374091ac'
       new  9481f77   Provide reasonable default flags for $LESS
       new  43579c9   Use pager for more commands
       new  65243ee   Flush std::cout before closing stdout
       new  fefd365   Fix a segfault in ‘nix-env -qa’
       new  524f89f   Use unshare() instead of clone()
       new  163fdf2   Set a curl timeout on binary cache lookups
       new  809ca33   Use PR_SET_PDEATHSIG to ensure child cleanup
       new  3f80060   Fix tests
       new  b224ac1   fix disappearing bash arguments
       new  4b0a720   Document the "out" usage in allowedReferences
       new  3f0a4bf   Fix building with Clang
       new  8901acc   Restructuring the Nix manual
       new  fd61069   Introduce allowedRequisites feature
       new  b5da80e   Fix manual build
       new  9eddf6f   allowedRequisites: Drop stdenv mention
       new  b72e93b   Add disallowedReferences / disallowedRequisites
       new  27a01d9   Shut up "Wide character" warnings in Perl scripts
       new  8fb8c26   Add an 'optimiseStore' remote procedure call.
       new  9472b41   Fix boost::too_many_args error
       new  22c900d   Hack for supporting Boost on Homebrew
       new  9d65287   Fix dependency ordering
       new  e74113a   Fix build-remote.pl
       new  f8df935   tests/remote-builds.nix: Time out faster
       new  a6a45bb   Tweak
       new  d2d5543   build-remote.pl: UTF-8-decode errors
       new  afbdd55   Hack to prevent Makefile.config from being regenerated by 
"make clean"
       new  075cfe3   Add support for using a build directory
       new  44e7e3b   Improved support for building JARs
       new  9648222   Support specifying a JAR manifest
       new  5c4d2da   Fix JAR installation
       new  72d684d   Don't rely on process substitution
       new  67e5dd3   Add some hyperlinks between NIXPATH and -I
       new  f0ef6b7   Merge branch 'master' of github.com:thatdocslady/nix
       new  8259a39   Manual build fixes
       new  9ed49c1   Nicer file names for the release notes
       new  7a68b4e   Release notes: Use a section per version
       new  f271b94   Remove pointless "license" section
       new  8b76018   Drop reference to FreeBSD
       new  d0608da   Drop "service deployment" bla bla
       new  57f6463   Tweak some chapter titles
       new  b1af336   Undocument NIX_OTHER_STORES
       new  7a740c9   Drop separate release notes
       new  54adf34   Fix references to version.txt
       new  3c8522c   Fix parallel make of manpages
       new  f77d83c   Style tweak
       new  5a0181c   Make troubleshooting an appendix
       new  3a52104   Delete bugs.xml
       new  a2fc9c6   Remove unhelpful suggestion
       new  eca29bd   Derive Emacs nix-mode from prog-mode.
       new  d37d012   Settings: Add bool get()
       new  6e5b02b   Add some instrumentation for debugging GC leaks
       new  5a05cf4   Add Make flag to disable optimization
       new  d98bfcb   On Linux, disable address space randomization
       new  d64b8e9   Remove unused w3m dependency
       new  8be9990   Install some pkgconfig files
       new  d4a71ec   Update spec file
       new  7d7b679   Store.so: Add dependency on libnixutil
       new  726abde   Remove debug statement
       new  0342eb1   Remove bogus comment
       new  5b58991   Store Attrs inside Bindings
       new  93e4f01   Inline Bindings::find()
       new  ea525a2   Fix off-by-one
       new  2d6cd8a   attrNames: Don't allocate duplicates of the symbols
       new  68cf98c   configure: Force regeneration of Makefile.config
       new  eff120d   Add a function ‘valueSize’
       new  a54c263   Add ‘seq’ primop
       new  022618c   Handle cycles when printing a value
       new  1e0a799   Rename strictForceValue -> forceValueDeep
       new  831fc8e   Make forceValueDeep work on values with cycles
       new  0cd6596   Add ‘deepSeq’ primop
       new  53b044c   Don't evaluate inside a "throw"
       new  570571a   Remove release notes Hydra product
       new  ebb1dbb   Add missing static
       new  c313d86   manual: add a note that lists are strict in length
       new  a5b5ebc   add manpage for nix-generate-patches
       new  9dd54bc   Pass through --set from nix-install-package command line 
to nix-env
       new  cf72a61   Add --force-name support for --set in nix-env, to support 
nix-install-package --set
       new  147fcdd   Updated documentation for nix-install-package to mention 
--set flag
       new  13a18ce   Fix use of PAGER during tests
       new  e83a027   Remove bash requirement
       new  0ed1b92   Bindings: Remove copy constructor
       new  9b146a5   nix-daemon: Close unnecessary fd
       new  f77be20   printMissing(): Print derivations in approximate build 
order
       new  d618534   Support control characters in JSON output
       new  a17c234   printValue(): Don't print <CYCLE> for repeated values
       new  3800f44   createDirs(): Handle ‘path’ being a symlink
       new  104e55b   nix-env: Add regular expression support in selectors
       new  3b5fa8d   Don't recompile the same regex over and over
       new  3fd2d21   Add test for readDir primop
       new  c08c802   Add readDir primop
       new  3f8576a   Remove some duplicate code
       new  58d8a21   Tweak
       new  d4fcbe1   Add primop ‘attrValues’
       new  c3f0a48   Add primop ‘catAttrs’
       new  1418806   Show total allocations
       new  b680960   Get rid of some unnecessary ExprConcatStrings nodes in 
dynamic attrs
       new  986fbd6   Typo
       new  6bb4c0b   mkList: Scrub better
       new  2a4dbcf   Improved error message when encountering unsupported file 
types
       new  a79e56d   nix-copy-closure: Use strict
       new  f1adf4c   Remove unused @sshOpts flag
       new  a8925a5   nix-channel --add: Validate URL / channel ID
       new  c6849e2   Remove redundant space in usage errors
       new  2c1711a   nix-channel: Add --rollback flag
       new  d04e1ff   nix-store -q: Check for conflicting flags
       new  bc47959   binary download: Use $NIX_CURL_FLAGS
       new  fb4e216   Merge pull request #372 from wmertens/patch-4
       new  138c257   Revert "binary download: Use $NIX_CURL_FLAGS"
       new  bca6d35   Fix nix-copy-closure --from
       new  d16e3c7   Export realiseContext in libnixexpr
       new  0ee1ca6   baseNameOf: Don't copy paths to the store first
       new  c9bd6a1   Fix context test
       new  84a13dc   Drop support for pre-c++11 compilers.
       new  ecc2c8f   Improve printing of ASTs
       new  f040159   Revert "Drop support for pre-c++11 compilers."
       new  6062b12   Fix build on gcc < 4.7
       new  29f7e14   Temporarily disable darwin builds while hydra's darwin is 
borked
       new  89e3b52   Merge pull request #380 from shlevy/temp-disable-darwin
       new  5f7ded7   doc: fixed nix-instantiate --find-file
       new  11aef17   Remove comments claiming we use a private PID namespace
       new  722bd04   Document some primops
       new  1683fff   Update release notes
       new  f72944b   Revert "Temporarily disable darwin builds while hydra's 
darwin is borked"
       new  a51f8d6   Revert "Revert "Temporarily disable darwin builds while 
hydra's darwin is borked""
       new  80893a1   Shut up a clang warning
       new  3a9b4a1   Fix more warnings
       new  1d02431   Don't pull in git when doing a nix-shell
       new  1cdbb9d   Revert "Revert "Revert "Temporarily disable darwin builds 
while hydra's darwin is borked"""
       new  e389f4e   Improve error message if the daemon worker fails to start
       new  526811c   nix-daemon: Get peer credentials on Mac OS X
       new  6f6b75c   Typo
       new  bbf294c   Add a launchd configuration file to run nix-daemon
       new  3cc9977   Typo
       new  06a86ae   nix-store --gc: Don't warn about missing manifests 
directory
       new  8979562   download-from-binary-cache.pl: Fix flushing of stderr
       new  087581a   Doh
       new  d436e44   SSH.pm: Print a friendlier message if connecting fails
       new  bab8d9b   Make ~DerivationGoal more reliable
       new  5ef2453   build-remote.pl.in: Add some more trace messages
       new  8cfe939   Don't use ADDR_LIMIT_3GB
       new  997defa   Add functors (callable attribute sets).
       new  3d604ac   Document functors
       new  2719627   realiseContext: Handle all context types
       new  35aad73   Fix message
       new  5d064e2   Add a test for the binary tarball installer
       new  ed306fe   Remove Hydra build product
       new  1256ab3   Clean up temp roots in a more C++ way
       new  a3e5c99   nix-daemon: Call exit(), not _exit()
       new  8299aaf   Disable vacuuming the DB after garbage collection
       new  05cddf0   Build Ubuntu 14.10 package
       new  048ec3d   Fix bad operator
       new  fe37ed1   Remove Hydra scheduling priorities
       new  b0c5c2a   import derivation: cleanup
       new  328a80e   'build-cache-failures' -> 'build-cache-failure' in 
nix.conf documentation.
       new  69f91e3   Don't claim FreeBSD support
       new  5e04992   Manual: Bump date
       new  2b74354   Combine introduction / quick start parts
       new  103e4e4   Update quick start section
       new  2157454   Update installation section
       new  9e3389c   Don't create unnecessary substitution goals for 
derivations
       new  b7b6e3d   Build derivations in a more predictable order
       new  976b949   More build-cache-failures -> build-cache-failure
       new  4e340a9   forceString(): Accept pos argument
       new  976df48   Add a primop for regular expression pattern matching
       new  d4c8ee7   Rely on XML catalogs to find the DocBook schemas and 
stylesheets
       new  5f04da9   Intro: Mention binary caches
       new  320659b   Allow external code using libnixexpr to add types
       new  6081108   Make all ExternalValueBase functions const
       new  f43a8ed   Merge pull request #401 from shlevy/external-value
       new  bf78a27   Fix another operator precedence issue found by Perl 5.20
       new  d51eed8   Shut up a warning
       new  d34d2b2   Use posix_spawn to run the pager
       new  8d169b2   Define ‘environ’
       new  b6f99e5   Remove some platforms with too-old compilers
       new  9c58691   Remove Fedora 18, 19 builds
       new  629e8da   Explicitly include required C headers
       new  936f686   Set custom compiler flags on Cygwin
       new  4872677   Fix library handling on Cygwin
       new  f665c5d   Link against perl.dll on Cygwin
       new  e5891f2   Use https://cache.nixos.org instead of 
http://cache.nixos.org
       new  5510d21   Provide some fallback defaults for the CA bundle
       new  d44d923   Add option to disable binary cache certificate checking
       new  af555d7   Doh
       new  39fe52f   Fix bad comment
       new  2f16946   Always use https to fetch the Nixpkgs channel
       new  50c3352   builtins.readFile: realise context associated with the 
path
       new  2e98703   Update signing.txt
       new  938454d   Don't use RPATH on Darwin
       new  36c6786   Cruft
       new  ad332e1   Revert "Use posix_spawn to run the pager"
       new  e529823   Don't wait for PID -1
       new  20cf012   Include cacert in the binary tarball
       new  b5ed5b6   Rename function
       new  0e8fc11   Use vfork
       new  851b47b   Don't do vfork in conjunction with setuid
       new  c56bfbe   Provide default pagers
       new  6f8ff85   Urgh
       new  40e1203   allow custom docbook paths/URLs, use a working URL for 
docbook.rng
       new  a144eb1   Don't use ?=
       new  8aedaf1   Remove canary stuff
       new  df31904   Remove dead code
       new  dcdb254   Remove tabs
       new  ad79002   Doh
       new  4acca1a   Remove chatty message
       new  54616be   Get rid of unnecessary "interrupted by the user" message 
with -vvv
       new  5a2d451   Don't abort if we get a signal while waiting for the pager
       new  28f22b4   Ensure we're writing to stderr in the builder
       new  f52b6c9   Fix some memory leaks
       new  46f3eb6   Shut up a Valgrind warning
       new  b77037b   Silence some warnings on GCC 4.9
       new  c2a552b   Install cacert before running nix-channel
       new  fa2063c   Better error message
       new  e5a51fa   Style
       new  3b88d03   Document channel format and excise most mentions of 
manifests and nix-pull
       new  751ae18   Undocument nix-generate-patches
       new  4eace5a   Style
       new  be79773   ReiserFS -> ext4
       new  4c4e891   Update .nixpkg description
       new  9c83039   Rename files
       new  eb53f59   Fix image in PDF
       new  e90e7b5   Fix build
       new  6466d56   Bla
       new  68b4717   Delete the stdenv section
       new  14955c2   Merge commit '36c67860363c93eb00cf5b8e2ad34f6f775e6901'
       new  8bdff8c   Merge branch 'cygwin-master' of 
https://github.com/ternaris/nix
       new  4e06073   Pedantry
       new  2142f47   Add section on SSH substituter
       new  47ed06a   Add a section on nix-serve
       new  c238405   Grmbl
       new  4579a44   Add exe, dll to .gitignore
       new  ccde347   Merge pull request #420 from linquize/cygwin
       new  2162a9c   Bump version number
       new  f16b878   Belatedly add contributors
       new  bd0f362   Revive running builds in a PID namespace
       new  3d97b8d   LocalStore initialization: Don't die if build-users-group 
doesn't exist
       new  411b237   edition -> subtitle
       new  bbd45ac   libutil: Improve errmsg on readLink size mismatch.
       new  8b88d25   libutil: Limit readLink() error to only overflows.
       new  8027083   Allow $NIX_PAGER to override $PAGER
       new  2c05227   doc: remove double word
       new  14fb737   doc: remove wrong phrase.
       new  1b167c9   Merge pull request #431 from j-keck/master
       new  df05f49   Fix building on Darwin
       new  4d5c9d8   Document how to set up build users on Mac OS X
       new  6fec43c   Remove quotes around filenames in position info
       new  153a943   Show position info for failing <...> lookups
       new  7ba0e9c   nix-shell --command: Remove bogus argument to "exit"
       new  a957893   Allow nix-shell to be used as a #! interpreter
       new  b765892   nix-shell: Interpret filenames relative to the #!-script
       new  128538e   nix-shell: Add --run flag
       new  27b7b94   Set /nix/store permission to 1737
       new  ed56ea9   Fix typo (assuming this is a typo)
       new  57b8225   Doh
       new  57d64d2   Doh^2
       new  2a3b1df   Fix builtins.readDir on XFS
       new  c23d679   doc: `nix-channel --remove` takes a name, not a url
       new  f1151a3   Add basic Apple sandbox support
       new  100961e   Don't resolve symlinks while checking __impureHostDeps
       new  fcf57aa   SysError -> Error
       new  79ca503   Allow using /bin and /usr/bin as impure prefixes on 
non-darwin by default
       new  a5e2c8e   Set correct user agent for NAR downloads from binary 
caches
       new  c2a8b5c   Fix assertion failure in nix-env
       new  f6716e9   Shut up "Wide character in print" warning in 
copy-from-other-stores.pl
       new  f46e329   Make inputs writeable in the sandbox (builds still can’t 
actually write due to user permissions)
       new  de91a42   Moves runHook to a later execution position
       new  73bf32c   Merge remote-tracking branch 'shlevy/baseNameOf-no-copy'
       new  3688db3   nix-install-package: follow symlinks
       new  db2ec59   Simplify printHash32
       new  0d1dafa   Simplify parseHash32
       new  e0def5b   Use libsodium instead of OpenSSL for binary cache signing
       new  f3a5930   Sign a subset of the .narinfo
       new  d66d9e8   Require linux 3.13 or later for chroot
       new  de8ed5c   Typo
       new  2be7f79   Remove tab
       new  70cae87   nix-build: Respect -Q during evaluation
       new  a596c52   Add base64 encoder/decoder
       new  5d9cd27   Add Fedora 21 build
       new  1c972cb   Make libsodium an optional dependency
       new  b4e7eec   Don't depend on libsodium on Darwin
       new  d53735c   Nix install script failed when "cd" printed to stdout.
       new  b0bad3e   Revert "Remove Fedora 18, 19 builds"
       new  5451b8d   Use pivot_root in addition to chroot when possible
       new  8c8750a   Test chroot building
       new  f19b4ab   Include NAR size in fingerprint computation
       new  29e1ff6   Keep sorted
       new  a70d275   Allow passing attributes via files instead of environment 
variables
       new  bd91064   Use $<attr>Path instead of $<attr> for passAsFile
       new  147deb2   nix-store --generate-binary-cache-key: Write key to disk
       new  bb10010   Fix nix-shell shebang scripts if -p is used
       new  dc7e8fa   Support passing command line arguments to nix-shell #! 
scripts
       new  1816ac0   Escape arguments to nix-shell #! scripts
       new  e0953d5   Allow the leading component of a path to be a ~
       new  175935e   FIXMEs
       new  4646e94   ExprConcatStrings: canonicalize concatenated paths
       new  9bedd9b   Remove obsolete reference to ~ operator
       new  4b7c9f8   tilde paths: get HOME at parse time
       new  e3e38a0   tilde paths: construct the entire path at parse time
       new  c4653af   tilde paths: The rest of the string has to start with a 
slash anyway
       new  c33244d   Merge branch 'tilde-paths' of 
https://github.com/shlevy/nix
       new  7bd8299   fixes https://github.com/NixOS/nixpkgs/issues/6485
       new  a8494de   Merge branch 'docs/channels-path' of 
git://github.com/iElectric/nix
       new  47bdc52   Merge branch 'gh-476-fix-install-script' of 
git://github.com/jramnani/nix
       new  15d2d3c   Add restricted evaluation mode
       new  99897f6   Use chroots for all derivations
       new  885bebf   More graceful fallback for chroots on Linux < 2.13
       new  cffa7f8   Typo
       new  66d612f   Allow local networking in the darwin sandbox to appease 
tests
       new  336c427   Make the default impure prefix (not actual allowed 
impurities!) include all of /System/Library, since we also want 
PrivateFrameworks from there and (briefly) TextEncodings, and who knows what 
else. Yay infectious impurities?
       new  c2699be   Merge branch 'allow-system-library' of 
git://github.com/copumpkin/nix
       new  75ede65   Don't use vfork() before clone()
       new  71b0a3a   Add option to hide display of missing paths
       new  9f3eb56   Reduce verbosity in build-remote.pl
       new  5badc8f   Improve error message
       new  17c7133   forceValueDeep: Add to error prefix
       new  e659978   Fix typos: s/the the/the/
       new  7a84143   valueSize(): Take into account list/bindings/env size
       new  fa47279   Print some Boehm GC stats
       new  da6b704   Check return values from malloc/strdup
       new  726f7f7   Fix Boehm API violation
       new  b005e63   Disable scanning for interior pointers
       new  6f0c6e2   Don't rely on __noChroot for corepkgs
       new  5ce50cd   Tighten permissions on chroot directories
       new  fd89f97   Add the closure of store paths to the chroot
       new  5114a07   Improve setting the default chroot dirs
       new  7ea6ecf   addToStore(): Take explicit name argument
       new  000b5a0   Add fetchTarball builtin
       new  be1ff23   Add dependency on libcurl-dev
       new  afa433e   Chroot builds: Provide world-readable /nix/store
       new  1711679   Revert /nix/store permission back to 01775
       new  60340ce   Implement caching of fetchurl/fetchTarball results
       new  c1f04fa   Implement a TTL on cached fetchurl/fetchTarball results
       new  1fc905a   Move curl stuff into a separate file
       new  4ed2187   Use cached result if there is a network error
       new  1e4a4a2   Add the pre-build hook.
       new  76f985b   add the manpath to the installer
       new  035aeb9   Fix using restricted mode with chroots
       new  9b1866b   Merge branch 'add-manpath' of 
git://github.com/mmerickel/nix
       new  fd6774e   Revert "Add the pre-build hook."
       new  4d65287   Add the pre-build hook.
       new  8a84bd8   Support tarballs in nix channel URLs
       new  ab2b3d6   nix-collect-garbage: translate to C++
       new  4bbcfaf   Merge pull request #522 from lethalman/nix-collect-garbage
       new  96dcc00   Merge branch 'nix-channel-tarballs' of 
git://github.com/copumpkin/nix
       new  1f795f9   tests: Fix wrong channel name in nix-channel.sh.
       new  deb8668   nix-shell: Fix uninitialized value warning
       new  35d30d6   Make downloads interruptable
       new  9451ef3   Allow URLs in the Nix search path
       new  0705d04   nix-collect-garbage: Fix deleting old generations
       new  6519f06   nix-env/nix-instantiate/nix-build: Support URIs
       new  8972f7c   nix-collect-garbage: Do not pass an empty argument. 
Closes #530
       new  71083f9   Don't try to map /bin/sh to a store path on non-Linux
       new  000de69   cygwin: explicitly include required c headers
       new  dad7548   cygwin: looks like stdout/stdin are reserved words
       new  9233ac7   Merge pull request #537 from garbas/master
       new  a010c0a   Fix "error: deriver of path ‘’ is not known"
       new  3d83188   Enable lazy/sparse allocation of generation symlinks: 
avoid creating new generations if a generation already exists.
       new  9c6328a   nix-env: document --set option
       new  46a56ea   point to https://nixos.org/wiki/Vim_configuration instead
       new  3fac75b   Also remove misc/vim/README.md
       new  1529db7   Don't install nix-worker symlink
       new  ea39c98   Implement alternative to lazy generations:
       new  12a8888   Mis-read Eelko's request to not make this an option: now, 
let's not make it an option. :)
       new  a1c1bf3   Merge branch 'submit/sparse-generation-symlinks' of 
https://github.com/ctheune/nix
       new  8d813fe   nix-collect-garbage: Remove redundant call to getFileType
       new  4441e4c   nix-collect-garbage: Don't barf on unreadable directories
       new  13493ef   nix-collect-garbage: Call collectGarbage() internally
       new  22b1a8d   Move profiles.{cc,hh} to libstore
       new  4ca5a9d   nix-collect-garbage: Don't call nix-env
       new  e0a068c   nix-shell: Barf if -p and -E are both used
       new  7a411e0   Remove dead code
       new  920f5fd   Fix import-from-derivation in restricted eval mode
       new  b279890   Build on Ubuntu 15.04
       new  07c69aa   Add Debian 8.0 builds
       new  d68941d   Nix 1.9 release notes
       new  99c2c14   Typo
       new  a80f11b   nix-shell: Support multiple "#! nix-shell" lines
       new  feca5cb   Document nix-shell #!-scripts
       new  1c88e10   readFile: Check against nul bytes
       new  c1323b5   Fix fetchurl/fetchTarball
       new  da196ec   Document tarball downloading
       new  bc51175   Add tarball tests
       new  b8b571c   Include the cache.nixos.org signing key by default
       new  53dd97b   Document setting up signed binary caches
       new  b755752   Add a ‘verifyStore’ RPC
       new  7106bb0   Use StoreAPI::verifyStore()
       new  d8ddf99   Don't let unprivileged users repair paths
       new  898703e   Build against libsodium on Ubuntu 15.04 and Debian 8
       new  90aec21   Fix tarball test
       new  f0f30f5   Naming
       new  a64da59   Be more robust wrt broken .narinfo files
       new  9437891   Handle base-16 NarHash fields in signed .narinfo files
       new  07d7e7d   Chown files created for passAsFile
       new  b190f77   copy-from-other-stores: Use cp
       new  b64988b   Allow substitutes for builds that have preferLocalBuild 
set
       new  7d148ad   Fix manual
       new  bf8cc4e   Update cacert locations
       new  f2b67fb   nix-push: Support -j
       new  7c45018   Use std::vector::data()
       new  f90e9b6   Install serve-protocol.hh
       new  b65875f   Export outputPaths function
       new  d1e4b76   Update release notes
       new  c486176   nix-channel: Fix bogus error message caused by 
8a84bd8c8bda1e4c6764c10ecdef9d74e4884800
       new  39b3d96   Typos
       new  a33b4bc   Bump
       new  0d4d92f   Debian package: Declare runtime dependency on libsodium13
       new  65f17cd   Support URLs in $NIX_PATH
       new  ba63ec6   Make /nix/var/nix/db/reserved bigger
       new  2bc9c84   Use posix_fallocate to create /nix/var/nix/db/reserved
       new  ff4de4c   GC: Handle ENOSPC creating/moving to the trash directory
       new  e012c12   Revert "add the manpath to the installer"
       new  9aed117   Preserve supplementary groups of build users
       new  dd48c06   Typo
       new  65e4dcd   Fix the hack that resets the scanner state.
       new  467977f   Fix the parsing of "$"'s in strings.
       new  db21cfa   Move attribute set data structures into their own header 
file.
       new  5845ffd   Add Dockerfile
       new  7c9d0a5   nix-collect-garbage: Handle ENOENT
       new  f39979c   Make printValue() interruptible
       new  1511aa9   Allow remote builds without sending the derivation closure
       new  6bd2c7b   OCD: foreach -> C++11 ranged for
       new  b3491c7   More cleanup
       new  db55940   Support systemd log severity prefixes
       new  ccf31db   nix-copy-closure: Add -v flag
       new  eda2f36   Provide more detailed info about build status to 
hydra-queue-runner
       new  0a2bee3   Make <nix/fetchurl.nix> a builtin builder
       new  1993b10   Fix Darwin build
       new  887bb5f   --version: Print some config info
       new  61af14a   Add foldl' primop
       new  1ed5523   Allow derivations-as-srcs in the context of 
builtins.toFile files
       new  39e27a0   Importing derivations: Add name attribute to make a valid 
drv
       new  14be783   Add primops all and any
       new  b83801f   Optimize small lists
       new  19eddec   Merge branch 'attr-set-hh' of https://github.com/nbp/nix
       new  16c9935   Fix fetchurl of executable file
       new  c8bb237   Optimize empty sets
       new  cb4320c   Cleanup
       new  2e8fd4c   Add concatStringsSep as a primop
       new  d6d5885   Add replaceStrings primop
       new  f3dda72   Remove unnecessary parentheses
       new  50807f3   Add primop genList
       new  76cc8e9   Add sort primop
       new  7583765   Output line number on infinite recursion
       new  2bac04c   Fix stack consumption
       new  3db950a   Removed unnecessary included
       new  30d19a2   Handle debug messages from runChild()
       new  34dfbd9   Don't include <iostream> before config.h
       new  896428c   Fix example
       new  3b0f60e   baseNameOf: Enhance `basename` compatibility
       new  984c5cd   Drop newline in error message
       new  26221e4   Remove unneeded HAVE_UNSHARE.
       new  1d29db2   Merge pull request #608 from Phant0mas/master
       new  eadb86f   nix-collect-garbage: Revive --max-freed
       new  e12cf82   Prevent .chroot from being GC'ed when using 
LocalStore::buildDerivation()
       new  5e4b210   Update nix.spec.in
       new  ce97523   Fix readDir example
       new  d711fe8   Remove unused variable
       new  73332fd   Filter build-chroot-dirs entries that conflict with 
derivation outputs
       new  6e06a18   Release notes
       new  71a5161   Implement buildDerivation() via the daemon
       new  55b1146   Bump version
       new  e5c3e05   Update prerequisites-source.xml
       new  64f9b51   nix-env --upgrade: avoid unexpected downgrades
       new  12a4aea   doc: fix the 'prebuild' typos
       new  42808fa   nix-env --upgrade: show "downgrading" when doing so
       new  3d91bfc   Merge pull request #646 from vcunat/master
       new  4ba6bc1   Shut up clang warnings
       new  fd74296   release: fix #652 - PDF build after dblatex updates
       new  aaf8a1c   Merge pull request #653 from vcunat/p/pdf-fix
       new  a49514a   Also set CURLOPT_SSL_VERIFYHOST=0 when 
"verify-https-binary-caches" is false
       new  bdc4a0b   Merge pull request #654 from 
utdemir/more-insecure-verify-https-binary-caches
       new  bec3c31   nix-prefetch-url: Rewrite in C++
       new  a3c4eb0   nix-prefetch-url: $PRINT_PATH -> --print-path
       new  06f29fa   nix-prefetch-url: Support prefetching from a Nix 
expression
       new  57db2aa   Merge pull request #645 from acowley/patch-1
       new  9ffc4f4   Don't mention Fedora/Debian packages in the installation 
section
       new  1abda8e   nix-store --serve: Implement log size limit
       new  cbc177c   Use pkg-config-provided LDFLAGS for libsqlite3 and 
libcurl.
       new  c999ef7   Don't pass "--no-copy-dt-needed-entries" option to linker 
on FreeBSD.
       new  12c1776   Don't try to link libdl on FreeBSD.
       new  7888b2b   Define SOL_LOCAL if not defined already (e.g. on FreeBSD).
       new  b54f447   nix-prefetch-url: Support unpacking tarballs
       new  e4abf86   nix-prefetch-url -A: Use "name" attribute from Nix 
expression
       new  f08449c   nix-prefetch-url: Add --name option
       new  21ecd10   Show progress during downloads
       new  14f7e1f   Revert to CURLOPT_PROGRESSFUNCTION
       new  055ab1f   Fix typo in doc for nix-copy-closure
       new  8a87521   forceFunction: allow functors as well
       new  51cf445   isFunctor: Simplify
       new  2075ec8   Allow building ARMv6 stuff on ARMv7
       new  133a421   Provide addTempRoot in the Perl API
       new  5f1a320   emacs mode: match keywords on the start/end of symbols
       new  164487a   Simplify source tarball postUnpack cleanupx
       new  a7dd269   Don't depend on git when generating source tarball
       new  058d195   Fix compilation error due to missing ENOENT on cygwin
       new  357d31b   Fix segfault in builtin fetchurl
       new  5db358d   Disable TLS verification for builtin fetchurl
       new  01615b5   Show progress indicator for builtin fetchurl
       new  f5b32ff   Allow builtin fetchurl regardless of the derivation's 
system attribute
       new  1ea2aa9   add a few more permissions
       new  6dbc9e0   give buildenv __impureHostDeps
       new  e770f94   make sandbox builds more permissive
       new  4b8c71b   remove an unneeded default impure-dep
       new  d4cac05   restore allowed impure prefixes
       new  1fc0fe1   remove sandbox defaults into a new file
       new  6a8cee1   fix line reading in preBuildHook
       new  5bf4085   allow access to SystemVersion for python builders
       new  15c7a79   remove usr paths from allowed inputs
       new  ff6953c   Add resolve-system-dependencies.pl
       new  3f65504   now that resolve-system-dependencies exists, remove 
redundant impureHostDeps from buildenv
       new  f5a7739   appropriately handle lock acquisition failures in 
resolve-system-dependencies.pl
       new  2dc8e19   restore old DEFAULT_ALLOWED_IMPURE_PREFIXES
       new  76f3ba4   move preBuildHook defaulting to globals.cc
       new  992cda1   clarifying comment
       new  af1218a   revert libutil change
       new  9155fbd   use nixDataDir instead of appending /share to PREFIX
       new  fef8c3a   resolve-system-dependencies.pl: Simplify union impl
       new  45b2f32   Merge pull request #668 from svanderburg/master
       new  f6a224b   Merge pull request #667 from Ericson2314/mk-dist
       new  71039be   Merge branch 'emacs-mode-keywords' of 
https://github.com/pSub/nix
       new  5c28943   int2String() -> std::to_string()
       new  dae5dc7   <nix/fetchurl.nix>: Support downloading and unpacking NARs
       new  1f735a3   <nix/fetchurl.nix>: Support xz-compressed NARs
       new  b83fb35   Fix tarball build
       new  95c66cc   add special devices to sandbox-defaults
       new  9a963c8   Merge branch 'master' of git://github.com/pikajude/nix
       new  d6bd51f   allow reading ICU data
       new  85aeedb   Merge https://github.com/pikajude/nix
       new  3b52e54   darwin: allow reading system locale and zoneinfo
       new  c10ef2d   fix syntax error
       new  a6ca68a   Require OpenSSL
       new  6f1743b   Support SHA-512 hashes
       new  5bc1245   Merge branch 'master' of https://github.com/pikajude/nix
       new  cdb346c   Fix build on Solaris d_type is not part of the POSIX spec 
unfortunately.
       new  8a76bc9   Only require libsystem on darwin
       new  8a2a3b6   Merge branch 'libsystem-darwin-only'
       new  7759a56   Fix namespace issue
       new  4384bbd   optimizePath(): Detect some .links corruption
       new  96c2ebf   Revert "Allow using /bin and /usr/bin as impure prefixes 
on non-darwin by default"
       new  8fdd156   Add option to verify build determinism
       new  9ee15ab   Fix bad characters in "copying 7 missing paths from ..."
       new  b39622a   rename `chroot` to `sandbox` (fixes #656, close #682)
       new  8a7f0df   use per-derivation sandbox profiles
       new  22dfd02   update sandbox profiles within nix
       new  d760c26   remove sandbox-defaults.sb
       new  4876bb0   simplify build permissions
       new  bd09a4c   simplify build.cc using modern C++ features
       new  4390142   Use AutoDelete for sandbox profile file
       new  58d2fac   AutoDelete: Add default constructor with deletion disabled
       new  9b4cd20   Fix copy-paste error
       new  1d3529e   Default arguments belong at declaration, not definition
       new  8a74a12   FreeBSD can build Linux 32-bit binaries
       new  36f7fcc   Merge pull request #1 from shlevy/sandbox-profiles
       new  6ad1059   src/libstore/build.cc: clarify error message for hash 
mismatches
       new  33f2fbc   Merge pull request #707 from peti/master
       new  5deb7fb   Merge branch 'sandbox-profiles' of 
git://github.com/pikajude/nix
       new  b9b7bb1   re-fix permissions for GHC
       new  4921223   Print license information on '--xml --meta'
       new  e0bd114   Revert "remove sandbox-defaults.sb"
       new  279fa8f   reintroduce host deps in tandem with sandbox profiles
       new  6c10bd7   Merge branch 'host-deps' of git://github.com/pikajude/nix
       new  cf141ab   Fixed typo.
       new  cad40ad   Merge pull request #704 from ysangkok/freebsd-support
       new  4c1c7e5   Merge pull request #716 from ebzzry/master
       new  afef347   Merge pull request #712 from pSub/print-meta-license
       new  a0f0733   Fix build failure introduced by #704
       new  27d6ed5   Remove sandboxProfile from release.nix
       new  0ab4d90   Merge branch 'p/sandbox-rename-minimal' of 
https://github.com/vcunat/nix
       new  efd6a8c   Fix Ubuntu/Debian/Fedora builds
       new  c0d4173   Set default binary-caches-parallel-connections to 25
       new  bfb6c48   Merge pull request #617 from Preston4tw/patch-1
       new  9533532   autoCallFunction: Auto-call functors
       new  f327970   Merge branch 'auto-call-functor'
       new  69b9d8f   Use DT_UNKNOWN when dirent d_type extension is not 
supported.
       new  8063fc4   Use deterministic $TMPDIR in sandbox
       new  d1e3bf0   daemon: Add 'buildMode' parameter to 'buildPaths' RPC
       new  9018dea   Use shellwords for nix-shell shebang
       new  65bd82d   Clarify error message for hash mismatches (again)
       new  7431932   Merge pull request #734 from 
bjornfor/hash-mismatch-message
       new  8f67325   Build sandbox support etc. unconditionally on Linux
       new  399397c   Fix coverage build
       new  32ea8a9   Merge pull request #732 from puffnfresh/patch-1
       new  b07b3b0   Make Debian package depend on libcurl3-nss
       new  338880e   Merge pull request #742 from garrison/debian-curl-nss
       new  a9faa7b   showId: Handle empty attribute names
       new  f696af0   Fix bad error message in Darwin chroots
       new  68fd01f   Don't ignore sodium_init() return value
       new  5212012   Handle /tmp being a symlink
       new  b8258a4   Fix regression in passAsFile
       new  77ad443   ~PathLocks(): Handle exceptions
       new  f476535   Update release notes
       new  9be0374   Use sensible date format
       new  71a93a5   Don't allow sandbox profile except in relaxed mode
       new  f770b9e   libstore: mmap() returns MAP_FAILED, not NULL on failure
       new  5eb9355   doc: fixes #727 broken link
       new  29c0199   manual: document builtins.functionArgs
       new  743e310   Fix non-Darwin build
       new  607d915   Fixed unresolved 'BUFSIZ'
       new  36b9ce2   doc: Clarify why multiple arguments are not supported in 
shebang line
       new  6298afc   Merge pull request #685 from vizanto/master
       new  14080f3   Use __toString when coercing sets to strings.
       new  9a4706e   Fix compilation
       new  80ebd60   Do not override environment CFLAGS and CXXFLAGS
       new  0eb200e   propagate NIX_BUILD_SHELL also in pure builds document 
NIX_BUILD_SHELL in the nix-shell command documentation
       new  39d1da7   Better error message
       new  4f3cf06   Verify TLS certificate before downloading binaries
       new  d2c0958   Typo
       new  caaaff3   Fix --repair failure on multiple-output derivations
       new  02a66b3   nix-store --repair-path: Rebuild if there is no 
substituter
       new  2ef7e2e   Fix repair test
       new  94595f4   Fix bad use of croak()
       new  9aac186   Fix some signedness warnings
       new  458711e   Fix "Bad address" executing build hook
       new  10a6aa3   Revert accidental disable of doInstallCheck
       new  4202b17   Temporarily do Darwin builds from a different Nixpkgs 
branch
       new  ef7c2d8   Revert "Do not override environment CFLAGS and CXXFLAGS"
       new  1c57ab8   --check: Fix assertion failure when some outputs are 
missing
       new  0cad1f8   --check: Fix "failed to produce output path"
       new  00903fa   --check: Keep the differing output if -K is given
       new  8906eda   Canonicalize gids to 0
       new  786046c   --option build-repeat: Keep the differing output if -K is 
given
       new  8d22b26   don't abort when given unmatched '}' with 
'start-condition stack underflow'. This fixes  #751
       new  a6d52fc   Merge branch 'lexer' of git://github.com/fkz/nix
       new  a1bf934   doc/manual/command-ref/nix-collect-garbage.xml: document 
--max-freed option
       new  0824f40   <nix/buildenv.nix>: Don't substitute
       new  71e5b93   Document --check
       new  d704abc   Update release notes
       new  8b4577a   Grmbl
       new  4c8098f   Bump version
       new  8120b6f   Revert "don't abort when given unmatched '}' with 
'start-condition stack underflow'. This fixes  #751"
       new  ef53735   Do a 1.11.1 brown paper bag release
       new  9fff492   Add tests for Nixpkgs/NixOS evaluation
       new  ed23c85   next try for "don't abort when given unmatched '}' with 
'start-condition stack underflow'. This fixes  #751"
       new  7db0578   Merge branch 'lexer-regression-fix' of 
git://github.com/fkz/nix
       new  b669d3d   Revert "next try for "don't abort when given unmatched 
'}' with 'start-condition stack underflow'. This fixes  #751""
       new  da4495e   Fix eval
       new  0850006   Revert "Revert "next try for "don't abort when given 
unmatched '}' with 'start-condition stack underflow'. This fixes  #751"""
       new  1852f7d   Fix broken call to shellwords
       new  0322c92   Check shell profile is writeable before modifying
       new  437d3cd   Bump version to 1.11.2
       new  0eb8bbb   add Ubuntu 16.03 .deb builds
       new  66151dc   Respect --keep-going when a substituter fails.
       new  7bb4d02   builtins.fetch{url,tarball}: Allow name attribute
       new  6a493a7   launchd: Set $SSL_CERT_FILE
       new  2ac966a   Bump version to 1.11.3
       new  dea9de7   callFunction: Copy functors to the heap
       new  efa2e45   Make the search path lazier with non-fatal errors
       new  2179dd3   Bump version
       new  16e88f0   Don't hardcode docbook XSL namespace URL
       new  f668fdb   Fix nix-copy-closure test on 16.03
       new  7ead75c   Drop all distros that are not down with C++11
       new  f249521   Kill the temporary darwin-specific channel
       new  a566927   Fix OOM in the installer test
       new  8c353ea   Fix incomplete cherry-pick in 
0eb8bbb31e9613f90a0af8e6caedba9c7fb7041a
       new  fb577a4   Fix Debian 8 build
       new  8bddc3d   Fix early removal of rc-file for nix-shell
       new  fd9fc15   Add nix.conf options for -k and -K
       new  2eb840e   Support optional sandbox paths
       new  612c77a   Update darwin build for optional sandbox paths
       new  5bf9689   override rx directory permissions in deletePath()
       new  d39f51f   Bump version number
       new  0c67498   fix "nix-build" examples
       new  a4ad1ff   nix-shell: Fix 'nix-shell --command' doing nothing 
without TTY
       new  0085fc6   Merge pull request #1178 from 
dezgeg/bash-env-breakage-stable
       new  1fa2c86   Bump version to 1.11.6
       new  8ca944e   Add forward compatibility with the Nix 1.12 database 
schema
       new  41230dd   SSL_CERT_FILE -> NIX_SSL_CERT_FILE
       new  142c777   Propagate path of CA bundle to curl child processes
       new  2936a8d   Bump version
       new  06b46f6   use --cacert instead of --capath
       new  697b575   Merge pull request #1247 from veprbl/ssl_fix2
       new  13fe83d   bail out if macOS 10.9 or lower is used during installer
       new  37bdb9d   Backport netrc-file option to 1.11
       new  a437b8c   download-from-binary-cache.pl: Respect netrc-file
       new  d8638ae   Merge pull request #1259 from shlevy/1.11-netrc
       new  9504bcf   nix-env: respect meta.outputsToInstall
       new  201ad43   Bump version to 1.11.8
       new  206b61b   useChroot -> useSandbox
       new  7733135   use std::tuple for ValueMap allocator
       new  967f231   Add exec primop behind 
allow-unsafe-native-code-during-evaluation.
       new  eb6f3d5   builtins.exec: Make the argument just a list
       new  ad9e603   Ensure that curSchema is set before opening the DB
       new  1ab5cc0   Merge pull request #1333 from copumpkin/fix-schema-version
       new  5d59ec8   Bump version to 1.11.9
       new  26f7e83   Fix hash computation when importing NARs greater than 4 
GiB
       new  a10bd33   Fix lexer to support `$'` in multiline strings.
       new  a8d13e6   lexer: remove catch-all rules hiding real errors
       new  e296b88   Add a seccomp filter to prevent creating setuid/setgid 
binaries
       new  a2cf0f1   Fix seccomp initialisation on i686-linux
       new  17da82e   Add test for setuid seccomp filter
       new  1e0f1da   Require seccomp only in multi-user setups
       new  66618db   canonicalisePathMetaData(): Remove extended attributes / 
ACLs
       new  634d117   Add a seccomp rule to disallow setxattr()
       new  4be5a65   Fix seccomp build failure on clang
       new  c48697d   Remove listxattr assertion
       new  aabe20b   RPM, Deb: Add dependency on libseccomp
       new  833aae4   Fix coverage job
       new  bcc2174   Bump version
       new  0ca9502   Disable the build user mechanism on all platforms except 
Linux and OS X
       new  f534627   Fix bad cherrypick
       new  8e298e8   Always use the Darwin sandbox
       new  3414f38   Fix build
       new  0fb60e4   Add 1.11.10 release notes
       new  c20641c   OS X -> macOS
       new  0be5b94   Don't run pre-build-hook if we don't have a derivation
       new  c338545   Remove Ubuntu 13.10 build
       new  36f363b   On macOS, don't use /var/folders for TMPDIR
       new  1e4885e   Grmbl

The 783 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]