~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-security

« back to all changes in this revision

Viewing changes to gtk/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:
47
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
48
am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
49
49
        $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
50
 
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/wxwin.m4 \
51
 
        $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
 
50
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/pkg.m4 \
 
51
        $(top_srcdir)/m4/wxwin.m4 $(top_srcdir)/m4/zlib.m4 \
 
52
        $(top_srcdir)/configure.ac
52
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
54
        $(ACLOCAL_M4)
54
 
mkinstalldirs = $(install_sh) -d
 
55
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
55
56
CONFIG_CLEAN_FILES =
56
57
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
57
58
        "$(DESTDIR)$(Productivitydir)" "$(DESTDIR)$(icondir)"