From cfc50c39463f739452344d2128ab2286b44410b1 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 8 May 2014 09:07:30 +0000 Subject: [PATCH] more makefile fixes --- ChangeLog | 2 ++ Makefile.am | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 074b0272e..b510c0fab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.0 release + * remove set_ratio() feature * improve piece_deadline/streaming * honor pieces with priority 7 in sequential download mode diff --git a/Makefile.am b/Makefile.am index 247f9ec8c..5164b657b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,10 @@ DOCS_IMAGES = \ docs/disk_access_no_elevator.png\ docs/ip_id_v4.png \ docs/ip_id_v6.png \ - docs/hash_distribution.png + docs/hash_distribution.png \ + docs/complete_bit_prefixes.png \ + docs/troubleshooting.png \ + docs/troubleshooting_thumb.png DOCS_PAGES = \ docs/building.html \ @@ -102,7 +105,6 @@ DOCS_PAGES = \ docs/tuning.html \ docs/tuning.rst \ docs/troubleshooting.html \ - docs/troubleshooting.png \ docs/udp_tracker_protocol.html \ docs/udp_tracker_protocol.rst \ docs/utp.html \