~ubuntu-branches/ubuntu/jaunty/linuxdcpp/jaunty

« back to all changes in this revision

Viewing changes to Changelog.txt

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2007-12-26 02:35:22 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20071226023522-33kcy4wmyadot0tr
Tags: 1.0.1-1
* New upstream release.
* Added magnet support
  (Closes: #416879)
* New description, provided upstream, thanks !
* Updated standards to 3.7.3 (no changes)
* Patched to build with GCC 4.3. Patch is minimal,
  current code still use deprecated headers.
  (Closes: #455342)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2007-10-28 - Steven Sheehy
2
 
* Fixed wrong default value of main window notebook tabs.
3
 
* Fixed build error "*** Error writing options to file: build/sconf/scache.conf".
4
 
* Added hub url to "Connecting to" text when loading a hub.
5
 
* Patch #2216: add hub topic to tab name (thanks stoft).
6
 
* Bug #12151: Get file list won't show directory right (thanks David Grundberg)
7
 
* Bug #12152: Superfluous / in $HOME causes file browsing problems.
8
 
* Added user commands (thanks Bart Vulling).
9
 
 
10
 
2007-10-13 - Steven Sheehy
11
 
* Use strtoll instead of atoll to enable build on HPUX (thanks Tobias Nygren).
12
 
* Dispatcher optimizations (thanks jikaheim).
13
 
* Bug #12058: Hubs are not removed from search list after reconnection.
14
 
* Moved preference notebook tabs position to the left.
15
 
* Changed reference to "Windows" in preferences to "Tabs."
16
 
* Added an option to specify the main window notebook tabs position.
17
 
* Added an option to specify the main toolbar style.
18
 
* Bug #11126: don't follow symlinks (thanks gasol).
19
 
* Improved display of kick messages (thanks naga).
20
 
* Default for virtual name entry (thanks Razzloss).
21
 
* First attempt at adding Mac OS X support (thanks Jammnrose).
22
 
 
 
1
*** 1.0.1 2007-12-25 ***
 
2
[2007-10-13] Use strtoll instead of atoll to enable build on HPUX (thanks Tobias Nygren).
 
3
[2007-10-13] Dispatcher optimizations (thanks jikaheim).
 
4
[2007-10-13] Bug #12058: Hubs are not removed from search list after reconnection.
 
5
[2007-10-13] Moved preference notebook tabs position to the left.
 
6
[2007-10-13] Changed reference to "Windows" in preferences to "Tabs."
 
7
[2007-10-13] Added an option to specify the main window notebook tabs position.
 
8
[2007-10-13] Added an option to specify the main toolbar style.
 
9
[2007-10-13] Bug #11126: don't follow symlinks (thanks gasol).
 
10
[2007-10-13] Improved display of kick messages (thanks naga).
 
11
[2007-10-13] Default for virtual name entry (thanks Razzloss).
 
12
[2007-10-13] First attempt at adding Mac OS X support (thanks Jammnrose).
 
13
[2007-10-28] Fixed wrong default value of main window notebook tabs.
 
14
[2007-10-28] Fixed build error "*** Error writing options to file: build/sconf/scache.conf".
 
15
[2007-10-28] Added hub url to "Connecting to" text when loading a hub.
 
16
[2007-10-28] Patch #2216: add hub topic to tab name (thanks stoft).
 
17
[2007-10-28] Bug #12151: Get file list won't show directory right (thanks David Grundberg)
 
18
[2007-10-28] Bug #12152: Superfluous / in $HOME causes file browsing problems.
 
19
[2007-10-28] Added user commands (thanks Bart Vullings).
 
20
[2007-11-07] Fixed search results from sometimes never appearing in the GUI.
 
21
[2007-11-20] Added magnet links support (thanks Max Lapan).
 
22
[2007-11-20] Feature Request #3840: Define WM_WINDOW_ROLE for main window.
 
23
[2007-11-25] Added user commands to search menu (thanks Bart Vullings).
 
24
[2007-11-30] Fixes to allow compilation on OpenBSD (thanks Jeremy Evans).
 
25
[2007-12-02] Open finished files w/ the default application (thanks David Grundberg).
 
26
[2007-12-03] Fixes to allow compilation on Mac OS X (thanks Per G�ransson).
 
27
[2007-12-04] Display hub name(s) on private message tab.
 
28
[2007-12-07] Added the ability to open URLs in chat with the default application.
 
29
[2007-12-07] Make the program appear on the screen more smoothly.
 
30
[2007-12-07] Fixed chat text from sometimes not appearing by validating all utf-8.
 
31
[2007-12-12] Added nick popup menu in chat.
 
32
[2007-12-12] Fix bind address on UDP socket (thanks Jeremy Evans).
 
33
[2007-12-16] Improved updating of cursor when hovering over links (thanks Stanislav Maslovski).
 
34
[2007-12-23] Improved tray icon text.
 
35
[2007-12-23] Fixed website link in about menu.
 
36
[2007-12-25] Show WAN IPs in drop-down box (thanks Jussi Peltola).
 
37
 
 
38
*** 1.0.0 2007-09-23 ***
23
39
2007-08-04 - Steven Sheehy
24
40
* Fixed a character encoding issue when "System default" was selected.
25
41
* Fixed a window menu regression.
26
42
* Patch #2099: Make all dialogs accept enter (thanks kotnik).
27
43
* Improve active searches when using multiple IPs (thanks Stanislav Maslovski).
28
 
* Patch #2121: Make the trayicon transparent (thanks Bart Vulling and Gaim/Pidgin team).
 
44
* Patch #2121: Make the trayicon transparent (thanks Bart Vullings and Gaim/Pidgin team).
29
45
* Connect dialog now highlights old text upon re-opening.
30
46
* Converted u_int*_t to uint*_t C99 types.
31
47
* Bug #11597: Disconnected showing before no slots available (thanks Razzloss).