File ktorrent.changes of Package ktorrent

-------------------------------------------------------------------
Sat Jun 26 09:08:21 UTC 2010 - cmorve69@yahoo.es

- Add InitialPreference to set it as the default torrent downloader

-------------------------------------------------------------------
Sun Feb  7 19:12:37 UTC 2010 - tittiatcoke@gmail.com

- update to 3.3.4
  * Bugfix release
      + this fixes a couple of crashes, 
      + a sorting bug in the choker (which should improve seeding a lot)
      + a problem where the global max share ratio and seed time 
        could override group settings.

-------------------------------------------------------------------
Sun Jan 17 19:52:02 UTC 2010 - tittiatcoke@gmail.com

- update to 3.3.3
  - Fix crash caused by 0 pointer in Downloader::saveDownloads (bko#219019)
  - Don't remove torrent when jobs are running, wait until they are done, 
    this fixes a crash (bko#218853)
  - Disable editing of items in ActivityListModel (bko#219355)
  - Make sure checks for ftello and fseeko are done, fixes a problem with 
    large file sizes on BSD (bko#217523)
  - Make sure reannounce timer in UDPTracker is always stopped in the stop call (bko#219663)
  - Fix broken FilterListModel::removeFilter fixes a crash (bko#219760)
  - Revamp adding trackers to TrackerListModel, should fix a crash (bko#218738)
  - Don't allow nested event loops when iterating over the incomplete url 
    list in scanfolder plugin, fixes a crash (bko#219885)
  - Fix crash due to uncaught exception in TorrentFileTreeModel::loadExpandedState
  - Fix bug causing error message that the QM limits are reached to be shown 
    instead of a torrent to be enqueued (bko#220171)
  - Fix crash caused by not checking for 0 pointer (bko#221333)
  - Fix crashes when DHT socket could not be bound (bko#221872)
  - Fix bug causing files to be created which are to big in some rare 
    circumstances (bko#222036)
  - Fix bug causing wrong location hint to be used when no default save location 
    is selected (bko#222783)

-------------------------------------------------------------------
Fri Dec 18 09:09:47 UTC 2009 - tittiatcoke@gmail.com

- update to 3.3.2
  several crash fixes (bko#216207, bko#216683)

-------------------------------------------------------------------
Wed Nov 25 09:16:18 UTC 2009 - wstephenson@novell.com

- Re-enable DHT following legal advice, with warning popup

-------------------------------------------------------------------
Wed Nov 25 08:33:35 UTC 2009 - beineri@opensuse.org

- update to 3.3.1: several crash and memory leaks fixes. Bandwidth
  schedulers user interaction has been improved, and some other
  minor issues have also been fixed.

-------------------------------------------------------------------
Wed Nov 11 23:38:30 UTC 2009 - tittiatcoke@gmail.com

- update to 3.3
  * Newly designed user interface
  * Plugins have full window themselves
  * New shutdown plugin, that allows you to shutdown, sleep or hibernate
    when one or more torrents have finished seeding/downloading
  * Mediaplayer plugin has it's own activity and gains a playlist widget
  * File selection dialog now shows if existing files are found
  * Queue Manager behaviour has been changed significantly and you can 
    disable it completely
  * see http://ktorrent.org/?q=node/35 or the Changelog

-------------------------------------------------------------------
Wed Oct 28 18:44:16 UTC 2009 - beineri@opensuse.org

- update to 3.2.5:
  * Fix crash caused by dangling pointer to already destroyed view
  * Backport tracker timeout fix from trunk

-------------------------------------------------------------------
Thu Sep 24 11:02:45 UTC 2009 - beineri@opensuse.org

- update to 3.2.4:
  * Improve flexibility of IP blocklist parsing to support more formats
  * Fix bug in TorrentFileListModel causing wrong state to be shown
  * Fix very rare crash caused by 0 pointer
  * Fix bug causing scheduler to not restart the schedule timer
  * Unset Qt message handler when Log is destroyed

-------------------------------------------------------------------
Thu Aug 20 22:59:20 CEST 2009 - beineri@opensuse.org

- unify all torrent clients in P2P category

-------------------------------------------------------------------
Wed Aug 12 00:06:04 CEST 2009 - beineri@opensuse.org

- fix duplicate start menu appearance

-------------------------------------------------------------------
Mon Aug 10 22:54:49 CEST 2009 - beineri@opensuse.org

- update to 3.2.3: a couple of rare crashes were fixed, global
  shortcuts work again and the plasma applet can now display sizes
  larger then 4GB properly

-------------------------------------------------------------------
Tue Jun  2 09:00:07 CEST 2009 - beineri@opensuse.org

- update to 3.2.2: several crashes have been fixed, the plasma 
  applet has seen some improvements and can now be placed in the
  panel, and the configuration dialog can be made small enough to
  be useful on small screens.

-------------------------------------------------------------------
Mon Apr 20 14:54:46 CEST 2009 - dmueller@suse.de

- build for older distros again

-------------------------------------------------------------------
Fri Apr 17 14:11:13 CEST 2009 - dmueller@suse.de

- remove extra filelist entries since hne has been added
  to filesystem rpm

------------------------------------------------------------------
Mon Apr 06 14:45 CET 2009 - mrdocs@opensuse.org

- Bump version to 3.2.1
- Webseeding has been improved considerably
- Port switching no longer requires a restart and some minor
  additions to the scripting API. 

-------------------------------------------------------------------
Tue Feb 17 20:12:40 CET 2009 - stbinner@suse.de

- update to 3.2: several bugfixes since release candidate

-------------------------------------------------------------------
Mon Feb  2 13:40:13 CET 2009 - stbinner@suse.de

- update to 3.2 RC1:
   * Several memory leaks have been fixed
   * CPU usage has been reduced
   * The queue manager has been revamped
   * Fixed a bug causing download speed to get stuck at 128 KB/s
     with small chunks
   * Moving files when the torrents is complete, now happens after
     the data check when the torrent is complete
   * The webgui has been revamped, PHP is ditched in favor of a
     HTML and AJAX approach

-------------------------------------------------------------------
Sat Jan 17 20:24:22 CET 2009 - coolo@suse.de

- apply trunk.diff to compile with plasma from 4.2

-------------------------------------------------------------------
Mon Jan 12 16:55:33 CET 2009 - dmueller@suse.de

- update to 3.2 (beta1):
  * Kross based scripting plugin
  * Syndication plugin supporting RSS and Atom feeds
  * Plugin to control the file download order of a multifile torrent
  * Redesign of chunk memory management, resulting in a 
    significant decrease in memory usage
  * Plasma applet to monitor torrents on your desktop
  * Performance improvements when handling torrents with a lot of
    files
  * Many smaller features

-------------------------------------------------------------------
Fri Nov 28 11:18:48 CET 2008 - wstephenson@suse.de

- Reinstate geoIP database since license issues resolved
  (bnc#188562)

-------------------------------------------------------------------
Sun Nov 16 11:16:09 CET 2008 - stbinner@suse.de

- update to version 3.1.5:
   * Make sure symlinks work when we create multifile torrents
   * Fix redirect loop when torrent is loaded via url in webgui
   * Fix infinite recursive loop in scanfolder plugin
   * Fix crash in treeviews caused by Qt bug
   * Prevent error messages when KT is started up via desktop file
   * Use multiple tiers when creating torrents with multiple trackers
   * Make sure stalled time is updated properly before resuming queue
   * Prevent QM from starting torrents which are being removed
   * Fix bug preventing max seed time to be set on newly opened torrents
   * Fix bug causing torrent to be started when user chooses not to
     start the torrent in the fileselectdlg

-------------------------------------------------------------------
Thu Oct 30 14:54:09 CET 2008 - stbinner@suse.de

- fix error message appeared when ktorrent is launched (bnc#437840)

-------------------------------------------------------------------
Mon Oct 20 16:09:28 CEST 2008 - stbinner@suse.de

- update to version 3.1.4:
  * Make sure user is properly logged in when handling a torrent
    post in webgui
  * Prevent PHP injection attacks in webgui
  * Update file size in CacheFile::growFile, this fixes a SIGBUS error
  * Fix bug causing infinite DNS lookups in UDP tracker when lookup fails
  * Remove default label text KSqueezedTextLabel in trackerview

-------------------------------------------------------------------
Tue Sep 30 10:59:39 CEST 2008 - stbinner@suse.de

- update to version 3.1.3:
  * Make login into webinterface secure
  * Check if menus are created properly before showing them
  * Stop KT from exiting when scanfolder loads a plugin silently and
    KT is hidden in systray.
  * Make sure duplicate URL's are not shown in trackerview
  * Fix problem causing file priorities not to be read at startup
  * Make sure added.f is filled in with the proper flags for each 
    peer in the added field of a PEX message (169014)
  * Make sure it is not required to put http:// for the proxy in
    the config dialog (169133)
  * Fix bug causing webseed not to download last chunk of a request
  * Fix bug which resulted in speeds of webseed not getting calculated
  * Fix rename of groups when edit is not initialized via context menu
  * Make toolbars hideable
  * Make sure that files can not be moved to the location they are
    already in
  * Don't start torrents at startup when a torrent is user controlled
    and over limit
  * Fix crash in logging code due to 0 pointer
  * Remove bitoogle from default search engine list

-------------------------------------------------------------------
Mon Aug 18 23:04:47 CEST 2008 - schwab@suse.de

- Fix use of function address.
- Fix proxy setting.

-------------------------------------------------------------------
Sun Aug 17 17:55:14 CEST 2008 - stbinner@suse.de

- update to version 3.1.2: the most notable fixes are a problem
  which can cause a lot of memory usage, several crashes, and a 
  bug in the file deselection code. The performance of the GUI
  and the downloading code has also been improved.

-------------------------------------------------------------------
Mon Jul 14 11:56:20 CEST 2008 - stbinner@suse.de

- update to version 3.1.1: several minor bugfixes

-------------------------------------------------------------------
Mon Jun 16 10:04:23 CEST 2008 - stbinner@suse.de

- update to version 3.1:
   * HTTP webseeding
   * A mediaplayer plugin, supporting audio and video
   * Preview sizes can now be configured
   * A location column has been added in the main view
   * Assured download and upload speeds per torrent
   * Group policies, set default speed limits, max seed time, max 
     ratio and default download location for all torrents of group
   * A feature to suppress sleep when torrents are running
   * A redesigned tracker tab, now also showing how many times a
     torrent was downloaded
   * Trackers can now be disabled or enabled

-------------------------------------------------------------------
Sat Jun 14 10:21:40 CEST 2008 - schwab@suse.de

- Fix creation of dnd files.

-------------------------------------------------------------------
Fri May 16 19:43:25 CEST 2008 - aj@suse.de

- Add missing new line to spec file.

-------------------------------------------------------------------
Thu May 15 15:33:22 CEST 2008 - dmueller@suse.de

- fix largefile support (bnc#386475)
- add missing runtime dependencies, remove deprected macro

-------------------------------------------------------------------
Fri Apr 25 19:23:53 CEST 2008 - stbinner@suse.de

- update to 3.0.2: several crash and other bug fixes

-------------------------------------------------------------------
Tue Mar 25 13:18:57 CET 2008 - stbinner@suse.de

- update to 3.0.1: long list of minor and less minor bugfixes

-------------------------------------------------------------------
Tue Feb 19 19:22:36 CET 2008 - stbinner@suse.de

- fix build

-------------------------------------------------------------------
Tue Feb 19 14:00:11 CET 2008 - stbinner@suse.de

- update to 3.0, the first KDE4-based release

-------------------------------------------------------------------
Sun Jan 27 18:11:51 CET 2008 - stbinner@suse.de

- update to 2.2.5, several minor bug fixes

-------------------------------------------------------------------
Thu Nov 22 04:52:19 CET 2007 - stbinner@suse.de

- update to 2.2.4, fixes a major fileview crash in 2.2.3

-------------------------------------------------------------------
Wed Nov 21 10:36:10 CET 2007 - stbinner@suse.de

- update to 2.2.3, third bugfix release for version 2.2

-------------------------------------------------------------------
Thu Oct 11 14:16:54 CEST 2007 - stbinner@suse.de

- hide non-funtioncal DHT preference groupbox (#332221)

-------------------------------------------------------------------
Wed Sep 26 16:58:34 CEST 2007 - stbinner@suse.de

- update to 2.2.2, second bugfix release for version 2.2

-------------------------------------------------------------------
Sun Aug 19 18:30:53 CEST 2007 - stbinner@suse.de

- fix build on 10.0

-------------------------------------------------------------------
Tue Aug 14 09:31:59 CEST 2007 - stbinner@suse.de

- add improved Hungarian translation (#295663)

-------------------------------------------------------------------
Tue Jul 24 10:51:45 CEST 2007 - bvirlet@suse.de

- update to 2.2.1
  * Fix file selection bug
  * Fix several webgui bugs
  * Make sure plugin list is sorted on the plugin name
  * Fix bug with UPnP plugin not releasing ports when KT is shutdown

-------------------------------------------------------------------
Wed Jul  4 11:15:14 CEST 2007 - stbinner@suse.de

- update to final 2.2 release

-------------------------------------------------------------------
Thu Jun 21 11:19:41 CEST 2007 - stbinner@suse.de

- run fdupes and kde_post_install, fix invalid .desktop file

-------------------------------------------------------------------
Sun Jun 17 11:55:08 CEST 2007 - stbinner@suse.de

- update to 2.2rc1:
   * Improved and more consistant GUI
   * Possibility to open as many views as needed. By default you now
     get a downloads and uploads tab
   * Improved search plugin with possibility to open multiple search tabs
   * Option to fully preallocate diskspace to avoid fragmentation
   * Option to move finished downloads to a different directory
   * Progress bar in status bar when searching
   * Redesigned file selection dialog
   * Option to copy torrent files to user specified directory
   * Speed limits for individual torrents
   * Diskspace monitoring, with option to stop torrents when diskspace
     is running low
   * Improved system tray popup
   * Autorotation of the log file when it gets larger then 10 MB
   * Import dialog is now network transparent for the torrent file
   * Statistics plugin which was developed by Krzysztof Kundzicz

-------------------------------------------------------------------
Mon Jun  4 10:57:58 CEST 2007 - stbinner@suse.de

- fix build on older distributions

-------------------------------------------------------------------
Sun May 20 16:47:28 CEST 2007 - stbinner@suse.de

- fix package requires

-------------------------------------------------------------------
Mon May 14 17:37:05 CEST 2007 - coolo@suse.de

- split translations into special package

-------------------------------------------------------------------
Tue Apr 24 09:45:44 CEST 2007 - stbinner@suse.de

- update to 2.1.4:
   * Fixed crash in parsing of DHT messages
   * Fixed problem with files with .. in their name
   * ScanFolder can now handle incomplete torrent files properly

-------------------------------------------------------------------
Tue Apr  3 01:23:15 CEST 2007 - dmueller@suse.de

- update to 2.1.3:
   * really fix file overwriting vulnerability
   * crash fix

-------------------------------------------------------------------
Sat Mar 10 15:15:55 CET 2007 - dmueller@suse.de

- update to 2.1.2:
  * file overwriting vulnerability
  * chunk id overflow vulnerability

-------------------------------------------------------------------
Tue Mar  6 10:39:55 CET 2007 - stbinner@suse.de

- update to version 2.1.1: 
   * Rewrite of webserver
   * New webgui : coldmilk
   * Networking thread has been split up in 2 threads, one for 
     upload, one for download
   * Significant speed improvements when downloading over a LAN

-------------------------------------------------------------------
Fri Feb  9 12:21:30 CET 2007 - stbinner@suse.de

- port and re-enable patch 16

-------------------------------------------------------------------
Mon Feb  5 20:55:04 CET 2007 - stbinner@suse.de

- update to version 2.1 release

-------------------------------------------------------------------
Thu Jan  4 10:38:09 CET 2007 - stbinner@suse.de

- update to version 2.1rc1:
  * Peer Exchange (µTorrent compatible)
  * Zeroconf plugin

-------------------------------------------------------------------
Sat Nov 25 21:58:08 CET 2006 - wstephenson@suse.de

- update to version 2.1beta1
  * Switched the GUI to an IDEAl style GUI (like KDevelop)
  * WebGUI plugin
  * RSS plugin
  * Improvements in down and upload performance
  * Grouping feature to put torrents into groups
  * Improved search plugin, which now allows multiple searches
  * Many bug fixes

-------------------------------------------------------------------
Tue Oct 17 11:58:08 CEST 2006 - dmueller@suse.de

- remove geoIP database due to license issues (#188562)

-------------------------------------------------------------------
Mon Oct 16 12:09:07 CEST 2006 - dmueller@suse.de

- fix build on PPC

-------------------------------------------------------------------
Tue Oct 10 21:13:45 CEST 2006 - stbinner@suse.de

- update to version 2.0.3
  - fixes some download speed issues
  - fixes several other minor bugs

-------------------------------------------------------------------
Wed Aug 30 19:17:19 CEST 2006 - stbinner@suse.de

- update to version 2.0.2
  - fixes a data corruption bug
  - should get the downloading working properly again
  
-------------------------------------------------------------------
Mon Aug 21 22:02:10 CEST 2006 - stbinner@suse.de

- update to version 2.0.1
  - fixes several bugs
  - features some performance improvements

-------------------------------------------------------------------
Wed Aug  9 02:48:29 CEST 2006 - stbinner@suse.de

- update to version 2.0 (no changelog provided)
  - bugfixes
  - translation updates

-------------------------------------------------------------------
Wed Jul 19 09:27:59 CEST 2006 - stbinner@suse.de

- update to version 2.0rc1
   * bugfixes and polishing

-------------------------------------------------------------------
Tue Jun  6 13:30:26 CEST 2006 - stbinner@suse.de

- don't install with kdelibs conflicting x-bittorrent.desktop

-------------------------------------------------------------------
Tue May 23 17:28:15 CEST 2006 - adrian@suse.de

- update to version 2.0beta1
  * Speed improvements
  * Protocol encryption
  * Bandwith scheduling
  * File prioritization for multifile torrents
  * Directory scanner for torrent files
  * Many bug fixes
- disable experimental DHT for now

-------------------------------------------------------------------
Sun Apr 16 22:01:49 CEST 2006 - dkukawka@suse.de

- updated/added upstream commited changes:
  - ktorrent-fix-german-translation.diff: updated german 
    translation file
  - ktorrent-fix-i18n-strings.diff: fixed typo in i18n string and 
    merged back to translations 

-------------------------------------------------------------------
Tue Mar  7 02:28:18 CET 2006 - dkukawka@suse.de

- fixed some strings in german translation (related to bug #154683
  and upstram changes)

-------------------------------------------------------------------
Thu Mar  2 14:10:17 CET 2006 - dkukawka@suse.de

- fixed german translation for the plugin settings

-------------------------------------------------------------------
Tue Feb  7 01:44:42 CET 2006 - ro@suse.de

- fix build for < 10.1 

-------------------------------------------------------------------
Wed Feb  1 10:23:35 CET 2006 - stbinner@suse.de

- update to 1.2 final

-------------------------------------------------------------------
Wed Jan 25 21:33:27 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Tue Jan 17 22:00:47 CET 2006 - stbinner@suse.de

- update to 1.2rc2

-------------------------------------------------------------------
Mon Jan 16 14:33:38 CET 2006 - dmueller@suse.de

- use -fstack-protector 

-------------------------------------------------------------------
Thu Jan  5 16:13:04 CET 2006 - dkukawka@suse.de

- added patches:
  - ktorrent-fix-columns.diff (Added focus to all collums in the 
    ListView objects)
  - ktorrent-fix-columns_save_restore_ktorrentview.diff (fix store
    columns settings and enable change wide of columns)
  - ktorrent-fix-KBytesPerSecToString.diff
  - ktorrent-fix-keep_seeding.diff (fixed torrentFinished to 
    respect "Keep seeding after download has finished")
  - ktorrent-fix-remove-unneeded.diff (removed unneeded code)
  - ktorrent-fix-compiler_warning.diff

-------------------------------------------------------------------
Mon Jan  2 11:27:26 CET 2006 - stbinner@suse.de

- update to 1.2rc1 (#135481)

-------------------------------------------------------------------
Thu Oct 13 14:03:55 CEST 2005 - dmueller@suse.de

- update to BRANCH 

-------------------------------------------------------------------
Tue Oct 11 15:37:11 CEST 2005 - dmueller@suse.de

- update 1.1 final 

-------------------------------------------------------------------
Wed Sep  7 09:56:26 CEST 2005 - adrian@suse.de

- remove links to some search engine with maybe legal problems

-------------------------------------------------------------------
Tue Sep  6 11:39:25 CEST 2005 - dmueller@suse.de

- update 1.1rc1 (#104905) 

-------------------------------------------------------------------
Fri Aug  5 14:14:18 CEST 2005 - adrian@suse.de

- fix build for released non-PLUS distributions

-------------------------------------------------------------------
Fri Jul 22 19:48:22 CEST 2005 - adrian@suse.de

- fix file list

-------------------------------------------------------------------
Fri Jul 22 14:00:06 CEST 2005 - adrian@suse.de

- create initial package of version 1.0

openSUSE Build Service is sponsored by