~sense/ubuntu/lucid/transmission/fix-497882

« back to all changes in this revision

Viewing changes to Makefile.am

  • 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:
7
7
  CLI_DIR = cli
8
8
endif
9
9
if BUILD_DAEMON
 
10
if !WIN32
10
11
  DAEMON_DIR = daemon
11
12
endif
12
 
if BUILD_DARWIN
13
 
  MAC_DIR = macosx
14
13
endif
15
14
if BUILD_GTK
16
15
  GTK_DIR = gtk po
17
16
endif
 
17
if BUILD_MAC
 
18
  MAC_DIR = macosx
 
19
endif
18
20
if BUILD_WX
19
21
  WX_DIR = wx
20
22
endif
36
38
  AUTHORS \
37
39
  COPYING \
38
40
  README \
 
41
  autogen.sh \
39
42
  Transmission.xcodeproj/project.pbxproj \
40
43
  intltool-extract.in \
41
44
  intltool-merge.in \
67
70
  web/javascript/jquery/jquery.min.js \
68
71
  web/javascript/jquery/jquery.form.min.js \
69
72
  web/javascript/jquery/jquery.transmenu.min.js \
70
 
  web/javascript/jquery/jquery-dimensions.min.js
 
73
  web/javascript/jquery/jquery.dimensions.min.js
71
74
 
72
75
clutch_imagesdir = $(clutchdir)/images
73
76
clutch_images_DATA = \
74
77
  web/images/favicon.ico \
 
78
  web/images/favicon.png \
75
79
  web/images/webclip-icon.png
76
80
 
77
81
clutch_graphicsdir = $(clutch_imagesdir)/graphics
82
86
  web/images/graphics/iphone_chrome.png \
83
87
  web/images/graphics/browser_opera.gif \
84
88
  web/images/graphics/filter_bar.png \
 
89
  web/images/graphics/filter_icon.png \
85
90
  web/images/graphics/transfer_arrows.png \
86
91
  web/images/graphics/browser_safari.gif
87
92