Advertisement
Guest User

Shareaza v2.7.0.0

a guest
Aug 31st, 2013
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. Change log of Shareaza v2.7.0.0
  2. -------------------------------
  3.  
  4. There have a lot of updates and improvements in the 14 months since v2.6.0.0 has been released. The following list contains the most important changes sorted by categories:
  5.  
  6. Language support:
  7. * Fixed crash due incorrectly translated text in Português.
  8.  
  9. Network support
  10. * Fixed download size range of download properties dialogue.
  11. * New torrent codepage defaulted to UTF-8.
  12. * Set default chunk size to 256 KB (for compatibility).
  13. * Fixed garbage "hosts" from broken Web-caches.
  14. * Fixed adding sources to just downloaded file in library.
  15. * Implemented BTH adding to library file on torrent seeding.
  16. * Removed Discovery.EnableG1GWC option to help connecting when no Gnutella 1 UDP-cache can be found.
  17. * Fixed adding URLs with comma.
  18. * Fixed downloading from silent FTP-servers.
  19. * Fixed downloading with unknown file size (downloads stuck in verified state bug).
  20. * Added "Content-Disposition:" HTTP-header to uploads.
  21. * Fixed "X-Thex-URI" uploads header (real tiger tree height and ed2k hashset).
  22. * Fixed tracker parameter of BitTorrent magnet-link
  23. * Optimized BitTorrent tracker request code (no more freezes on download closing).
  24. * Limited download sources amount ("Downloads.SourcesWanted" option) to avoid freezes on very popular torrents with thousands of sources.
  25. * Fixed "disappearing" trackers.
  26. * Fixed "stuck at 99.9%" download.
  27. * Optimized source requests timings (ED2K, BT).
  28. * Optimized uploading file chunk size (now 1000 KB).
  29. * Added new option BitTorrent.PeerID. Use this peer ID (if set) for BitTorrent trackers in form of "CCvvvv" where "CC" - agent code ("SZ", "UT" etc,), v.v.v.v - version.
  30.  
  31. Media Player
  32. * Fixed media window volume control.
  33. * Fixed media window speed control.
  34. * Fixed playlist repeat and loop operations.
  35. * Added played file (blue) marker in the playlist.
  36. * Added speed label to media window status bar.
  37. * Added player plugin unloading on every file (for compatibility).
  38. * Added fullscreen on mouse middle button.
  39.  
  40. GUI changes
  41. * Added "Rename" button inside Download properties dialog.
  42. * Added "Rebuild" item to Library file menu.
  43. * Now thumbnails can be refreshed by "Rebuild" or "Refresh metadata" operations.
  44. * Added clearing of recent searches to "Clear History Now" button in options.
  45. * Fixed wrongly interface language resetting to "English" due new user login.
  46. * Fixed connected time on Home tab being slow (ticket #184).
  47. * Fixed search window message (ticket #3; OldDeath)
  48. * Trying to make less annoying hash window (added WS_EX_NOACTIVATE style).
  49. * Fixed file selection in Library (was not properly selected if file folder was collapsed).
  50. * Fixed IRC chat notification icon.
  51. * Added thumbnails generation in collection wizard, added thumbnails to "basicCollection" template.
  52.  
  53. Internal and functional changes
  54. * Fixed "Download Now" menu item (ticket #198)
  55. * Re-factored new download creation code.
  56. * Fixed crash in media player visualizations.
  57. * Limited number of saved or loaded sources - 500 per download
  58. * Added removing of duplicate ghost files on library load
  59. * Separated tracker and file errors (in download tooltip).
  60. * Fixed RegExp filter (crash in host browser window, inverted state in search window, interface issues, duplicate code).
  61. * Re-factored and optimized thread code (affects among other things download tasks, tracker requests and ed2k importing).
  62. * Fixed dropping sources during merging with local files process.
  63. * Fixed missing download preview file.
  64. * Re-factored packet handling (CBuffer class).
  65. * Added experimental support for Snarl notification (http://www.getsnarl.info/), added new option "Interface.Snarl".
  66. * Adjusted locks during Library periodic scans.
  67. * Disabled unneeded part of BZlib.
  68. * Fixed Windows XP incompatibility (issue #208).
  69. * Added new collection variable: $title$ - name of album folder.
  70. * Fixed "GeneralPurpleCollection" and "VideoCollection" collection templates.
  71. * Fixed deadlock on Shareaza exit when "merge with download" task was not completed. Refactored download task class.
  72. * Fixed stack overflow error when tooltip window was shown while Shareaza suffers overload.
  73. * Fixed another deadlock when merging tasks are active.
  74.  
  75. Plugin stuff
  76. * Added manifest for player plugin.
  77. * Fixed player plugin rare freeze if file has an unknown format.
  78. * Added workaround against "frozen" plugins.
  79. * Fixed plugin registration under non-administrative account ( ticket #98 ).
  80. * Fixed black thumbnails of unsupported video files.
  81. * Added Comic Book support i.e. cbr, cbz and cb7 file extensions but only as archives.
  82. * Fixed plugin code freeze when external plugin crashed.
  83. * Added JAR extension.
  84. * Added CB7 extension as archive type (handled by 7Zip).
  85.  
  86. Library updates
  87. * Updated GeoIP database.
  88. * Updated Zlib 1.2.5 -> 1.2.8
  89. * Updated UnRar 4.0.4.3 -> 5.0.6.901
  90. * Updated SQLite 3.7.7.1 -> 3.7.17.0
  91.  
  92. Compiling
  93. * Fixed TorrentWizard compilation in V$2008.
  94.  
  95. Setup/Installer
  96. * Updated Setup script for new Inno Setup version 5.5.2
  97. * Fixed UPnP checkbox (due unicode).
  98. * Re-enabled Windows Firewall checkbox.
  99. * Enabled compilation of the installer separate from VS.
  100.  
  101. and last but not least...
  102. * Fixed tons of (mostly very rare) crashes ;)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement