~ubuntu-branches/ubuntu/dapper/rxvt-unicode/dapper

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2006-01-16 16:51:28 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20060116165128-dmz1wi3x3e17gu43
Tags: 7.0-1
* New upstream release
  + autodetection of (incorrect) Latin1 in pure UTF-8 environment works
    again (closes: #347718)
* removed the font name preset, automatic selection works acceptably well

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
rxvt-unicode (6.3-0ubuntu2) dapper; urgency=low
2
 
 
3
 
  * Resynchronise with Debian's 6.2-1: Use --enable-xpm-background in
4
 
    !-lite flavors (Closes: Debian #337088).
5
 
 
6
 
 -- Daniel T Chen <crimsun@fungus.sh.nu>  Sat,  7 Jan 2006 00:16:09 -0800
7
 
 
8
 
rxvt-unicode (6.3-0ubuntu1) dapper; urgency=low
9
 
 
10
 
  * New upstream release:
11
 
    - SECURITY: Properly restore permissions on systems using openpty
12
 
      instead of leaving the tty device world-{readable,writable}.
13
 
      Fortunately this did not affect GNU/Linux (but did BSDs).
14
 
    - Properly reenable configurability of meta8 support instead of
15
 
      forcefully enabling it.
16
 
    - Attempt to be more clever regarding different font sizes and
17
 
      ascents.
18
 
    - Add an option to disable built-in line drawing characters and
19
 
      fall back to font ones.
20
 
    - Disable sched_yield() support, because the Linux [2.6] version
21
 
      schedules niced processes before the owners, making it useless.
22
 
    - Add an optional (disabled) embedded Perl interpreter.
23
 
 
24
 
 -- Daniel T Chen <crimsun@fungus.sh.nu>  Fri,  6 Jan 2006 17:36:52 -0800
25
 
 
26
 
rxvt-unicode (6.2-0ubuntu1) dapper; urgency=low
27
 
 
28
 
  * New upstream release:
29
 
    - Attempt to use sched_yield() for vast improvement in terminal
30
 
      data transfer efficiency.
31
 
    - Fix callback.h (using gvpe's version) to correctly return the
32
 
      callback result (affects new -pty-fd semantics in urxvtc on a few
33
 
      architectures).
34
 
    - Move ISO14755 character feedback box if it obscures the mouse
35
 
      cursor position.
36
 
    - Include one trailing space in rectangular selections to indicate
37
 
      the inserted newline for aesthetics.
38
 
    - Implement intensityStyles option to enable/disable bold/blink
39
 
      selecting high intensity foreground/background colours.
40
 
  * Version 6.1:
41
 
    - Update ISO8859-7 (Euro and Drachma round-trip, etc.) table.
42
 
    - Fix a crash when the selection scrolls beyond the scrollback
43
 
      while the user is dragging.
44
 
    - Fix drawing of selections that are partially scrolled out of the
45
 
      window.
46
 
    - Properly initialise lines that are newly scrolled in (led to
47
 
      extremely long lines and crashes).
48
 
    - Use Unicode whitespace class instead of hardcoded values for
49
 
      stripping whitespace, and use it on rectangular selections.
50
 
  * Version 6.0:
51
 
    - Enable slow link support by default.
52
 
    - Fix relative cursor positioning to properly respect scrolling
53
 
      regions (also a bug in original rxvt).
54
 
    - Zero out initial termios struct if fetching it fails.
55
 
    - Pass the urxvtc fd to urxvtd if -pty-fd is used.
56
 
    - Don't link against -l{nsl,socket,xpg4} unless necessary.
57
 
    - Don't buffer partial screen scrolls in the backscroll.
58
 
    - Rewrite internal buffer handling:
59
 
      + Reflow when resizing lines, and wrap them instead of winging.
60
 
      + Use a circular line buffer (substantial scrolling speedup).
61
 
      + Reduce code size, data memory usage; improve code clarity.
62
 
  * Version 5.9:
63
 
    - Fix a bug in the menu code.
64
 
    - Make signal handling global instead of per-terminal.
65
 
    - Don't crash when broken Xft/Fontconfig/Freetype versions return
66
 
      bogus data; ignore the Xft font instead.
67
 
    - Fix typo in rxvt.1.
68
 
 
69
 
 -- Daniel T Chen <crimsun@fungus.sh.nu>  Mon,  2 Jan 2006 12:12:28 -0800
 
1
rxvt-unicode (7.0-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release
 
4
    + autodetection of (incorrect) Latin1 in pure UTF-8 environment works
 
5
      again (closes: #347718)
 
6
  * removed the font name preset, automatic selection works acceptably well
 
7
 
 
8
 -- Eduard Bloch <blade@debian.org>  Mon, 16 Jan 2006 16:51:28 +0100
 
9
 
 
10
rxvt-unicode (6.3-1) unstable; urgency=low
 
11
 
 
12
  * New upstream release
 
13
    + From upstream changelog: - SECURITY FIX: on systems using openpty,
 
14
      permissions were not correctly updated on the tty device and were left as
 
15
      world-readable and world-writable (likely in original rxvt, too), and were
 
16
      not restored properly. Affected are only systems where non-unix ptys were
 
17
      used (such as most BSDs, not GNU/Linux). (found, patched and debugged by
 
18
      Ryan Beasley).
 
19
    + From upstream changelog: - meta8 support was forcefully enabled in most
 
20
      configurations.  restored configurability of this (useless) feature
 
21
      (reported by Mikachu). (closes: #346150, reopen if it doesn't)
 
22
    
 
23
 -- Eduard Bloch <blade@debian.org>  Fri,  6 Jan 2006 01:11:00 +0100
 
24
 
 
25
rxvt-unicode (6.2-1) unstable; urgency=low
 
26
 
 
27
  * New upstream release
 
28
  * --enable-xpm-background in !-lite flavors (closes: #337088)
 
29
 
 
30
 -- Eduard Bloch <blade@debian.org>  Mon,  2 Jan 2006 23:04:19 +0100
70
31
 
71
32
rxvt-unicode (5.8-1) unstable; urgency=low
72
33