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

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2008-11-28 15:33:48 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20081128153348-it70trfnxiroblmc
Tags: 1.40-0ubuntu1
* New upstream release (LP: #302672)
  - Tracker communication uses fewer resources
  - More accurate bandwidth limits
  - Reduce disk fragmentation by preallocating files (LP: #287726)
  - Stability, security and performance improvements to the RPC /
    Web UI server (closes LP: #290423)
  - Support compression when serving Web UI and RPC responses
  - Simplify the RPC whitelist
  - Fix bug that prevented handshakes with encrypted BitComet peers
  - Fix 1.3x bug that could re-download some data unnecessarily
    (LP: #295040)
  - Option to automatically update the blocklist weekly
  - Added off-hour bandwidth scheduling
  - Simplify file/priority selection in the details dialog
  - Fix a couple of crashes
  - New / updated translations
  - Don't inhibit hibernation by default (LP: #292929)
  - Use "close" animation when sending to notification area (LP: #130811)
  - Fix resize problems (LP: #269872)
  - Support "--version" option when launching from command line
    (LP: #292011)
  - Correctly parse announce URLs that have leading or trailing
    spaces (LP: #262411)
  - Display an error when "Open Torrent" fails (LP: #281463)
* Dropped 10_fix_crasher_from_upstream.dpatch: Fix is in this
  upstream release.
* debian/control: Don't just build-depend on libcurl-dev, which is
  a virtual package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
38
38
        $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
39
39
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/wxwin.m4 \
40
 
        $(top_srcdir)/configure.ac
 
40
        $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
41
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
42
        $(ACLOCAL_M4)
43
43
mkinstalldirs = $(install_sh) -d
67
67
CXXFLAGS = @CXXFLAGS@
68
68
CYGPATH_W = @CYGPATH_W@
69
69
DATADIRNAME = @DATADIRNAME@
 
70
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
70
71
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
71
72
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
72
73
DBUS_GLIB_MINIMUM = @DBUS_GLIB_MINIMUM@
73
74
DEFS = @DEFS@
74
75
DEPDIR = @DEPDIR@
 
76
DSYMUTIL = @DSYMUTIL@
75
77
ECHO = @ECHO@
76
78
ECHO_C = @ECHO_C@
77
79
ECHO_N = @ECHO_N@
138
140
MKINSTALLDIRS = @MKINSTALLDIRS@
139
141
MSGFMT = @MSGFMT@
140
142
MSGMERGE = @MSGMERGE@
 
143
NMEDIT = @NMEDIT@
141
144
OBJEXT = @OBJEXT@
142
145
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
143
146
OPENSSL_LIBS = @OPENSSL_LIBS@
179
182
WX_RESCOMP = @WX_RESCOMP@
180
183
WX_VERSION = @WX_VERSION@
181
184
XGETTEXT = @XGETTEXT@
 
185
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
186
ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
 
187
ZLIB_LIBS = @ZLIB_LIBS@
182
188
abs_builddir = @abs_builddir@
183
189
abs_srcdir = @abs_srcdir@
184
190
abs_top_builddir = @abs_top_builddir@
230
236
subdirs = @subdirs@
231
237
sysconfdir = @sysconfdir@
232
238
target_alias = @target_alias@
 
239
top_build_prefix = @top_build_prefix@
233
240
top_builddir = @top_builddir@
234
241
top_srcdir = @top_srcdir@
235
242
transmissionlocaledir = @transmissionlocaledir@