File: changelog

package info (click to toggle)
libterm-slang-perl 0.07-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 112 kB
  • ctags: 38
  • sloc: perl: 614; makefile: 38
file content (137 lines) | stat: -rw-r--r-- 4,380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
libterm-slang-perl (0.07-10) unstable; urgency=low

  * Updated to slang 2. Only type and prototype changes, did not add new
    functions. Did not port to new readline interface, so all readline support
    is currently disabled.

 -- Joey Hess <joeyh@debian.org>  Mon, 20 Jun 2005 15:06:44 -0400

libterm-slang-perl (0.07-9) unstable; urgency=low

  * Build for perl 5.8.

 -- Joey Hess <joeyh@debian.org>  Wed, 31 Jul 2002 03:06:07 +0000

libterm-slang-perl (0.07-8) unstable; urgency=low

  * debhelper v4

 -- Joey Hess <joeyh@debian.org>  Mon, 29 Jul 2002 19:04:07 +0000

libterm-slang-perl (0.07-7) unstable; urgency=low

  * Removed unnecessary README, Closes: #118220

 -- Joey Hess <joeyh@debian.org>  Mon,  5 Nov 2001 16:29:26 -0500

libterm-slang-perl (0.07-6) unstable; urgency=low

  * Updated to new perl policy.
  * Updated to debhelper v3.

 -- Joey Hess <joeyh@debian.org>  Thu, 15 Feb 2001 18:00:24 -0800

libterm-slang-perl (0.07-5) unstable; urgency=low

  * Gar! Closes: #84219

 -- Joey Hess <joeyh@debian.org>  Tue, 30 Jan 2001 23:23:18 -0800

libterm-slang-perl (0.07-4) unstable; urgency=low

  * Added build depends, Closes: #84113

 -- Joey Hess <joeyh@debian.org>  Tue, 30 Jan 2001 11:15:15 -0800

libterm-slang-perl (0.07-3) unstable; urgency=low

  * Rebuilt with perl 5.6. I wouldn't normally bother, since the old
    packages work with perl 5.6, but the dpeendancies got messed up a while
    ago while I was using bod's perl 5.6 debs and an old debhelper.

 -- Joey Hess <joeyh@debian.org>  Tue,  7 Nov 2000 16:00:54 -0800

libterm-slang-perl (0.07-2) unstable; urgency=low

  * Build in binary-arch target, not binary-indep. Closes: #63941

 -- Joey Hess <joeyh@debian.org>  Thu, 11 May 2000 13:48:43 -0700

libterm-slang-perl (0.07-1) unstable; urgency=low

  * New upstream, incorporating some of my changes.

 -- Joey Hess <joeyh@debian.org>  Sun, 16 Apr 2000 20:45:22 -0700

libterm-slang-perl (0.06-3) unstable; urgency=low

  * Added SLtt_set_screen_size function. No analog exists in slang, but
    this lets you set SLtt_Screen_Rows and SLtt_Screen_Cols from inside
    perl. Passed upstream; this interface may change w/o warning.

 -- Joey Hess <joeyh@debian.org>  Thu,  6 Apr 2000 19:48:51 -0700

libterm-slang-perl (0.06-2) unstable; urgency=low

  * Made SLsmg_set_screen_start take normal integers, and convert to int
    pointers in the XS code. I'll toss this upstream, the function doesn't
    seem usable in perl w/o this change.

 -- Joey Hess <joeyh@debian.org>  Thu,  6 Apr 2000 14:09:47 -0700

libterm-slang-perl (0.06-1) unstable; urgency=low

  * New upstream, incorporating all my changes. 

 -- Joey Hess <joeyh@debian.org>  Wed, 22 Mar 2000 12:18:40 -0800

libterm-slang-perl (0.05-3) unstable; urgency=low

  * Removed prototype, thus fixing all the nasty prototype mismatch
    warnings when accessing constants.

 -- Joey Hess <joeyh@debian.org>  Mon, 20 Mar 2000 13:15:46 -0800

libterm-slang-perl (0.05-2) unstable; urgency=low

  * Added SLtt_set_mono to export list.
  * Re-added support for SLsmg_reinit_smg.

 -- Joey Hess <joeyh@debian.org>  Mon, 20 Mar 2000 12:31:26 -0800

libterm-slang-perl (0.05-1) unstable; urgency=low

  * Major new upsteam release, with a completly different API.
  * Reintegrated my patch for SLtt_set_mono.

 -- Joey Hess <joeyh@debian.org>  Mon, 20 Mar 2000 11:39:30 -0800

libterm-slang-perl (0.01-4) unstable; urgency=low

  * Added support for the SLtt_set_mono function. This includes constants
    for *_MASK.

 -- Joey Hess <joeyh@debian.org>  Fri, 17 Mar 2000 19:07:19 -0800

libterm-slang-perl (0.01-3) unstable; urgency=low

  * Added support for the SLsmg_reinit_smg() function.

 -- Joey Hess <joeyh@debian.org>  Fri, 17 Mar 2000 16:58:01 -0800

libterm-slang-perl (0.01-2) unstable; urgency=low

  * Thanks to Brendan O'Dea <bod@compusol.com.au>, all the slang constants
    are now included in the XS file. This closes an upstream TODO item.
    Access them like $Term::Slang::KEY_BACKSPACE
  * I have sent diffs upstream, but until they are accepted, this is a
    debian-specific feature.

 -- Joey Hess <joeyh@debian.org>  Sat, 11 Mar 2000 21:02:30 -0800

libterm-slang-perl (0.01-1) unstable; urgency=low

  * First release.
  * Minor changes to pod docs to make SYNOPSIS be indented correctly.

 -- Joey Hess <joeyh@debian.org>  Wed,  8 Mar 2000 20:16:38 -0800