~ubuntu-branches/ubuntu/lucid/transmission/lucid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2008-12-28 18:50:08 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20081228185008-2u8ac12dbckrwn7c
Tags: 1.42-0ubuntu1
* New upstream version (LP: #311959):
  - All platforms:
    - Better peer management in large swarms
    - Support BitTorrent Enhancement Proposal (BEP) #21 "Extension for 
      Partial Seeds"
    - Partial support for BEP #6 "Fast Extension" (reject, have all/none)
    - Honor the peer's BEP #10 reqq key, when available
    - Fix 1.40 "Got HTTP Status Code: 0" error message
    - Fix 1.40 "lazy bitfield" error
    - Fix 1.40 "jumpy upload speed" bug
    - Fix handshake peer_id error
    - Corrrectly handle Windows-style newlines in Bluetack blocklists
    - More accurate bandwidth measurement
    - File selection & priority was reset when editing a torrent's 
      tracker list
    - Fix autoconf/automake build warnings
  - GTK+:
    - In the Details dialog's peer tabs, rows were sometimes duplicated
    - Minor bugfixes, usability changes, and locale improvements
    - Three new translations: Afrikaans, Asturian, Bosnian
    - Sixteen updated translations
  - Daemon:
    - Fix 1.40 bug in handling IP whitelist
    - Minor bugfixes and output cleanup
    - Windows portability
  - CLI:
    - Fix minor free-memory-read bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37
37
        $(srcdir)/Makefile.in $(srcdir)/transmission.spec.in \
38
38
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
39
 
        config.guess config.sub depcomp install-sh ltmain.sh missing
 
39
        config.guess config.sub depcomp install-sh ltmain.sh missing \
 
40
        mkinstalldirs
40
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
42
am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
42
43
        $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
43
 
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/wxwin.m4 \
44
 
        $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/pkg.m4 \
 
45
        $(top_srcdir)/m4/wxwin.m4 $(top_srcdir)/m4/zlib.m4 \
 
46
        $(top_srcdir)/configure.ac
45
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
48
        $(ACLOCAL_M4)
47
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48
50
 configure.lineno config.status.lineno
49
 
mkinstalldirs = $(install_sh) -d
 
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
52
CONFIG_CLEAN_FILES = transmission.spec
51
53
SOURCES =
52
54
DIST_SOURCES =