File: changelog

package info (click to toggle)
tkabber 1.1.2%2B20160818-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,860 kB
  • sloc: tcl: 59,744; xml: 3,701; sh: 1,459; makefile: 99
file content (254 lines) | stat: -rw-r--r-- 9,266 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
tkabber (1.1.2+20160818-1) unstable; urgency=medium

  * New upstream fossil snapshot.
  * Refresh patches.
  * Update the breaks section in debian/control since the current snapshot
    isn't compatible with the released plugins.
  * Switch to multiple upstream tarballs since Tkabber and TclXMPP are being
    developed in separate repositories.
  * Add the get-orig-source target to debian/rules to fetch the sources from
    upstream repositories.

 -- Sergei Golovan <sgolovan@debian.org>  Sat, 14 Apr 2018 19:48:40 +0300

tkabber (1.1.2-1) unstable; urgency=medium

  * New upstream release.
  * Drop an unnecessary patch.
  * New maintainer Sergei Golovan.
  * Fix debian/watch to track .xz archives.
  * Convert debian/rules to debhelper.
  * Drop the menu item in favor of a desktop shortcut.
  * Point the VCS headers to a Salsa XMPP team project.
  * Bump the debhelper competibility level to 10.
  * Bump the standards version to 4.1.4.

 -- Sergei Golovan <sgolovan@debian.org>  Sun, 08 Apr 2018 21:17:31 +0300

tkabber (1.1-1) unstable; urgency=low

  * New upstream release (closes: #756550, #742867).
  * Drop obsolete patches.
  * Switch packaging to "3.0 (quilt)" format.
  * Update copyright file: DEP-5 format, mention new files.
  * Bump standards version to 3.9.6.0.
  * Recommend tcl-udp package.
  * Add "Breaks: tkabber-plugins (<< 1.1)" to prevent breakage when
    this new Tkabber version is installed along with its plugins
    matching its old version.
  * Write manual page for tkabber-remote.
  * Minor updates to tkabber(1) manual page.
  * Minor fixes to packaging files.
  * Use custom wrapper scripts to run tkabber and tkabber-remote.

 -- Konstantin Khomoutov <flatworm@users.sourceforge.net>  Thu, 23 Oct 2014 15:27:36 +0400

tkabber (0.11.1-3) unstable; urgency=low

  * Correct the pathname of the application icon in the .desktop file.

 -- Konstantin Khomoutov <flatworm@users.sourceforge.net>  Sat, 14 Jul 2012 15:30:15 +0400

tkabber (0.11.1-2) unstable; urgency=low

  * Add jlib-disconnect.patch (fixes error in [jlib::disconnect]
    which can be triggered when this command in called on an already
    teared down connection).
  * Add roster-import-rfc3921bis.patch (sends each roster contact
    being imported from a backup file each in its own IQ stanza
    as required by RFC 3921bis, closes: #567628).
  * Add German, Polish and Spanish desktop file translations.
  * Add ${misc:Depends} to the Depends field (fixes Lintian warning).

 -- Konstantin Khomoutov <flatworm@users.sourceforge.net>  Fri, 26 Feb 2010 03:14:41 +0300

tkabber (0.11.1-1) unstable; urgency=low

  * New upstream release.
  * Remove obsolete patches.
  * Fix bashism in Makefile install-bin target.
  * Move to debhelper 7, standards 3.8.3.
  * Depend on tk | wish.
  * Add README.source.
  * Add tkabber.desktop.
  * Bump version of suggested tkabber-plugins to 0.11.1.
  * Add libsnack2 to the list of suggested packages.
  * Add Vcs-git, Vcs-browser and Homepage fields to control file.

 -- Konstantin Khomoutov <flatworm@users.sourceforge.net>  Sat, 31 Oct 2009 16:50:42 +0300

tkabber (0.11.0-3) unstable; urgency=low

  * Integrated patch fixing problem with connecting to
    Google Talk servers (closes: #505103).

 -- Konstantin Khomoutov <flatworm@users.sourceforge.net>  Sun, 09 Nov 2008 16:28:45 +0300

tkabber (0.11.0-2) unstable; urgency=low

  * Integrated upstream fix for the error in the implementation
    of BASIC HTTP proxy authentication mechanism (closes: #492929).
  * Integrated upstream fix for the "sticky proxy server settings"
    (closes: #493010).

 -- Konstantin Khomoutov <flatworm@users.sourceforge.net>  Tue, 29 Jul 2008 23:51:13 +0000

tkabber (0.11.0-1) unstable; urgency=low

  * New maintainer: Konstantin Khomoutov <flatworm@users.sourceforge.net>
    (closes: #465690).
  * New upstream release.
  * Introduced build dependency on quilt.
  * Added patches which fix two major bugs crept into the new release:
    incorrect processing of xmpp:urn:time IQ requests and typo in
    the HTTP proxy basic authentication code resulted in runtime error.
  * Simplified debian/rules to make more use of the Tkabber's own Makefile.
  * tkabber.html is now installed as part of the documentation instead
    of tkabber.xml; also it's registered with doc-base, if available.
  * Removed tkabber.sgml in favor of more simplistic tkabber.1 nroff file.
  * Changed descriptions of package in debian/control to make them
    more informative; "tkabber-plugins" package is mentioned.
  * Manual page corrected: some wording changed, provided more links
    to other documentation sources.

 -- Konstantin Khomoutov <flatworm@users.sourceforge.net>  Sun, 22 Jun 2008 02:53:58 +0400

tkabber (0.10.0-3) unstable; urgency=low

  * Allow tk8.5 and tcl8.5 as alternatives in depends. Thanks to Alexander
    Galanin <gaa.nnov@mail.ru>. (closes: #465787)
  * Bump standards-version to 3.7.3
    - Change menu section from Apps/Net to Applications/Network/Communication
  * Do some debian/rules cleanup
  * Update debian/copyright to actually mention copyright and to reflect the
    upstream license (GPL, not limited to version 2.1)

 -- Jonas Meurer <mejo@debian.org>  Wed, 19 Mar 2008 01:24:44 +0100

tkabber (0.10.0-2) unstable; urgency=low

  * Minor improvements and fixes suggested by Sergei Golovan, closes: #423161
    - fix upstream url in copyright and watch file
    - add long title to menu file
    - add -X.tcl -X.xrdb to dh_compress to prevent these files from being
      compressed in the examples directory.
    - add a new tkabber.xpm from Sergei Golovan <sgolovan@nes.ru>
  * Minor improvements for the manpage.

 -- Jonas Meurer <mejo@debian.org>  Wed, 16 May 2007 19:12:44 +0200

tkabber (0.10.0-1) unstable; urgency=low

  * New upstream release. (closes: #421067)

 -- Jonas Meurer <mejo@debian.org>  Fri, 27 Apr 2007 14:02:06 +0200

tkabber (0.9.9-2) unstable; urgency=low

  * use upstream Makefile for build process
  * reintroduce binary-arch and binary-indep targets in debian/rules.
    Thanks to Aurelien Jarno <aurel32@debian.org>. (closes: #395811)
  * urgency=HIGH as this indeed is a rc bug.

 -- Jonas Meurer <mejo@debian.org>  Mon, 30 Oct 2006 16:02:34 +0100

tkabber (0.9.9-1) unstable; urgency=low

  * new upstream release (closes: #373891)
  * bump standards-version to 3.7.2
  * bump debhelper compat and build-depends to 5

 -- Jonas Meurer <mejo@debian.org>  Fri, 16 Jun 2006 14:53:23 +0200

tkabber (0.9.8-1) unstable; urgency=low

  * new upstream release
  * bumped standards-version to 3.6.2
  * updated FSF address
  * set architecture to all, make package arch-independant

 -- Jonas Meurer <mejo@debian.org>  Mon, 26 Sep 2005 00:07:12 +0200

tkabber (0.9.7-5) unstable; urgency=low

  * remove duplicate in documentation (closes: #293400)
  * updated debian/watch file

 -- Jonas Meurer <mejo@debian.org>  Mon, 11 Apr 2005 15:59:30 +0200

tkabber (0.9.7-4) unstable; urgency=low

  * use dh_link to create links (closes: #274207)
  * addition for 0.9.7-3: upstream Makefile has been quite modified
    to move arch-dependant files to /usr/lib/tkabber.

 -- Jonas Meurer <mejo@debian.org>  Thu, 30 Sep 2004 18:12:25 +0200

tkabber (0.9.7-3) unstable; urgency=low

  * moved libtk-img to Recommends, as it's used for
    displaying photos in users vCards. (closes: #268244)
  * patched ifacetk/iface.tcl to enable wm-quit (closes: #266782)
  * patched tkabber.tcl to support a -splash option (closes: #272811)
    this patch adds the -splash command-line option to tkabber
    valid arguments are yes, no, y, n, 1 and 0.
  * splitted /usr/share/tkabber:
    -> *.tcl moved to /usr/lib/tkabber as it's arch-dependant
    -> arch-independant subdirs left in /usr/share/tkabber, linked in
       /usr/lib/tkabber

 -- Jonas Meurer <mejo@debian.org>  Wed, 29 Sep 2004 11:21:25 +0200

tkabber (0.9.7-2) unstable; urgency=low

  * hopefully fixed debian/watch file
  * removed ckabber.tcl, as it's garbage

 -- Jonas Meurer <mejo@debian.org>  Mon,  2 Aug 2004 00:23:51 +0200

tkabber (0.9.7-1) unstable; urgency=low

  * New Upstream Release (closes: #255851)
  * added debian/watch file
  * added libtk-img to suggests

 -- Jonas Meurer <mejo@debian.org>  Wed, 28 Jul 2004 16:49:27 +0200

tkabber (0.9.6beta-1) unstable; urgency=low

  * New upstream release.
  * added tcltls to Recommends (closes: #213642)
  * depend on tk8.4 now (closes: #208088)

 -- Jonas Meurer <mejo@debian.org>  Thu,  6 May 2004 16:37:03 +0200

tkabber (0.9.5beta-1) unstable; urgency=low

  * New upstream release. (closes: #181601)
  * Added a menu entry. (closes: #198482) 

 -- Jonas Meurer <mejo@debian.org>  Mon, 23 Jun 2003 18:02:22 +0200

tkabber (0.9.4beta-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Meurer <mejo@debian.org>  Sun,  9 Mar 2003 13:31:54 +0100

tkabber (0.9.3beta-2) unstable; urgency=low

  * Fixed depends 

 -- Jonas Meurer <mejo@debian.org>  Mon, 23 Dec 2002 12:05:47 +0100

tkabber (0.9.3beta-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Meurer <mejo@debian.org>  Thu, 12 Dec 2002 13:43:11 +0100

tkabber (0.9.2beta-1) unstable; urgency=low

  * Initial Release.

 -- Jonas Meurer <mejo@debian.org>  Mon,  2 Dec 2002 23:56:57 +0100