commit e793db14c56cc31786d0c2d40e211c9c76336a98
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Sep 12 00:46:15 2017 +0200

    Update list address to reflect the name that was actually assigned

commit bc33392cbb989b20fdee11e4e7150ce3f31094df
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Sep 9 14:04:53 2017 +0200

    Ignore the minimal (i.e., non-TLS-enabled) version of nbd-client

commit 4dacee036571756891afe50a00aafe8d0553ee93
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Sep 9 14:01:25 2017 +0200

    Don't forget to actually add the configure check
    
    Fixes: 866c2d5752901e8f47c86beb64fea05acf11a825

commit 7d8b8869029356379c24780bab277117588e9fd3
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Sep 9 14:00:20 2017 +0200

    Ensure that <sys/uio.h> is included when it's needed

commit edbb5c36d7ef43322795d3cde7479901607f941c
Author: Wouter Verhelst <w@uter.be>
Date:   Sat Sep 9 13:59:09 2017 +0200

    Update bugreport address to point to mailinglist (at new address), rather than me

commit 8b251d97e659a2509e7c666af17f01c021bb01d4
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Jul 16 12:06:31 2017 +0200

    We can't do anything unless and until the network is up and running

commit 74441dff9a5e151c5ea1abb1b4527414577238ef
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Jul 16 11:40:38 2017 +0200

    Ensure we get shut down properly, too
    
    Now that we have DefaultDependencies=no, we don't have the default
    Conflicts=shutdown.target anymore, which means we won't be stopped at
    shutdown time.
    
    Add an explicit dependency for that.

commit 2033647beec4d9e53d66abcd0a6a08876bb7ba41
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Jul 16 11:33:08 2017 +0200

    Add dependencies for partitions, too
    
    If a device is partitioned, we need to have that depend on the device,
    too.

commit 4003dfec9b5aa097d5992be8ba09171f6f5948b6
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Jul 16 10:36:51 2017 +0200

    Add DefaultDependencies=no to nbd@ systemd service
    
    This service is involved in early boot, so shouldn't have the default
    dependencies...

commit 3c399e802d21bd720a2d8b5ab3c0ea900df40e65
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Jul 16 10:35:07 2017 +0200

    Remove contraction
    
    vim syntax highlighting gets confused about the extra apostrophe, so
    rephrase this sentence so it isn't needed.

commit 866c2d5752901e8f47c86beb64fea05acf11a825
Author: Wouter Verhelst <w@uter.be>
Date:   Sun Jul 16 10:31:56 2017 +0200

    Don't define _BSD_SOURCE unconditionally
    
    On older versions of glibc, _BSD_SOURCE was needed to get at the DT_*
    macros. On glibc 2.19 and above, however, this is no longer needed; and
    on FreeBSD it is actually detrimental since it removes a few symbols
    which we do need.
    
    Add a configure.ac check for whether we need _BSD_SOURCE to be set in
    order for the DT_* macros to be defined, and only set it in that case.

commit ecad8c9034642992a80b4939ca7913e260ddc679
Author: Wouter Verhelst <w@uter.be>
Date:   Tue Jun 20 23:12:57 2017 +0200

    Destroy the diff file upon client disconnect
    
    When a client disconnects, we need to ensure that the diff file is gone.
    Currently, we don't do that, because apparently we forgot.
    
    Fixes #52 on github.

commit d5514c23c096a5cde1233ac4944f92f11620e6d6
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Jun 14 17:56:45 2017 +0200

    Don't print anything on travis, at all...

commit 8c887c565bec23530766dbc308a3d48418624067
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Jun 14 17:25:09 2017 +0200

    Reduce output even further

commit 0ffef9fafd25c95f0b25eee741ea264a486a6e64
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Jun 14 17:23:41 2017 +0200

    Don't dist these symlinks
