File: changelog

package info (click to toggle)
tf5 5.0beta8-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,800 kB
  • sloc: ansic: 25,492; perl: 103; makefile: 82; sh: 79
file content (180 lines) | stat: -rw-r--r-- 7,869 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
tf5 (5.0beta8-7) unstable; urgency=medium

  * Update debhelper compatibility level to V11.
    - Use dh_autoreconf but disable running autoheader.
  * Update standards version to 4.1.4.
    - Use https for Format URL in debian/copyright.
  * Update debian/watch to version 4 and use https.

 -- Russ Allbery <rra@debian.org>  Sat, 26 May 2018 19:03:58 -0700

tf5 (5.0beta8-6) unstable; urgency=medium

  * Apply patch from Chris Lamb for reproducible build.  (Closes: #834276)
  * Add a desktop file, although set it to NoDisplay since TinyFugue lacks
    an icon and it's not clear people would start it from the window
    manager menus.  (I considered making an icon from the graphic on the
    TinyFugue home page, but the licensing is unclear.)
  * Remove menu file in favor of the new desktop file.
  * Fix various spelling errors in the binary, caught by Lintian.
  * Enable all hardening flags.
  * Switch to separate Debian packages for each upstream change, managed
    using gbp pq.
  * Switch to the DEP-14 branch layout and add debian/gbp.conf reflecting
    that layout.  Update Vcs-Git accordingly.
  * Use HTTPS for Vcs-Git and Vcs-Browser URLs.
  * Fix duplicated license paragraph in debian/copyright.
  * Run wrap-and-sort -ast on the packaging files.
  * Remove explicit setting for xz compression, which is now the default.
  * Update standards version to 3.9.8.

 -- Russ Allbery <rra@debian.org>  Sun, 14 Aug 2016 14:27:28 -0700

tf5 (5.0beta8-5) unstable; urgency=low

  * Change build dependency to libgnutls-openssl-dev to assist with a
    GnuTLS transition.  (Closes: #731558)
  * Update debhelper compatibility level to V9.
    - Enable hardening flags, including bindnow and PIE.
  * Update watch file based on a revision by Bart Martens to use the new
    path to the SourceForge redirector.  Add some comments about choices
    of mangling and file extension matching.
  * Install upstream CREDITS in the package documentation directory.
  * Update standards version to 3.9.5.
    - Rewrite debian/copyright in copyright-format 1.0.
  * Convert to Debian source package format 3.0 (quilt) with a single
    merged Debian patch and use xz compression for the *.debian.tar.xz
    file.
  * Add information about SSL/TLS and (lack of) Unicode support to the
    package long description.
  * Fix a spelling error in the man page caught by Lintian.
  * Update Vcs-Git URL and add Vcs-Browser control field.

 -- Russ Allbery <rra@debian.org>  Sat, 07 Dec 2013 13:10:14 -0800

tf5 (5.0beta8-4) unstable; urgency=low

  * Update debhelper compatibility level to V7.
    - Use debhelper rule minimization with overrides.
    - List extra files to remove in debian/clean.
    - Install README via debian/docs instead of dh_installdocs argument.
    - Add ${misc:Depends} dependency.
  * Remove the tf5. prefix from packaging files.  We only generate one
    binary package and will for the forseeable future, so no need for the
    package prefix.
  * Remove old conflict on the pre-alternatives version of tf, which was
    older than what released with oldstable.
  * Update standards version to 3.8.3 (no changes required).

 -- Russ Allbery <rra@debian.org>  Mon, 24 Aug 2009 16:59:34 -0700

tf5 (5.0beta8-3) unstable; urgency=low

  * Build with SSL support using the GnuTLS OpenSSL compatibility layer.
    (Linking against OpenSSL directly isn't allowed since TinyFugue is
    under the GPL without an exception.)
  * Remove all modified and created files in debian/rules clean.  The
    upstream distclean wasn't comprehensive.
  * Update standards version to 3.8.0 (no changes required).

 -- Russ Allbery <rra@debian.org>  Mon, 30 Jun 2008 20:03:05 -0700

tf5 (5.0beta8-2) unstable; urgency=low

  * Correct the patch for format handling on 64-bit platforms.  Patch
    from JP Sugarbroad.  (Closes: #478602)

 -- Russ Allbery <rra@debian.org>  Tue, 29 Apr 2008 17:44:10 -0700

tf5 (5.0beta8-1) unstable; urgency=low

  * New maintainer.  (Closes: #465935)
  * New upstream release.  (Closes: #457011)
    - Incorporated all Debian bug fix patches except DESTDIR support.
  * Apply bug fix from upstream tracker for format handling that mostly
    affects 64-bit platforms.
  * Revert several groff-specific modifications to the man page to keep it
    closer to the upstream version.
  * Overhaul the build system.
    - Stop using CDBS and its patch system.  (Closes: #424205)
    - Stop including detached debugging symbols.  Most packages don't do
      this and I don't think it's worth the disk space.
    - Pass configure the right options for cross builds.
  * Change package section to net, matching the installation path, and
    mention chatservers in the package description.
  * Add a menu file.
  * Add a watch file.
  * Add Homepage and Vcs-Git control fields.
  * Remove extraneous comments in postinst and prerm and run both in more
    situations, not only configure and remove.
  * Clean up build dependencies.
  * Rewrite debian/copyright using my standard format and include
    additional upstream credits and the PCRE license (included upstream
    but not used for Debian builds).
  * Update standards version to 3.7.3 (no changes required).
  * Update debhelper compatibility level to V5 (no changes required).

 -- Russ Allbery <rra@debian.org>  Mon, 18 Feb 2008 10:16:32 -0800

tf5 (5.0beta7-2) unstable; urgency=low

  * Tell dh_strip to preserve debugging symbols stripped from the
    executable image so that they can be used via GDB's readlink
    mechanism (and, of course, ship them).
  * Added patch 002_strstr_needle_in_haystack, which fixes the 'calling
    replace with an empty match pattern causes an infinite loop'
    problem.
  * Cleaned up manpage to comply with modern (Unicode-aware) groff
    guidelines.

 -- Joel Aelwyn <fenton@debian.org>  Mon, 17 Oct 2005 14:04:56 -0600

tf5 (5.0beta7-1) unstable; urgency=low

  * New upstream version.
    - Build with the system PCRE library now that doing so is supported.
    - Updated patches (several no longer needed, the rest all required
      significant modifications).
    - Update description to mention (the new) 256-color terminal support.
    - Upstream removed the manpage; import a copy of the last known state
      from version 5.0b6, rather than have Yet Another Manpage-less Program
      in Debian.
  * Updated to Standards-Version 3.6.2.0 (no changes)
  * Incorporate a fix for the /fg command on 64-bit systems by Zephaniah
    E. Hull (Closes: #327448)

 -- Joel Aelwyn <fenton@debian.org>  Tue, 20 Sep 2005 02:34:31 -0600

tf5 (5.0beta6-4) experimental; urgency=low

  * Added a Suggests on the 'spell' package, which provides a binary
    compatible with the spell.tf module.

 -- Joel Aelwyn <fenton@debian.org>  Mon, 31 Jan 2005 15:49:13 -0700

tf5 (5.0beta6-3) experimental; urgency=low

  * Disable OpenSSL support until Ken Keys either includes a license
    exception for linking GPL and OpenSSL code, or support for GNU TLS
    is available. Unfortunately, the OpenSSL emulation layer in GNU TLS
    isn't sufficient to handle what TF uses. (No bug)
  * Fixed alternatives handling to include manpage as a slave link, and
    moved manpage to tf5.1.gz natively. (No bug)
  * Added patch to fix SEGV fault in strip_attr() function. (No bug yet;
    filed request with upstream for proper fix)
  * Updated to Standards-Version 3.6.1.0 (no changes)

 -- Joel Aelwyn <fenton@debian.org>  Tue, 25 Jan 2005 13:52:49 -0700

tf5 (5.0beta6-2) experimental; urgency=low

  * Added alternatives management for /usr/bin/tf, priority 15 (below
    'tf', which is the current stable release). (No bug)

 -- Joel Aelwyn <fenton@debian.org>  Tue,  4 Jan 2005 14:28:37 -0700

tf5 (5.0beta6-1) experimental; urgency=low

  * Initial packaging (Closes: #265974)

 -- Joel Aelwyn <fenton@debian.org>  Fri, 20 Aug 2004 14:05:11 -0600