/[pkg-kde]/branches/kde-3.4.0/packages/kdelibs/debian/changelog
ViewVC logotype

Contents of /branches/kde-3.4.0/packages/kdelibs/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1372 - (show annotations) (download)
Tue Jul 26 20:14:28 2005 UTC (7 years, 9 months ago) by chrsmrtn-guest
File size: 68545 byte(s)
Commit kdelibs transition changes. kdelibs4 becomes kdelibs4c2, build-depends are tightened, etc.
shlibs are bumped.
1 kdelibs (4:3.4.2-1) UNRELEASED; urgency=low
2
3 * New upstream release.
4
5 +++ Changes by Christopher Martin:
6
7 * GCC 4.0 transition: kdelibs4 becomes kdelibs4c2. Tighten build depends on
8 libarts1-dev and libqt3-mt-dev to ensure that we build against
9 transitioned packages.
10
11 * Make kdelibs4 always depend on the identical version of kdelibs-data.
12 (Closes: #311958)
13
14 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 6 Jun 2005 13:04:22 -0400
15
16 kdelibs (4:3.4.1-1) experimental; urgency=low
17
18 * New upstream release.
19
20 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Tue, 31 May 2005 15:43:52 -0400
21
22 kdelibs (4:3.4.0-0pre5) alioth; urgency=low
23
24 * New upstream release.
25
26 * KDE_3_4_BRANCH update.
27
28 * Bugs reported in the Debian BTS fixed by this release:
29
30 - no longer FTBFS on amd64/gcc-4.0. (Closes: #288900)
31
32 * Converted packaging to CDBS (initial version by Daniel Schepler, further
33 changes by Christopher Martin and Adeodato Simó).
34
35 +++ Changes by Adeodato Simó:
36
37 * Added new package kdelibs4-dbg, with separate debugging symbols. Added
38 Build-Dependency on binutils (>= 2.14.90.0.7) as per the dh_strip man
39 page. (Closes: #257588).
40
41 * [cdbs/kde.mk] Use escaped variables in the definitions of kde_htmldir and
42 the like instead of absolute paths, so that /usr/bin/kde-config doesn't
43 output them expanded even when --expandvars is not used. (Closes: #287822)
44
45 * Fixed the ability of the build system to find kde.pot, even when it is not
46 located at KDEDIR/include/kde.pot. This allows the use of targets such as
47 "package-messages" without specifying includedir. (Closes: #283858)
48
49 * Now that graphviz is in main, add it to Build-Depends-Indep together with
50 gsfonts-x11 to generate diagrams in the API documentation.
51
52 +++ Changes by Christopher Martin
53
54 * Adjust the placement of the merging of the Debian menu in
55 applications.menu. Oddly enough, this seems to work around some issues
56 with io slaves and remote file access.
57
58 * Rename applications.menu to kde-applications.menu, avoiding a conflict
59 with the new GNOME xdg menu files. (Closes: #307098)
60
61 * Debianize the Konqueror browser's user-agent string. (Closes: #268659)
62
63 * Tighten libart-2.0-dev build dependency. (Closes: #285882)
64
65 * Clean out useless manpages. New or better ones welcome...
66 (Closes: #292084)
67
68 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 14 May 2005 13:00:44 -0400
69
70 kdelibs (4:3.3.2-7) unstable; urgency=high
71
72 +++ Changes by Adeodato Simó:
73
74 * Do not depend on the disappeared libjack0.80.0-0. Achieve so by updating
75 the libtool used to build to the one currently in sid, so that it prunes
76 unnecessary dependencies.
77
78 * The above libtool update removes the kdelibs4 dependency on libmad0, so
79 closes: #311710 ("does not have a versioned dependency on libmad0").
80
81 * Do not unconditionally remove /etc/kderc and other files in /etc on
82 upgrades. Whatever those bits were there for, can be removed now that
83 Sarge is released and shipped with them... (Closes: #316255) Deleted the
84 now empty preinst scripts for kdelibs4 and kdelibs-bin.
85
86 * Acknowledge NMU by Frank Lichtenheld, thanks! (Closes: #309955)
87
88 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 02 Jul 2005 00:14:21 +0200
89
90 kdelibs (4:3.3.2-6.1) unstable; urgency=low
91
92 * Non-maintainer upload.
93 * Export modXModeSwitch. Patch by Mattia Dongili (Closes: #309955)
94
95 -- Frank Lichtenheld <djpig@debian.org> Sat, 21 May 2005 22:02:29 +0200
96
97 kdelibs (4:3.3.2-6) unstable; urgency=high
98
99 +++ Changes by Christopher Martin:
100
101 * Includes a corrected fix for CAN-2005-1046. The previous upstream patch
102 broke certain filetypes. This resolves the issue.
103
104 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 7 May 2005 10:30:05 -0400
105
106 kdelibs (4:3.3.2-5) unstable; urgency=medium
107
108 +++ Changes by Christopher Martin:
109
110 * KDE_3_3_BRANCH update. Includes fixes for CAN-2005-1046, a series of
111 vulnerabilities involving improper input validation for image files,
112 potentially resulting in arbitrary code execution. (Closes: #304465)
113
114 * Add GFDL to debian/copyright.
115
116 * Add another kaccel patch that fixes non-English keyboards on
117 SunRay terminals. Thanks to Nikita Youshchenko. (Closes: #301971)
118
119 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Fri, 22 Apr 2005 11:21:11 -0400
120
121 kdelibs (4:3.3.2-4) unstable; urgency=low
122
123 * Improve the fix for CAN-2005-0365 ("insecure temporary file
124 creation") with a patch provided by Javier Fernández-Sanguino Peña:
125 now mktemp is used, previously the temporary file was still created
126 in an unsafe way, although in a safe directory. (Closes: #298533)
127
128 * KDE_3_3_BRANCH update, with several improvements for the IDN situation:
129 - matches SSL certificates based on the punycode version of the hostname.
130 - some TLDs are whitelisted and IDN domains will be resolved for them.
131 These are, by default: at, ch, cn, de, dk, kr, jp, li, no, se, tw.
132 The KDE_USE_IDN environment variable can be set to a colon-separated
133 list of TLDs to override this default, so if empty IDN will be disabled.
134
135 * Backport small patch from KDE 3.4 to prevent kate from printing lots of
136 assertion failures to stderr when editing a long line. (Closes: #298308)
137
138 * Backport small patch from KDE 3.4 to make KSpell search for dictionaries
139 in /usr/lib/aspell-0.6, which is now used by Aspell. (Closes: #296240)
140
141 * As OpenOffice.org 1.1.3 will enter testing together with this version of
142 kdelibs, re-add to kdelibs-data the template .desktop files removed in
143 3.3.2-1. Replace openoffice.org-mimelnk (<< 1.1.3), but don't conflict.
144
145 * This upload will get built with a non-broken gcc version in mipsel,
146 and thus closes: #298615.
147
148 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 12 Mar 2005 18:02:54 +0100
149
150 kdelibs (4:3.3.2-3) unstable; urgency=high
151
152 * Urgency high as it closes a security RC bug.
153
154 +++ Changes by Isaac Clerencia:
155
156 * Fix syntax error in dcopidlng, closes: #297095 (was causing kdepim an
157 others to FTBFS).
158
159 * Apply patch from KDE 3.4 to fix CAN-2005-0237 (spoofing using IDN),
160 closes: #294271, #294204. IDN is now disabled in all KDE apps unless
161 the environment variable KDE_USE_IDN is set.
162
163 * Christopher Cheney has kindly relicensed man pages written by him from
164 GDFL to GPL, update the license statement accordingly. Closes: #292085.
165
166 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 28 Feb 2005 14:05:30 +0100
167
168 kdelibs (4:3.3.2-2) unstable; urgency=high
169
170 +++ Changes by Adeodato Simó:
171
172 * Include patch to fix CAN-2005-0365, "insecure temporary file creation in
173 kdelibs 3.3.2". dcopidlng no longer creates its temporary files in /tmp.
174 (Closes: #294832, #294896) Urgency set to high because of this and other
175 RC bug fixes below.
176
177 * KDE_3_3_BRANCH update.
178
179 * Include patch from CVS to fix XMLHttpRequest POST being broken in KHTML
180 due to a blank line in headers. (Closes: #292765)
181
182 +++ Changes by Christopher Martin:
183
184 * Add patch from upstream that solves the problem wherein programs whose
185 .desktop entry contained their full path, rather than just the binary
186 to be executed (mainly games), confused kdeinit.
187 (Closes: #270592, #290323)
188
189 * debian/control: Add necessary kdelibs-data Replaces for old
190 openoffice.org packages. (Closes: #292569)
191
192 * Add better manpage for lnusertemp. Thanks to Javier Fernández-Sanguino
193 Peña. (Closes: #292081)
194
195 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 13 Feb 2005 04:58:29 +0100
196
197 kdelibs (4:3.3.2-1) unstable; urgency=medium
198
199 +++ Changes by Adeodato Simó:
200
201 * Uploading to unstable. This new upstream version fixes CAN-2004-1145,
202 "Konqueror Java Vulnerability", and thus closes: #286521. Urgency set
203 to medium for this reason (the package has been in experimental for some
204 time, and has been checked to work properly with the rest of 3.3.1
205 packages).
206
207 * debian/control:
208 - make kdelibs-data replace kjscmd (<< 4:3.3.0), which was missed in the
209 3.3.1-1 upload and completely forgotten since then. (Closes: #288653)
210
211 * debian/kdelibs-data.install: the files added in the previous upload were
212 checked not to exist in oo.o-mimelnk in sid, but sadly they exist in the
213 version in sarge. Reverted them for now, will be re-added when OpenOffice
214 1.1.3 enters sarge (with the proper Conflicts: entry). (Closes: #287097)
215
216 List of files:
217 - usr/share/mimelnk/application/vnd.sun.xml.calc.template.desktop
218 - usr/share/mimelnk/application/vnd.sun.xml.draw.template.desktop
219 - usr/share/mimelnk/application/vnd.sun.xml.impress.template.desktop
220 - usr/share/mimelnk/application/vnd.sun.xml.writer.template.desktop
221
222 +++ Changes by Christopher Martin:
223
224 * KDE_3_3_BRANCH update. Pulls in the fix for CAN-2004-1165, the FTP command
225 injection bug. (Closes: #285128, #287201)
226
227 * Add patch to change the group set by KDE CUPS configurator to Debian's
228 default, lpadmin, rather than sys. (Closes: #263430)
229
230 * Add kaccel hack that works around a Konqueror crash with Russian keyboards.
231 (Closes: #287566)
232
233 * Change debian/copyright file to refer to licenses, instead of copyright,
234 when discussing KDE's licenses. (Closes: #290191, #290190)
235
236 * Change dependency on perl-suid to perl, and add Recommends: perl-suid.
237 The lack of perl-suid should only cause problems for some users using
238 NFS or SMB shares. (Closes: #289164)
239
240 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 16 Jan 2005 20:48:01 +0100
241
242 kdelibs (4:3.3.2-0pre1) experimental; urgency=low
243
244 * New upstream release.
245
246 * KDE_3_3_BRANCH update. Includes the kdelibs part of the fix
247 for CAN-2004-1158. [CM]
248
249 * Removed patches:
250 - post-3.3.1-kdelibs-khtml.diff and post-3.3.1-kdelibs-kio.diff since
251 these fixes are in KDE_3_3_BRANCH. [CM]
252
253 * New patches:
254 - 06_automake-1.9.diff
255 - 12_cups_docroot.diff: changed the CUPS document path in kdeprint to
256 reflect the Debian default. [CM]
257
258 * Updated dcop.1 manpage with patch by Helge Kreutzman. (Closes: #250631)
259
260 * New entries in debian/kdelibs-data.install:
261 - usr/share/mimelnk/application/java.desktop
262 - usr/share/mimelnk/application/xml.desktop
263 - usr/share/mimelnk/application/vnd.sun.xml.calc.template.desktop
264 - usr/share/mimelnk/application/vnd.sun.xml.draw.template.desktop
265 - usr/share/mimelnk/application/vnd.sun.xml.impress.template.desktop
266 - usr/share/mimelnk/application/vnd.sun.xml.writer.template.desktop
267 - usr/share/apps/ksgmltools2/customization/cs/entities/underLGPL.docbook
268
269 * New entries in debian/kdelibs4-dev.install:
270 - usr/include/kde/kiobuffer.h
271 - usr/include/kde/kwallettypes.h
272
273 * debian/control:
274 - removed unneeded build-dependency on automake1.9. [CM]
275
276 * debian/rules:
277 - call dh_makeshlibs with DH_COMPAT set to 3, so that -V works again for
278 us (works around debhelper bug #280830). (Closes: #280826)
279
280 -- Adeodato Simó <asp16@alu.ua.es> Fri, 17 Dec 2004 01:30:13 +0100
281
282 kdelibs (4:3.3.1-4) unstable; urgency=high
283
284 * The "from kde maintainers to m68k porters with love" release.
285 * Move the Conflicts with (<< 3.3.0) packages from kdelibs (dummy package)
286 to kdelibs4 (real package). They were put in the wrong package due to a
287 wrong assumption on how the testing scripts work.
288
289 -- Riku Voipio <riku.voipio@iki.fi> Sun, 19 Dec 2004 16:45:39 +0000
290
291 kdelibs (4:3.3.1-3) unstable; urgency=high
292
293 * Fix kdeaccessability Conflict. Closes: #285391
294 * Added patch to fix half of Konqueror Window Injection Vulnerability
295 CAN-2004-1158. kdebase upload will fix the rest.
296
297 -- Riku Voipio <riku.voipio@iki.fi> Mon, 13 Dec 2004 18:53:21 +0000
298
299 kdelibs (4:3.3.1-2) unstable; urgency=medium
300
301 * New upload to aid with transition of KDE 3.3 to sarge and to fix security
302 hole. Urgency set to medium because of these reasons.
303
304 * Add versioned conflicts (<< 4:3.3.0) for all KDE official modules in
305 kdelibs. This will permit the testing transition to happen all at once.
306
307 * Fixed kdewebdev conflict (was << 4:3.3.0, while kdewebdev in sid
308 is 1:3.3.0 -Riku
309
310 * Include patch to fix CAN-2004-1171 ("plain text password exposure").
311 Closes half of #285126. Notes about the patches:
312
313 - post-3.3.1-kdelibs-khtml.diff: dropped hunks #2 and #3 of patch to
314 khtml_part.cpp, since they were whitespace adjustments and were causing
315 failures to apply.
316
317 - post-3.3.1-kdelibs-kio.diff: the patch as given in the KDE Advisory
318 can't be used, since kdelibs 3.3.1-1 includes a KDE_3_3_BRANCH pull that
319 already modifies kio/kio/job.cpp and makes the supplied patch unusable.
320
321 Regenerated patch from CVS: Diff for /kdelibs/kio/kio/job.cpp between
322 version 1.397.2.7 and 1.397.2.8.
323
324 -- Adeodato Simó <asp16@alu.ua.es> Sat, 11 Dec 2004 00:23:09 +0100
325
326 kdelibs (4:3.3.1-1) unstable; urgency=low
327
328 * New upstream release.
329 * KDE_3_3_BRANCH update.
330
331 -- Christopher L Cheney <ccheney@debian.org> Sun, 31 Oct 2004 03:30:00 -0600
332
333 kdelibs (4:3.3.0-2) unstable; urgency=low
334
335 * KDE_3_3_BRANCH update.
336
337 -- Christopher L Cheney <ccheney@debian.org> Thu, 23 Sep 2004 17:00:00 -0500
338
339 kdelibs (4:3.3.0-1.1) unstable; urgency=low
340
341 * The "Please stop spamming the OpenEXR maintainer (me)" Debian release.
342 - Non Maintainer Upload.
343 - Force rebuild against libopenexr2.
344 (closes: #266504)
345
346 -- Andrew Lau <netsnipe@users.sourceforge.net> Fri, 27 Aug 2004 14:22:03 +1000
347
348 kdelibs (4:3.3.0-1) unstable; urgency=high
349
350 * New upstream release.
351
352 -- Christopher L Cheney <ccheney@debian.org> Fri, 13 Aug 2004 18:00:00 -0500
353
354 kdelibs (4:3.2.3-4) unstable; urgency=high
355
356 * KDE_3_2_BRANCH Update.
357 * Apply patch for mktemp security issue. (Closes: #261386)
358 * Build-Depends: libtiff4-dev. (Closes: #262589, #262832)
359
360 -- Christopher L Cheney <ccheney@debian.org> Mon, 2 Aug 2004 22:00:00 -0500
361
362 kdelibs (4:3.2.3-3) unstable; urgency=low
363
364 * KDE_3_2_BRANCH Update.
365
366 -- Christopher L Cheney <ccheney@debian.org> Thu, 22 Jul 2004 03:00:00 -0500
367
368 kdelibs (4:3.2.3-2) unstable; urgency=low
369
370 * KDE_3_2_BRANCH Update.
371
372 -- Christopher L Cheney <ccheney@debian.org> Sat, 12 Jun 2004 14:30:00 -0500
373
374 kdelibs (4:3.2.3-1) unstable; urgency=high
375
376 * New upstream release.
377 * kdelibs-bin Depends: menu-xdg. (Closes: #248610)
378
379 -- Christopher L Cheney <ccheney@debian.org> Thu, 3 Jun 2004 19:00:00 -0500
380
381 kdelibs (4:3.2.2-2) unstable; urgency=high
382
383 * kdelibs-data Depends: hicolor-icon-theme. (Closes: #238839)
384 * Remove preinst bashism. (Closes: #242946, #242961, #243475)
385 * Do not remove /etc/kde3/system.kdeglobals. (Closes: #245149)
386 * kdelibs-bin Recommends: menu-xdg.
387
388 -- Christopher L Cheney <ccheney@debian.org> Wed, 21 Apr 2004 18:00:00 -0500
389
390 kdelibs (4:3.2.2-1) unstable; urgency=low
391
392 * New upstream release.
393 * Added CUPS usage information to README.Debian. (Closes: #132587)
394 * Update kdelibs-data Replaces: openoffice.org-mimlnk. (Closes: #233700,
395 #236508)
396 * Correct debian menu replacewith usage. (Closes: #237260, #238769,
397 #239260, #241083, #241420, #242266)
398 * debian/Packaging.txt, debian/dh-make/menu.ex: Removed references to
399 the obsolete kderemove menu tag in kdelibs' documentation.
400 * debian/Packaging.txt, debian/dh-make/menu.ex: Added quotes to the menu
401 file examples.
402 * debian/dh-make/rules, debian/Packaging.txt: updated the information to
403 the state that things currently are in sid.
404 * debian/dh-make/rules, debian/Packaging.txt: Added an example icon entry
405 to the example menu file content.
406 * debian/Packaging.txt: Added a paragraph by Nathaniel W. Turner
407 explaining how to use CDBS for packaging a KDE app.
408
409 -- Christopher L Cheney <ccheney@debian.org> Mon, 5 Apr 2004 23:00:00 -0500
410
411 kdelibs (4:3.2.1-1) unstable; urgency=low
412
413 * New upstream release.
414 * Added kdelibs4 Depends xbase-clients. (Closes: #232348)
415
416 -- Christopher L Cheney <ccheney@debian.org> Thu, 04 Mar 2004 22:00:00 -0600
417
418 kdelibs (4:3.2.0-0pre1v1) experimental; urgency=low
419
420 * New upstream release.
421
422 -- Christopher L Cheney <ccheney@debian.org> Tue, 17 Feb 2004 01:00:00 -0600
423
424 kdelibs (4:3.1.95-1) unstable; urgency=low
425
426 * New upstream release.
427
428 -- Christopher L Cheney <ccheney@debian.org> Wed, 21 Jan 2004 21:00:00 -0600
429
430 kdelibs (4:3.1.5-1) unstable; urgency=low
431
432 * New upstream release.
433 * Added libtool arm patch.
434 * Corrected meinproc manpage. (Closes: #220883)
435 * Added --enable-dnotify to configure (Closes: #206976)
436
437 -- Christopher L Cheney <ccheney@debian.org> Sat, 10 Jan 2004 14:00:00 -0600
438
439 kdelibs (4:3.1.4-3) unstable; urgency=low
440
441 * Added Replaces to kdelibs-data for arson, k3b. (Closes: #214534)
442 * Move meinproc to kdelibs-bin so that khelpcenter glossary works.
443 (Closes: #214815)
444 * Restore generation of system.kdeglobals. (Closes: #216463)
445 * Remove symlink /usr/share/config -> /etc/kde3.
446
447 -- Christopher L Cheney <ccheney@debian.org> Tue, 4 Nov 2003 22:00:00 -0600
448
449 kdelibs (4:3.1.4-2) unstable; urgency=low
450
451 * Added patch to update autotools files.
452 * Added patch to remove pedantic-errors from KDE_CHECK_FUNC_EXT since it
453 causes configure checks to fail due to #line numbers being > 32767.
454 * Added patch to make KStandardDirs::addKDEDefaults look in /usr/local as
455 well.
456
457 -- Christopher L Cheney <ccheney@debian.org> Sun, 5 Oct 2003 18:00:00 -0500
458
459 kdelibs (4:3.1.4-1) unstable; urgency=low
460
461 * New upstream release.
462
463 -- Christopher L Cheney <ccheney@debian.org> Sat, 27 Sep 2003 02:00:00 -0500
464
465 kdelibs (4:3.1.3-1) unstable; urgency=low
466
467 * New upstream release.
468
469 -- Christopher L Cheney <ccheney@debian.org> Tue, 29 Jul 2003 20:00:00 -0500
470
471 kdelibs (4:3.1.2-2.1) unstable; urgency=low
472
473 * NMU
474 * kdelibs4-dev Depends: libxml2-utils.
475 Closes: #196222, #196958, #199044, #200483, #200484
476
477 -- LaMont Jones <lamont@debian.org> Wed, 9 Jul 2003 15:26:11 -0600
478
479 kdelibs (4:3.1.2-2) unstable; urgency=low
480
481 * Add xlibs-pic to kdelibs-dev Depends. (Closes: #193863)
482 * Add libssl-dev to kdelibs-dev Depends. (Closes: #180542)
483
484 -- Christopher L Cheney <ccheney@debian.org> Mon, 19 May 2003 12:00:00 -0500
485
486 kdelibs (4:3.1.2-1) unstable; urgency=low
487
488 * New upstream release. (Closes: #185697, #192616, #192931)
489
490 -- Christopher L Cheney <ccheney@debian.org> Sun, 18 May 2003 01:00:00 -0500
491
492 kdelibs (4:3.1.1-1) unstable; urgency=low
493
494 * New upstream release. (Closes: #181547, #181870)
495 * Correct imagetops manpage description. (Closes: #180868)
496
497 -- Christopher L Cheney <ccheney@debian.org> Tue, 11 Mar 2003 19:00:00 -0600
498
499 kdelibs (4:3.1.0-2) unstable; urgency=low
500
501 * Add 'chmod +x configure' to rules.
502
503 -- Christopher L Cheney <ccheney@debian.org> Wed, 5 Feb 2003 12:00:00 -0600
504
505 kdelibs (4:3.1.0-1) unstable; urgency=low
506
507 * New Upstream.
508 * Rebuilt debian dir.
509 * Split arts out of kdelibs source.
510
511 -- Christopher L Cheney <ccheney@debian.org> Sat, 01 Feb 2003 01:00:00 -0600
512
513 kdelibs (4:2.2.2-14) unstable; urgency=low
514
515 * And a quick update to send it to unstable; no changes from -13.woody.3.
516
517 -- Daniel Stone <dstone@trinity.unimelb.edu.au> Wed, 11 Sep 2002 22:29:31 +1000
518
519 kdelibs (4:2.2.2-13.woody.8) stable-security; urgency=high
520
521 * Non-maintainer upload by the Security Team
522 * Apply the following patches from upstream:
523 - post-2.2.2-kdelibs-http.patch (CAN-2003-0459)
524 - post-2.2.2-kdelibs-kio-2.diff (CAN-2003-0370)
525 - post-2.2.2-kdelibs-kssl-2.diff (CAN-2003-0370)
526 * These address the issues described in:
527 - http://www.kde.org/info/security/advisory-20030602-1.txt
528 - An upcoming KDE advisory regarding CAN-2003-0370
529
530 -- Matt Zimmerman <mdz@debian.org> Thu, 24 Jul 2003 12:57:56 -0400
531
532 kdelibs (4:2.2.2-13.woody.7) stable-security; urgency=high
533
534 * Non-maintainer upload by the Security Team
535 * Applied upstream patch so ghostscript won't execute arbitrary commands
536 hidden inside of postscript files.
537
538 -- Martin Schulze <joey@infodrom.org> Thu, 10 Apr 2003 12:05:36 +0200
539
540 kdelibs (4:2.2.2-13.woody.6) stable-security; urgency=high
541
542 * Non-maintainer upload by the Security Team
543 * Applied upstream patches to fix several potential vulnerabilities.
544 http://www.kde.org/info/security/advisory-20021220-1.txt
545
546 -- Martin Schulze <joey@infodrom.org> Mon, 6 Jan 2003 08:20:04 +0100
547
548 kdelibs (4:2.2.2-13.woody.5) stable-security; urgency=high
549
550 * Non-maintainer upload by the Security Team
551 * Second (or third, since the first one burnt together with satie and
552 the entire building around it) injection into the security build
553 network since 8 buildds refuse to upload the binary packages and the
554 maintainer refuses to answer. *sigh*
555
556 -- Martin Schulze <joey@infodrom.org> Sat, 30 Nov 2002 18:25:33 +0100
557
558 kdelibs (4:2.2.2-13.woody.4) stable-security; urgency=high
559
560 * Non-maintainer upload by the Security Team
561 * Remove rlogin.protocol and telnet.protocol to fix URL KIO
562 vulnerability (as reported by the KDE team)
563 * Add special detection routine for big/little endianess on MIPS since
564 the line "byteorder : {big|little} endian" from /proc/cpuinfo was
565 removed as of Linux 2.4.20, resulting in the mipsel buildd being
566 unable to build this package.
567
568 -- Martin Schulze <joey@infodrom.org> Fri, 22 Nov 2002 11:42:59 +0100
569
570 kdelibs (4:2.2.2-13.woody.3) stable-security; urgency=high
571
572 * Non-maintainer upload authored by security team (Joey)
573 * Fixes cross-site scripting vulnerability in KHTML.
574 (http://www.kde.org/info/security/advisory-20020908-2.txt)
575
576 -- Daniel Stone <dstone@trinity.unimelb.edu.au> Wed, 11 Sep 2002 22:24:35 +1000
577
578 kdelibs (4:2.2.2-13.woody.2) stable-security; urgency=high
579
580 * Non-maintainer upload by security team
581 * Security upload to fix SSL problems with Konqueror.
582 * Fix local denial of service attack with aRts. This is NOT a local root
583 vulnerability, just a stupid, over-excited skript kiddie wanting propz
584 off SecurityFocus. *sigh*. (closes: #152211)
585 * Adjusted Build-Depends (i.e. added libstdc++2.10-dev/libstdc++3-dev and g++)
586 * Removed setuid bits for artswrapper from lintian overrides
587 * Added sanity checks to artswrapper so open(), fopen() etc. never
588 return file descriptors 1 or 2 (reserved for stdout and stderr)
589 * Applied upstream patch to avoid a local denial of service (hence not
590 raising the nice level)
591 * Don't install artswrap setuid root anymore because of the above
592
593 -- Martin Schulze <joey@infodrom.org> Fri, 16 Aug 2002 18:46:10 +0200
594
595 kdelibs (4:2.2.2-13.woody.1) testing-security; urgency=high
596
597 * Non-maintainer upload by security team
598 * Don't install artswrapper suid, it is a security problem waiting to
599 happen
600
601 -- Wichert Akkerman <wakkerma@debian.org> Fri, 12 Jul 2002 22:47:26 +0200
602
603 kdelibs (4:2.2.2-13) unstable; urgency=high
604
605 * Fixed kdelibs-dev dependency should be libpng2-dev
606
607 -- Christopher L Cheney <ccheney@debian.org> Fri, 1 Mar 2002 17:00:00 -0600
608
609 kdelibs (4:2.2.2-12) unstable; urgency=high
610
611 * New maintainer.
612 * Remove Build-Depends on libglib1.3-dev since it has unstable ABI
613 (Closes: #133171, #134168)
614 * added suggests libjpeg-mmx-progs | libjpeg-progs, netpbm (Closes: #129094)
615
616 -- Christopher L Cheney <ccheney@debian.org> Thu, 28 Feb 2002 13:00:00 -0600
617
618 kdelibs (4:2.2.2-11) unstable; urgency=low
619
620 * Adopting orphaned package, thanks to Ivan for all the great work over the
621 years.
622
623 -- Daniel Stone <daniel@sfarc.net> Fri, 4 Jan 2002 09:14:46 -0500
624
625 kdelibs (4:2.2.2-10) unstable; urgency=low
626
627 * Fix Deps (Closes: #126232)
628 * Change nas-dev suggests to depends
629 * A Couple upstream fixes
630
631 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 27 Dec 2001 23:20:00 -0700
632
633 kdelibs (4:2.2.2-9) unstable; urgency=low
634
635 * Move all non-module .la files from /usr/lib into -dev package. We leave
636 all the .la files out of /usr/lib/kde2 and those that may not be normal
637 libraries out of /usr/lib
638 * Fix spelling error (Closes: #124989)
639
640 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 17 Dec 2001 22:00:00 -0700
641
642 kdelibs (4:2.2.2-8) unstable; urgency=low
643
644 * Depend on libfam-dev (Closes: #124264)
645
646 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 16 Dec 2001 17:21:00 -0700
647
648 kdelibs (4:2.2.2-7) unstable; urgency=low
649
650 * Break out bin files from kdelibs3 so that we can interoperate with
651 kdelibs4 easily.
652 * Fix deviceman.cc (Closes: #124132)
653
654 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 14 Dec 2001 18:28:00 -0700
655
656 kdelibs (4:2.2.2-6) unstable; urgency=low
657
658 * sync with upstream
659 * Add in Build-Depends we normally get through libqt-dev so we can better
660 follow policy
661 * Add libfam-dev to Build-Depends
662 * Version the libjpeg62-dev deps and add libjpeg to the depends for
663 kdelibs-dev since some older versions don't have the .la file
664 * Put bug reporting back to KDE so the users are happy and the developers
665 are not.
666 * Conflict (Closes: #123846)
667 * Update dh-make files
668
669 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 13 Dec 2001 00:57:00 -0700
670
671 kdelibs (4:2.2.2-5) unstable; urgency=low
672
673 * sync with upstream
674 * Build with nas support by popular demand
675 * Update Build-Depends: +nas-dev
676
677 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 05 Dec 2001 06:04:00 -0700
678
679 kdelibs (4:2.2.2-4) unstable; urgency=low
680
681 * sync with upstream
682 * Build cleanup. export CFLAGS/CXXFLAGS instead of the old method
683 * Build-Depends cleanup
684 * Dep cleanup. Let's not conflict so much for the final release and lets
685 not Recommend everything for the final release. (Closes: #118952)
686 * Build with Xinerama support for i386 only (Closes: #116765)
687 * Add in bits in debian/rules to make it easier to build optimized binaries
688 * Remove old replaces/conflicts for keystone
689 * Cleanup documentation for freeze
690 * Cleanup dh-make files
691 * Default to Reject for cookie acceptions. (Closes: #121750)
692 * kio_https.* no longer exists and due to diversions we could end up
693 with the files existing but not tied to any package..so let's make
694 sure to remove them.
695
696 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 30 Nov 2001 12:39:00 -0700
697
698 kdelibs (4:2.2.2-3) unstable; urgency=low
699
700 * a couple upstream fixes
701 * debianrules cleanup
702 * More lintian cleanup
703 * Remove stupid debug messages (Closes: #120647)
704 * More work on BTS stuff. Give 2 options for Help/Report Bug, one to
705 check current reports and one to report.
706
707 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 25 Nov 2001 20:11:00 -0700
708
709 kdelibs (4:2.2.2-2) unstable; urgency=low
710
711 * Remove recommends for libssl as I'm breaking policy by recommending
712 something outside of main. Will put this back once libssl goes into
713 main.
714 * libkmid | libkmid-alsa to help users out a bit
715
716 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 22 Nov 2001 20:14:00 -0700
717
718 kdelibs (4:2.2.2-1) unstable; urgency=low
719
720 * New upstream version
721 * Provide replace/etc bits for easier migration to/from kde3
722 * Update python deps (Closes: #118208)
723 * Fix glib inclusion bits for gmcop stuff...however we are still
724 not going to build with it until someone has a need for it.
725 * Remove some other hacks
726 * Update deps for qt as qt 2.3.2 has a fix which breaks a piece of kdelibs
727 so let's make sure we match up across the board.
728 * Update shlibs for the same reason
729 * Use libasound2
730 * Fix printing to files with spaces in the name (Closes: #117962)
731 * Fix build with new libxml2 (Closes: #118638)
732 * Update build-depends
733 * Fix overwrite issues (Closes: #118802)
734 * Updates to take care of changes in Qt 2.3.2 (Closes: #118868)
735 * Do away with /etc/kderc and provide a link from /etc/kde2 to
736 /usr/share/kde2/config. Hardcode the config dir to /usr/share/kde2/config
737 instead of /usr/share/config. Can't hardcode it to /etc/kde2 since
738 the /usr part of it all is pulled from the prefix. This will work tho
739 * Move certain -dev binaries over to the -dev package
740 * Should fix socks autodetection (Closes: #118925)
741
742 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 19 Nov 2001 23:17:00 -0700
743
744 kdelibs (4:2.2.1-14) unstable; urgency=low
745
746 * Fix overwrite problem (Closes: #116773)
747 * Hopefully fix arts for bigendian (Closes: #115292)
748 * Sync with upstream
749
750 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 25 Oct 2001 09:39:00 -0700
751
752 kdelibs (4:2.2.1-13) unstable; urgency=low
753
754 * Fix overwrite problem (Closes: #116568)
755 * Sync with upstream
756
757 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 21 Oct 2001 19:27:00 -0700
758
759 kdelibs (4:2.2.1-12) unstable; urgency=low
760
761 * more js fixes
762 * more ssl fixes
763 * gernal sync with upstream
764 * Added missing build-conflict
765 * Get rid of automake hacks...hard code build-dep version for new automake
766 thank god kde3 builds with automake1.5...
767
768 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 19 Oct 2001 12:43:00 -0700
769
770 kdelibs (4:2.2.1-11) unstable; urgency=low
771
772 * Several crash fixes
773 * js fixes
774 * ssl fixes
775 * Update shlibs. This should take care of a few problems
776
777 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 15 Oct 2001 00:15:00 -0700
778
779 kdelibs (4:2.2.1-10) unstable; urgency=low
780
781 * Hopefully fix both the AA problem and the kicker crash problem
782 * Clean up lintian overrides
783 * Sync with upstream
784
785 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 12 Oct 2001 10:18:00 -0700
786
787 kdelibs (4:2.2.1-9) unstable; urgency=low
788
789 * Fix deps (Closes: #115064)
790
791 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 08 Sep 2001 09:55:00 -0700
792
793 kdelibs (4:2.2.1-8) unstable; urgency=low
794
795 * Remove build-depends for auto* since we are doing that locally to
796 get around the automake 1.5 issues
797 * Remove configure checks for automake/autoheader. On some archs it seems
798 to track this info down and attempt to run auto* which just hoses things
799 * More upstream fixes
800 * Update standards version
801
802 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 08 Sep 2001 09:55:00 -0700
803
804 kdelibs (4:2.2.1-7) unstable; urgency=low
805
806 * Not sure what happened but let's chmod 755 configure just to make
807 sure it's got the proper perms before we execute it (Closes: #114552)
808 * Various other upstream fixes
809
810 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 05 Sep 2001 09:48:00 -0700
811
812 kdelibs (4:2.2.1-6) unstable; urgency=low
813
814 * let this puppy build with automake 1.5
815 * Various other upstream fixes
816
817 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 02 Sep 2001 01:00:00 -0700
818
819 kdelibs (4:2.2.1-5) unstable; urgency=low
820
821 * arts updates ... this should fix some of the arts related problems
822 * crash fix for css
823 * Various other upstream fixes
824 * fix shlibs
825
826 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 30 Sep 2001 01:00:00 -0700
827
828 kdelibs (4:2.2.1-4) unstable; urgency=low
829
830 * Build-Conflict for nas-lib so that we can build properly
831
832 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 24 Sep 2001 19:25:00 -0700
833
834 kdelibs (4:2.2.1-3) unstable; urgency=low
835
836 * Post 2.2.1 quick fixes from upstream
837
838 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 23 Sep 2001 18:42:00 -0700
839
840 kdelibs (4:2.2.1-2) unstable; urgency=low
841
842 * Grrrr build on alpha!
843 * Fix replaces (Closes: #112902)
844 * Fix replacement (Closes: #112901)
845
846 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 19 Sep 2001 16:27:00 -0700
847
848 kdelibs (4:2.2.1-1) unstable; urgency=low
849
850 * New upstream version
851 * Move artsc-config into -dev package (Closes: #109973)
852 * Priority set to extra for -alsa packages
853 * Do NOT build with Xinerama support due to the library being static
854 and that whole PIC/non-PIC so thing.
855 * Fix ctrl+s (Closes: #110694)
856 * Don't need to build with gcc3 for alpha anymore, however we still
857 need to build with -O0
858 * Provide undocumented links (Closes: #94280)
859 * Fixes printing (Closes: #108301, #111388, #109930)
860 * Fix shlibs for alsa packages (Closes: #111640, #110159)
861 * Don't use objprelink anymore
862
863 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 07 Sep 2001 12:10:00 -0700
864
865 kdelibs (4:2.2.0-final-3) unstable; urgency=low
866
867 * Sync with upstream
868 * Fix a couple more deps/build-deps
869
870 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 22 Aug 2001 10:59:00 -0700
871
872 kdelibs (4:2.2.0-final-2) unstable; urgency=low
873
874 * update build-depends for i386
875 * Updated translation bits
876 * sync with upstream
877
878 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 19 Aug 2001 00:01:00 -0700
879
880 kdelibs (4:2.2.0-final-1) unstable; urgency=low
881
882 * New upstream version 2.2
883 * Build with objprelink for i386
884 * update build-depends
885 * do not build with xinerama support for hppa
886
887 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 04 Aug 2001 02:30:00 -0700
888
889 kdelibs (4:2.2.0-0.1beta1-2) unstable; urgency=low
890
891 * synce with upstream
892 * more https related fixes
893 * Fix shlibs
894 * Fix build issues with new libxml2-dev (Closes: #106766)
895 * fix postrm of kdelibs-dev
896
897 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 27 Jul 2001 12:18:00 -0700
898
899 kdelibs (4:2.2.0-0.1beta1-1) unstable; urgency=low
900
901 * synce with upstream
902 * Drop optimization down for cross arch building
903 * Move libkscreensaver.so over to -dev package where it belongs
904
905 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 25 Jul 2001 03:35:00 -0700
906
907 kdelibs (4:2.2.0-0beta1-6) unstable; urgency=low
908
909 * synce with upstream
910 * Update debhelper templates for alpha build bits
911 * Update/Clean/Fix various dependency issues
912
913 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 08 Jul 2001 00:53:00 -0700
914
915 kdelibs (4:2.2.0-0beta1-5) unstable; urgency=low
916
917 * synce with upstream
918 * Add -mieee for Alpha builds
919 * Add Recommends for aspell | ispell
920
921 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 07 Jul 2001 00:57:00 -0700
922
923 kdelibs (4:2.2.0-0beta1-4) unstable; urgency=low
924
925 * synce with upstream
926 * Remove old pam bit (Closes: #103493)
927 * Fix http proxy support
928 * More js fixes
929 * Update standards version
930 * Re-establish shlibs for libarts (Closes: #103655)
931
932 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 04 Jul 2001 14:37:00 -0700
933
934 kdelibs (4:2.2.0-0beta1-3) unstable; urgency=low
935
936 * Fix description (Closes: #103206)
937 * Sync with upstream
938 * Update build-depends
939 * don't compress .bz2 files (Closes: #103262)
940 * Use dpkg-divert instead of alternatives
941
942 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 02 Jul 2001 13:18:00 -0700
943
944 kdelibs (4:2.2.0-0beta1-2) unstable; urgency=low
945
946 * Move over a cups file that didn't get into -cups package
947 * Fix alsa-stamp build location
948 * Change kdelibs3-cups depends on kdebase-libs to a recommends
949 * More upstream fixes
950 * Fix overwrites (Closes: #102857)
951
952 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 29 Jun 2001 13:18:00 -0700
953
954 kdelibs (4:2.2.0-0beta1-1) unstable; urgency=low
955
956 * Fix mips build (Closes: #102007)
957 * Fix postinst stuff
958 * New upstream CVS pull (post alpha2)
959 * 2.2 beta 1
960 * Remove old .shlibs files
961 * Moving to -cvs{date] format for entering into experimental
962 * This is a post alpha1 snapshot taken from the HEAD cvs branch.
963 date listed in the version number states when the initial pull was made
964 however updates may and most likely will have taken place since that
965 date. Look at it as a >= cvs{date}
966 * More arts cleanup
967 * Adding artsbuilder to the suggests for libarts/libarts-alsa
968 * Includes /tmp security fix
969 * Updated Build-Depends/Depends for docbook stuff
970 * More cleanup in debian/rules
971 * move artsmessage into libarts package where it belongs
972 * Update copyright information
973 * more build cleanup...moving to debhelper version 3
974 * Move dh_make files into kdelibs-dev package where they were supposed to be
975 * Move more includes from kdelibs3 to kdelibs-dev ... new stuff I missed
976 * More more cups bits out of kdelibs3 and into kdelibs3-cups
977 * Reseting all lintian overrides
978 * Add flex to build-depends as well as other deps
979 * Add Debian menu items: cupsdconf
980 * New packages: kdelibs3-cups
981 * Moving kdoc and qt-doc into Build-Depends-Indep
982 * Add Provides in for libarts-alsa/libkmid-alsa
983
984 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 22 Jun 2001 06:30:00 -0700
985
986 kdelibs (4:2.1.1-7) unstable; urgency=low
987
988 * Adding in a dh-make template tree under /usr/share/doc/kdelibs-dev/dh-make
989 It is for a single binary package.
990 * Update README
991 * Remove old undocumented.in bits since it's now pointless
992
993 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 09 Apr 2001 03:00:00 -0700
994
995 kdelibs (4:2.1.1-6) unstable; urgency=low
996
997 * Sync with upstream.
998 Locale updates
999 More http fixes
1000 * Update build-depends to include real | virtual
1001 * Adding in a Packaging.txt document to kdelibs-dev the goal of which is to
1002 answer any question one might have about packaging a KDE app for Debian.
1003 * Fixing docs file for libarts
1004
1005 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 09 Apr 2001 03:00:00 -0700
1006
1007 kdelibs (4:2.1.1-5) unstable; urgency=low
1008
1009 * Sync with upstream.
1010 Several more http fixes
1011 * Removing old AA bits
1012
1013 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 07 Apr 2001 04:33:00 -0700
1014
1015 kdelibs (4:2.1.1-4) unstable; urgency=low
1016
1017 * Sync with upstream.
1018 Proxy Authentication fix...round 2.
1019 * Oh..and Happy Birthday to my wife Audra. :)
1020
1021 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 04 Apr 2001 18:04:00 -0700
1022
1023 kdelibs (4:2.1.1-3) unstable; urgency=low
1024
1025 * Sync with upstream.
1026 Includes several khtml fixes
1027 Memory leak fix
1028 Proxy Authentication fix
1029 * Update pam file for kde, add more documentation in it and modify defaults
1030
1031 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 03 Apr 2001 10:18:00 -0700
1032
1033 kdelibs (4:2.1.1-2) unstable; urgency=low
1034
1035 * 2 birds with 1 debuild.
1036 Rebuild against older libc6
1037 Couple upstream fixes in kjs
1038
1039 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 19 Mar 2001 13:39:00 -0700
1040
1041 kdelibs (4:2.1.1-1) unstable; urgency=low
1042
1043 * New upstream release
1044 * Dropping provides for kdelibs3-dev
1045 * don't allow POST data to dump to the debug output...
1046
1047 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 19 Mar 2001 10:26:00 -0700
1048
1049 kdelibs (4:2.1.0.1-5) unstable; urgency=low
1050
1051 * Several fixes moving us towards 2.1.1
1052 * Several "don't crash when..." fixes
1053
1054 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 15 Mar 2001 10:26:00 -0700
1055
1056 kdelibs (4:2.1.0.1-4) unstable; urgency=low
1057
1058 * More upstream fixes
1059 * Add in a pam_env statement to kde pam file. This *should* fix problems
1060 people have had with kde not reading in their environment settings
1061
1062 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 13 Mar 2001 16:24:00 -0700
1063
1064 kdelibs (4:2.1.0.1-3) unstable; urgency=low
1065
1066 * More upstream fixes
1067 location object fixes for JavaScript
1068
1069 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 11 Mar 2001 02:43:00 -0700
1070
1071 kdelibs (4:2.1.0.1-2) unstable; urgency=low
1072
1073 * More upstream fixes
1074 several khtml fixes especially with css
1075 more font fixes
1076 more session fixes..hopefully solving some of the reports
1077 * built with new kdoc
1078
1079 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 11 Mar 2001 02:43:00 -0700
1080
1081 kdelibs (4:2.1.0.1-1) unstable; urgency=low
1082
1083 * Fix proxy authentication
1084 * Several other upstream fixes
1085
1086 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 08 Mar 2001 15:22:00 -0700
1087
1088 kdelibs (4:2.1.0-3) unstable; urgency=low
1089
1090 * More upstream fixes
1091 Fix for URLs like "http://www.kde.org?query=bla" and "http://www.kde.org#ref"
1092 Fix for crashes opening http://www.radiocomercial.pt
1093 Fix for accessing cookies via javascript
1094 Fix for problem with filenames getting cut with umlauts
1095 Fix for problem with permission changes in properties dialog
1096 Don't unzip if the filename ends with .gz
1097
1098 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 07 Mar 2001 01:54:00 -0700
1099
1100 kdelibs (4:2.1.0-2) unstable; urgency=low
1101
1102 * Adding libbz2-dev and libsasl-dev into Build-Depends so that the ioslaves
1103 will be built on other archs. Other archs probably didn't even notice.
1104 * dcopserver freeze fix
1105 * Several other http fixes along with hopefully proper fixes to
1106 the url entry problems
1107 * Applying patch for Simplified Chinese support
1108
1109 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 04 Mar 2001 09:09:00 -0700
1110
1111 kdelibs (4:2.1.0-1) unstable; urgency=low
1112
1113 * Re-pulling from CVS instead of using the official tarballs. The
1114 official tarballs had problems which made it hard to handle patches
1115 * Version changed to 2.1.0 instead of 2.1-final as we are post 2.1-final
1116 and pre 2.1.1 which will be released in about a month. This also allows
1117 for the source upload.
1118 * Modified ksgmltools configure.in.in to handle new location of sgml files
1119 * Updating build-depends
1120
1121 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 27 Feb 2001 19:00:00 -0700
1122
1123 kdelibs (4:2.1-final-1) unstable; urgency=low
1124
1125 * New upstream version
1126
1127 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 19 Feb 2001 02:31:00 -0700
1128
1129 kdelibs (4:2.1-beta2-0128-2) unstable; urgency=low
1130
1131 * Adding in cleanup for kde doc link (Closes: #85653)
1132 * Moving from kdelibs3-dev to kdelibs-dev to conform to policy
1133
1134 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 18 Feb 2001 02:31:00 -0700
1135
1136 kdelibs (4:2.1-beta2-0128-1) unstable; urgency=low
1137
1138 * Fixing artsdsp LD_PRELOAD problem (Closes: #83592)
1139 * Adding in replaces/conflicts for *ancient* non-existant kdelibs-nossl
1140 package. (Closes: #83607)
1141
1142 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 28 Jan 2001 01:30:00 -0700
1143
1144 kdelibs (4:2.1-beta2-3) unstable; urgency=low
1145
1146 * Lots of little fixes
1147 * Fixing -dev dependencies...(allowing for -alsa packages)
1148 * fix shlibs for libkssl
1149 * Adding in a couple more build-depends - autoconf, libtool, gettext
1150
1151 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 25 Jan 2001 02:16:00 -0700
1152
1153 kdelibs (4:2.1-beta2-2) unstable; urgency=low
1154
1155 * Fixes problem with version number not showing
1156 * Cleaning up depends for -dev packages
1157
1158 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 23 Jan 2001 12:36:00 -0700
1159
1160 kdelibs (4:2.1-beta2-1) unstable; urgency=low
1161
1162 * New upstream beta
1163 * Fixing shlibs
1164 * Fixing confliction problem (Closes: #83083)
1165
1166 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 22 Jan 2001 06:00:00 -0700
1167
1168 kdelibs (4:2.1-20010118-1) unstable; urgency=low
1169
1170 * more upstream bug fixes
1171 fix JS and onmouseovers
1172 * mimetype fixes (Closes: #76455)
1173 * fix build order for libarts-alsa
1174 * breaking out libkmid to avoid unnessary depends (Closes: #82901, #82924)
1175 * libarts and libkmid are Recommends of kdelibs3 and not dependant now
1176
1177 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 18 Jan 2001 13:00:00 -0700
1178
1179 kdelibs (4:2.1-20010115-1) unstable; urgency=low
1180
1181 * more upstream bug fixes
1182 * a ton of documentation updates
1183 * move away from suidregister
1184 * Fix postinst ldconfig calls. (Closes: #82246)
1185 * Adding a libarts-alsa package
1186 * Upstream fixes for libltdl includes (Closes: #82359)
1187 * Fixes problem with bug report email address
1188 * JavaScript/Java happy again...happy happy joy joy happy happy joy joy...
1189
1190 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 15 Jan 2001 01:00:00 -0700
1191
1192 kdelibs (4:2.1-20010109-1) unstable; urgency=low
1193
1194 * more upstream bug fixes
1195 * More dependency/build-depend fixes
1196 * This was definatly built with the same dpkg that kdelibs-crypto was so
1197 I'm assuming this just squeaked by dinstall...so just to be sure...
1198 * Java should work again
1199 * Fix kdesud security by
1200 a) Not creating the socket under /tmp
1201 b) Verifying afterwards that it was our own socket
1202
1203 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 09 Jan 2001 10:00:00 -0700
1204
1205 kdelibs (4:2.1-20010106-1) unstable; urgency=low
1206
1207 * more upstream bug fixes
1208 * Contains both the symlink/sniff attack fix for kdesu
1209 * Moving conflicts for task-* packages to kdebase
1210
1211 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 06 Jan 2001 15:00:00 -0700
1212
1213 kdelibs (4:2.1-20010101-1) unstable; urgency=low
1214
1215 * more upstream bug fixes
1216 * Applying new i18n patch
1217 * Adding in conflicts for old task- packages (Closes: #81003)
1218
1219 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 01 Jan 2001 03:30:00 -0700
1220
1221 kdelibs (4:2.1-20001218-2) unstable; urgency=low
1222
1223 * more upstream bug fixes
1224
1225 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 20 Dec 2000 12:22:00 -0700
1226
1227 kdelibs (4:2.1-20001218-1) unstable; urgency=low
1228
1229 * more upstream bug fixes
1230
1231 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 18 Dec 2000 22:44:00 -0700
1232
1233 kdelibs (4:2.1-20001216-1) unstable; urgency=low
1234
1235 * more upstream bug fixes
1236
1237 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 16 Dec 2000 18:44:00 -0700
1238
1239 kdelibs (4:2.1-20001214-1) unstable; urgency=low
1240
1241 * new kdelibs-doc rules thanks to Gordon Sadler w/ tweaks to allow building
1242 when kdelibs is not already installed... (Closes: #79583)
1243 * more upstream bug fixes
1244
1245 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 14 Dec 2000 13:35:00 -0700
1246
1247 kdelibs (4:2.1-20001213-1) unstable; urgency=low
1248
1249 * New upstream beta
1250 * Breaking out aRts pieces into their own packages so that others don't
1251 need to install kdelibs in it's entirety to use arts.
1252
1253 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 13 Dec 2000 14:22:00 -0700
1254
1255 kdelibs (4:2.0-final-5) unstable; urgency=low
1256
1257 * More upstream fixes
1258 * More dependency work
1259
1260 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 12 Nov 2000 18:15:00 -0700
1261
1262 kdelibs (4:2.0-final-4) unstable; urgency=low
1263
1264 * More upstream fixes
1265 * Applying new i18n patch
1266 * More dependency work
1267
1268 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 08 Nov 2000 17:30:00 -0700
1269
1270 kdelibs (4:2.0-final-3.1) unstable; urgency=low
1271
1272 * Applying i18n patch (Closes: #75830)
1273
1274 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 05 Nov 2000 23:00:00 -0700
1275
1276 kdelibs (4:2.0-final-3) unstable; urgency=low
1277
1278 * More upstream fixes
1279 * Fixing (again) suid bit on artswrapper
1280 * Changing bug reporting to point to bugs.debian.org - hopefully I don't
1281 totally hose the bug reporting pieces...
1282 * Building against X4 libs
1283
1284 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 04 Nov 2000 01:30:00 -0700
1285
1286 kdelibs (4:2.0-final-2.2) unstable; urgency=low
1287
1288 * Fixing dependency I hosed
1289 * Fixing suid bit on artswrapper
1290
1291 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 03 Nov 2000 00:30:00 -0700
1292
1293 kdelibs (4:2.0-final-2.1) unstable; urgency=low
1294
1295 * kdelibs-doc once again contains it's kdoc output
1296 * kstyles upstream fixes
1297
1298 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 02 Nov 2000 21:46:00 -0700
1299
1300 kdelibs (4:2.0-final-2) unstable; urgency=low
1301
1302 * more upstream fixes
1303
1304 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 02 Nov 2000 18:00:00 -0700
1305
1306 kdelibs (4:2.0-final-0) unstable; urgency=low
1307
1308 * KDE 2.0
1309
1310 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 23 Oct 2000 00:00:00 -0700
1311
1312 kdelibs (4:2.0-20001016-0) unstable; urgency=low
1313
1314 * more upstream fixes
1315
1316 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 16 Oct 2000 15:00:00 -0700
1317
1318 kdelibs (4:2.0-20001015-0) unstable; urgency=low
1319
1320 * more upstream fixes
1321
1322 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 15 Oct 2000 20:05:00 -0700
1323
1324 kdelibs (4:2.0-20001013-0) unstable; urgency=low
1325
1326 * more upstream fixes
1327
1328 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 13 Oct 2000 23:45:00 -0700
1329
1330 kdelibs (4:2.0-20001011-0) unstable; urgency=low
1331
1332 * more upstream fixes
1333
1334 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 11 Oct 2000 03:45:00 -0700
1335
1336 kdelibs (4:2.0-20001009-3) unstable; urgency=low
1337
1338 * more upstream fixes
1339
1340 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 10 Oct 2000 17:00:00 -0700
1341
1342 kdelibs (4:2.0-20001009-2) unstable; urgency=low
1343
1344 * more upstream fixes
1345
1346 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 10 Oct 2000 00:00:00 -0700
1347
1348 kdelibs (4:2.0-20001009-0) unstable; urgency=low
1349
1350 * KDE 2.0 RC2
1351
1352 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 09 Oct 2000 08:00:00 -0700
1353
1354 kdelibs (4:2.0-20001006-4) unstable; urgency=low
1355
1356 * Fixing startup crashes
1357
1358 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 08 Oct 2000 09:00:00 -0700
1359
1360 kdelibs (4:2.0-20001006-3) unstable; urgency=low
1361
1362 * More upstream fixes
1363 * Fixing preinst applnk problem (Closes: #74195, #74218)
1364
1365 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 08 Oct 2000 03:00:00 -0700
1366
1367 kdelibs (4:2.0-20001006-2) unstable; urgency=low
1368
1369 * More crypto fixes
1370
1371 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 06 Oct 2000 15:30:00 -0700
1372
1373 kdelibs (4:2.0-20001006-0) unstable; urgency=low
1374
1375 * More upstream fixes
1376 * Getting rid of kdelibs-nossl and now providing a kdelibs-crypto package
1377
1378 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 06 Oct 2000 01:30:00 -0700
1379
1380 kdelibs-nossl (4:2.0-20001004-2) unstable; urgency=low
1381
1382 * More upstream fixes
1383
1384 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 05 Oct 2000 15:00:00 -0700
1385
1386 kdelibs-nossl (4:2.0-20001004-0) unstable; urgency=low
1387
1388 * More upstream fixes
1389
1390 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 04 Oct 2000 23:30:00 -0700
1391
1392 kdelibs (4:2.0-20001002-0) unstable; urgency=low
1393
1394 * KDE 2.0 RC1
1395
1396 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 02 Oct 2000 01:30:00 -0700
1397
1398 kdelibs (4:2.0-20000927-0) unstable; urgency=low
1399
1400 * More upstream fixes
1401
1402 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 27 Sep 2000 23:30:00 -0700
1403
1404 kdelibs (4:2.0-20000925-0) unstable; urgency=low
1405
1406 * More upstream fixes
1407
1408 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 25 Sep 2000 15:30:00 -0700
1409
1410 kdelibs (4:2.0-20000923-0) unstable; urgency=low
1411
1412 * More upstream fixes
1413 * Fixing build issues
1414
1415 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 23 Sep 2000 23:00:00 -0700
1416
1417 kdelibs (4:2.0-20000920-0) unstable; urgency=low
1418
1419 * More upstream fixes
1420 * Fixing build issues
1421
1422 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 20 Sep 2000 23:00:00 -0700
1423
1424 kdelibs (4:2.0-20000918-0) unstable; urgency=low
1425
1426 * More upstream fixes (-beta5)
1427
1428 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 18 Sep 2000 17:00:00 -0700
1429
1430 kdelibs (4:2.0-20000910-0) unstable; urgency=low
1431
1432 * More upstream fixes
1433
1434 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 10 Sep 2000 23:00:00 -0700
1435
1436 kdelibs (4:2.0-20000909-0) unstable; urgency=low
1437
1438 * More package cleanup
1439 * More upstream fixes
1440 * All lintian errors are bogus currently. k*.so files are modules and
1441 I can only assume that lintian just doesn't know how to handle them.
1442 the extra license's are needed for KDE and specially setup for KDE
1443
1444 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 09 Sep 2000 02:00:00 -0700
1445
1446 kdelibs (4:2.0-20000907-0.1) unstable; urgency=low
1447
1448 * Fixing issue with requiring -dev package
1449
1450 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 07 Sep 2000 21:00:00 -0700
1451
1452 kdelibs-nossl (4:2.0-20000907-0) unstable; urgency=low
1453
1454 * More Upstream fixes
1455 * Initial Debian upload
1456
1457 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 07 Sep 2000 01:00:00 -0700
1458
1459 kdelibs (4:2.0-20000905-0.1) unstable; urgency=low
1460
1461 * More Upstream fixes
1462
1463 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 05 Sep 2000 18:30:00 -0700
1464
1465 kdelibs (4:2.0-20000905-0) unstable; urgency=low
1466
1467 * More Upstream fixes
1468 * Adding in a version number for libqt2.2 dependency
1469
1470 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 05 Sep 2000 00:30:00 -0700
1471
1472 kdelibs (4:2.0-20000901-0) unstable; urgency=low
1473
1474 * More Upstream fixes
1475
1476 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 01 Sep 2000 00:02:00 -0700
1477
1478 kdelibs (4:2.0-20000829-0) unstable; urgency=low
1479
1480 * More Upstream fixes
1481 * Committing most package updates to CVS tree
1482 * No GPL/QT conflictions
1483
1484 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 29 Aug 2000 21:15:00 -0700
1485
1486 kdelibs (4:2.0-20000825-0) experimental; urgency=low
1487
1488 * Upstream fixes
1489
1490 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 25 Aug 2000 20:00:00 -0700
1491
1492 kdelibs (4:2.0-20000824-1.0) experimental; urgency=low
1493
1494 * KDE 2.0 beta 4
1495
1496 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 24 Aug 2000 18:30:00 -0700
1497
1498 kdelibs (4:2.0-20000821-1.0) experimental; urgency=low
1499
1500 * New upstream fixes
1501 * Adding config link check into postinst script
1502
1503 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 21 Aug 2000 22:45:00 -0700
1504
1505 kdelibs (4:2.0-20000820-1.0) experimental; urgency=low
1506
1507 * New upstream fixes
1508 * No requirement for -dev package now
1509
1510 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 20 Aug 2000 07:45:00 -0700
1511
1512 kdelibs (4:2.0-20000816-1.0) experimental; urgency=low
1513
1514 * Major hacking to fix tons of issues
1515 * New upstream beta version
1516
1517 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 16 Aug 2000 22:30:00 -0700
1518
1519 kdelibs (4:2.0-20000814-1.0) experimental; urgency=low
1520
1521 * More CVS updates
1522 * Tweaks to applnk items
1523
1524 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 14 Aug 2000 02:30:00 -0700
1525
1526 kdelibs (4:2.0-20000810-1.0) experimental; urgency=low
1527
1528 * More CVS updates
1529
1530 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 10 Aug 2000 02:30:00 -0700
1531
1532 kdelibs-cvs (4:2.0-20000517-1.0) experimental; urgency=low
1533
1534 * More CVS updates
1535 * Turning on debugging
1536 * Fixes to preinst script
1537
1538 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 17 May 2000 22:30:00 -0700
1539
1540 kdelibs-cvs (4:2.0-20000512-1.2) experimental; urgency=low
1541
1542 * New upstream beta version
1543 * Turning on debugging
1544
1545 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 12 May 2000 20:30:00 -0700
1546
1547 kdelibs-cvs (4:2.0-20000403-1.0) experimental; urgency=low
1548
1549 * More upstream CVS updates
1550 * Adding in depends for kde-qt-addon
1551
1552 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 03 Apr 2000 06:30:00 -0700
1553
1554 kdelibs-cvs (4:2.0-20000306-1.1) experimental; urgency=low
1555
1556 * More upstream CVS updates
1557
1558 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 06 Mar 2000 22:45:00 -0700
1559
1560 kdelibs-cvs (4:2.0-20000302-1.0) experimental; urgency=low
1561
1562 * More upstream CVS updates
1563
1564 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 02 Mar 2000 22:00:00 -0700
1565
1566 kdelibs-cvs (4:2.0-20000229-1.0) experimental; urgency=low
1567
1568 * More upstream CVS updates
1569 * Adding in build-depends
1570 * Making changes to ust libqt2.1
1571
1572 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 29 Feb 2000 22:00:00 -0700
1573
1574 kdelibs-cvs (4:2.0-20000221-1.1) experimental; urgency=low
1575
1576 * Rebuild with updated CVS files and new cleanups
1577
1578 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 22 Feb 2000 18:00:00 -0700
1579
1580 kdelibs-cvs (4:2.0-20000221-1.0) experimental; urgency=low
1581
1582 * More upstream changes
1583 * Adding in a shlibs.local file to clear up self-dependency
1584 * Adding in missing man pages
1585 * Seperating out doc files again
1586
1587 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 21 Feb 2000 22:00:00 -0700
1588
1589 kdelibs-cvs (4:2.0-19991117-1.0) experimental; urgency=low
1590
1591 * More upstream changes
1592
1593 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 17 Nov 1999 05:30:00 -0400
1594
1595 kdelibs-cvs (4:2.0-19991020-1.0) experimental; urgency=low
1596
1597 * More upstream changes
1598
1599 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 20 Oct 1999 06:30:00 -0400
1600
1601 kdelibs-cvs (4:2.0-19991013-1.0) experimental; urgency=low
1602
1603 * More upstream changes
1604 * More cleanup
1605 * Removing conffiles for compile time creaction of it
1606 * Adding in pre* scripts
1607 * Commenting out dh_link piece to see if we still need it
1608
1609 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 13 Oct 1999 23:30:00 -0400
1610
1611 kdelibs-cvs (4:2.0-19991001-0.1) experimental; urgency=low
1612
1613 * new upstream CVS version
1614
1615 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 01 Oct 1999 14:30:00 -0400
1616
1617 kdelibs-cvs (4:2.0-19990921-0.1) experimental; urgency=low
1618
1619 * new upstream CVS version
1620 * Fixing postinst script and one minor issue with rules to bring everything
1621 up to Debian policy.
1622
1623 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 21 Sep 1999 11:15:00 -0400
1624
1625 kdelibs-cvs (4:2.0-19990912-0.1) experimental; urgency=low
1626
1627 * new upstream CVS version
1628 * Using 0.x numbers for my updates which is mainly to keep up with CVS
1629
1630 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 13 Sep 1999 14:30:39 -0400
1631
1632 kdelibs-cvs (4:2.0-19990903-1.0) experimental; urgency=low
1633
1634 * new upstream version
1635
1636 -- Stephan Kulow <coolo@kde.org> Fri, 3 Sep 1999 21:01:39 +0200
1637
1638 kdelibs-cvs (4:2.0-19990823-1.0) experimental; urgency=low
1639
1640 * More CVS updates
1641 * Adding in a process to the postinst to verify that /usr/doc/kde/HTML/default
1642 is a link and not a directory
1643 * Removing ldconfig from postrm
1644
1645 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 23 Aug 1999 07:30:28 -0400
1646
1647 kdelibs-cvs (4:2.0-19990822-1.0) experimental; urgency=low
1648
1649 * Adding a link from /etc/kde2 to /usr/share/config until the proper
1650 solution is made.
1651 * More CVS updates
1652
1653 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 22 Aug 1999 05:00:28 -0400
1654
1655 kdelibs-cvs (4:2.0-19990820-1.1) experimental; urgency=low
1656
1657 * New upstream CVS version
1658
1659 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 21 Aug 1999 00:30:28 -0400
1660
1661 kdelibs-cvs (4:2.0-19990820-1) experimental; urgency=low
1662
1663 * New upstream CVS version
1664 * Moving into /usr from /opt
1665
1666 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 20 Aug 1999 11:00:28 -0400
1667
1668 kdelibs-cvs (4:2.0-19990720-1) experimental; urgency=low
1669
1670 * New upstream CVS version
1671
1672 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 20 Jul 1999 07:45:28 -0400
1673
1674 kdelibs-cvs (4:2.0-19990626-2) experimental; urgency=low
1675
1676 * back to using the paths out of debianrules with some dependency trick
1677 in rules. No more hardcoded paths there
1678 * don't use kderc file, but add the paths that are known to be
1679 nonstandard in rules. And install into $kde_confdir/system.kdeglobals
1680 /etc/kderc may be used for the noncvs version later. For now it asks
1681 for trouble in my eyes :)
1682 * some changes in debianrules to make it more flexible too
1683 * don't compile with --enable-debug, but with --disable-debug - this does
1684 more than removing -g, don't know who made this policy within debian
1685 * use --enable-final as it makes thinks smaller, faster and better anyway ;)
1686
1687 -- Stephan Kulow <coolo@kde.org> Sat, 26 Jun 1999 14:33:05 +0200
1688
1689 kdelibs-cvs (4:2.0-19990626-1) experimental; urgency=low
1690
1691 * New upstream CVS version
1692 * Fixing the /etc/kderc file (had it there, just didn't install it)
1693
1694 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 26 Jun 1999 07:00:28 -0400
1695
1696 kdelibs-cvs (4:2.0-19990624-1) experimental; urgency=low
1697
1698 * New upstream CVS version
1699 * Adding in a /etc/kderc file
1700
1701 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 25 Jun 1999 23:50:28 -0400
1702
1703 kdelibs-cvs (4:2.0-19990620-1) experimental; urgency=low
1704
1705 * New upstream CVS version
1706 * Migrating to /etc/kde from /etc/kde2
1707
1708 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 20 Jun 1999 11:00:28 -0400
1709
1710 kdelibs-cvs (4:2.0-19990601-1) experimental; urgency=low
1711
1712 * New upstream CVS version
1713
1714 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 01 Jun 1999 01:00:28 -0400
1715
1716 kdelibs-cvs (4:2.0-19990524-1) experimental; urgency=low
1717
1718 * migrating back to / from /opt
1719 * migrating in new build fixes from -stable bringing package more in
1720 line with current Debian dist
1721
1722 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 24 May 1999 07:00:28 -0400
1723
1724 kdelibs-cvs (4:2.0-19990314-1) experimental; urgency=low
1725
1726 * moving the -cvs from version to package name
1727
1728 -- Stephan Kulow <coolo@kde.org> Sun, 14 Mar 1999 21:12:28 +0100
1729
1730 kdelibs (4:2.0-19990312-cvs-3) experimental; urgency=low
1731
1732 * use INSTALL_DATA with -p
1733
1734 -- Stephan Kulow <coolo@kde.org> Sat, 13 Mar 1999 23:13:09 +0100
1735
1736 kdelibs (4:2.0-19990312-cvs-2) experimental; urgency=low
1737
1738 * use DESTDIR
1739
1740 -- Stephan Kulow <coolo@kde.org> Sat, 13 Mar 1999 23:11:16 +0100
1741
1742 kdelibs (4:2.0-19990312-cvs-1) experimental; urgency=low
1743
1744 * new upstream version with corba support libraries integrated
1745
1746 -- Stephan Kulow <coolo@kde.org> Fri, 12 Mar 1999 23:31:27 +0100
1747
1748 kdelibs (4:2.0-19990309-1) experimental; urgency=low
1749
1750 * new upstream version out of CVS (many translation updates and some
1751 security fixes
1752 * install it into /opt/kde2pre for now (unstripped)
1753
1754 -- Stephan Kulow <coolo@kde.org> Sat, 6 Mar 1999 18:03:04 +0100
1755
1756 kdelibs (4:1.1-19990217-1) unstable; urgency=low
1757
1758 * new upstream version
1759
1760 -- Stephan Kulow <coolo@kde.org> Wed, 17 Feb 1999 19:09:42 +0100
1761
1762 kdelibs (4:1.1-19990207-2) unstable; urgency=low
1763
1764 * fixed a bug with the jpeglib version
1765
1766 -- Stephan Kulow <coolo@kde.org> Tue, 9 Feb 1999 09:31:40 +0100
1767
1768 kdelibs (4:1.1-19990207-1) unstable; urgency=low
1769
1770 * new upstream version 1.1 and new epoche
1771
1772 -- Stephan Kulow <coolo@kde.org> Sun, 7 Feb 1999 12:12:58 +0100
1773
1774 kdelibs (2:980710-1.0-1) unstable; urgency=low
1775
1776 * new upstream version 1.0
1777
1778 -- Stephan Kulow <coolo@kde.org> Sun, 12 Jul 1998 10:12:19 +0200
1779
1780 kdelibs (2:980419-b4-1) unstable; urgency=low
1781
1782 * new upstream version Beta4
1783
1784 -- Stephan Kulow <coolo@kde.org> Sun, 19 Apr 1998 13:58:13 +0200
1785
1786 kdelibs (2:980312-4) frozen; urgency=low
1787
1788 * touch the .so.0 files to satisfy lintian
1789 * moved all unnecessary files out of -dev
1790 * moved the symbolic link default->en to kdelibs, where it belongs
1791 * fixed the shlibs format
1792 * new qt1g release (1.33)
1793
1794 -- Stephan Kulow <coolo@kde.org> Tue, 31 Mar 1998 13:00:00 +0100
1795
1796 kdelibs (2:980312-3) frozen; urgency=low
1797
1798 * new g++ and libstdc++ release (egcs-2.90.26-1)
1799
1800 -- Stephan Kulow <coolo@kde.org> Tue, 24 Mar 1998 14:45:16 +0100
1801
1802 kdelibs (2:980312-2) unstable; urgency=low
1803
1804 * use debhelper now
1805
1806 -- Stephan Kulow <coolo@kde.org> Sun, 15 Mar 1998 21:28:42 +0100
1807
1808 kdelibs (2:980312-1) experimental; urgency=low
1809
1810 * changed the files file
1811 * New upstream release
1812
1813 -- Stephan Kulow <coolo@kde.org> Thu, 12 Mar 1998 22:15:37 +0100
1814
1815 kdelibs (2:980310-3) experimental; urgency=low
1816
1817 * removed the preinst script
1818 * use absolute paths instead of the one with
1819 * changed directory for libraries
1820
1821 -- Stephan Kulow <coolo@kde.org> Wed, 11 Mar 1998 20:11:50 +0100
1822
1823 kdelibs (2:980310-2) experimental; urgency=low
1824
1825 * removed the file correction part from kderules
1826
1827 -- Stephan Kulow <coolo@kde.org> Mon, 9 Mar 1998 23:29:50 +0100
1828
1829 kdelibs (2:980310-1) experimental; urgency=low
1830
1831 * New upstream release
1832
1833 -- Stephan Kulow <coolo@kde.org> Mon, 9 Mar 1998 22:47:16 +0100
1834
1835 kdelibs (980303-1) experimental; urgency=low
1836
1837 * New upstream release
1838
1839 -- Stephan Kulow <coolo@kde.org> Wed, 4 Mar 1998 10:43:42 +0100
1840
1841 kdelibs (980228-1) experimental; urgency=low
1842
1843 * added *.moc to the clean target
1844 * New upstream release
1845
1846 -- Stephan Kulow <coolo@kde.org> Sat, 28 Feb 1998 21:05:58 +0100
1847
1848 kdelibs (980227-2) experimental; urgency=low
1849
1850 * removed the REENTRANT flag. KDE don't uses threds
1851 * updated libmediatool
1852
1853 -- Stephan Kulow <coolo@kde.org> Sat, 28 Feb 1998 01:22:56 +0100
1854
1855 kdelibs (980227-1) experimental; urgency=low
1856
1857 * changed the name of libjpeg-dev
1858 * renamed preint to preinst (typo while moving last time)
1859 * added fields in control file (most taken from AJ's versions)
1860 * New upstream release
1861
1862 -- Stephan Kulow <coolo@kde.org> Fri, 27 Feb 1998 20:20:24 +0100
1863
1864 kdelibs (980225-1) experimental; urgency=low
1865
1866 * New upstream release
1867
1868 -- Stephan Kulow <coolo@kde.org> Wed, 25 Dec 1998 19:23:12 +0100
1869
1870 kdelibs (980224-1) experimental; urgency=low
1871
1872 * New upstream release
1873
1874 -- Stephan Kulow <coolo@kde.org> Wed, 25 Dec 1998 11:25:23 +0100
1875
1876 kdelibs (1:Beta2-2.1) experimental; urgency=low
1877
1878 * New upstream release
1879
1880 -- Andreas Jellinghaus <aj@debian.org> Fri, 5 Dec 1997 21:15:52 +0100
1881
1882 kdelibs (1:Beta2-2) unstable; urgency=low
1883
1884 * removed virtual package names.
1885
1886 -- Andreas Jellinghaus <aj@debian.org> Sun, 30 Nov 1997 16:59:27 +0100
1887
1888 kdelibs (1:Beta2-1) unstable; urgency=low
1889
1890 * New upstream release
1891
1892 -- Andreas Jellinghaus <aj@debian.org> Sun, 23 Nov 1997 14:04:20 +0100
1893
1894 kdelibs (1:Beta1.2-2) unstable; urgency=low
1895
1896 * new compile cycle with bugfixes.
1897
1898 -- Andreas Jellinghaus <aj@debian.org> Sun, 9 Nov 1997 19:43:46 +0100
1899
1900 kdelibs (1:Beta1.2-1) unstable; urgency=low
1901
1902 * New upstream release
1903
1904 -- Andreas Jellinghaus <aj@debian.org> Mon, 27 Oct 1997 11:16:24 +0100
1905
1906 kdelibs (1:Beta1.1-1) unstable; urgency=low
1907
1908 * New upstream release
1909
1910 -- Andreas Jellinghaus <aj@debian.org> Mon, 20 Oct 1997 12:33:52 +0200
1911
1912 kdelibs (971019-1) unstable; urgency=low
1913
1914 * New upstream release
1915 * Fixed all paths to match debian setup
1916 * Fixed locale path
1917
1918 -- Andreas Jellinghaus <aj@debian.org> Sun, 19 Oct 1997 12:05:32 +0200
1919
1920 kdelibs (971013-1) unstable; urgency=low
1921
1922 * New upstream release
1923
1924 -- Andreas Jellinghaus <aj@debian.org> Mon, 13 Oct 1997 08:18:16 +0200
1925
1926 kdelibs (971011-1) unstable; urgency=low
1927
1928 * New upstream release
1929
1930 -- Andreas Jellinghaus <aj@debian.org> Sun, 12 Oct 1997 12:08:40 +0200
1931
1932 kdelibs (971009-1) unstable; urgency=low
1933
1934 * New upstream release
1935
1936 -- Andreas Jellinghaus <aj@debian.org> Thu, 9 Oct 1997 10:47:00 +0200
1937
1938 kdelibs (971008-1) unstable; urgency=low
1939
1940 * New upstream release
1941
1942 -- Andreas Jellinghaus <aj@debian.org> Wed, 8 Oct 1997 10:03:09 +0200
1943
1944 kdelibs (971006-2) unstable; urgency=low
1945
1946 * daily recompile of everything.
1947
1948 -- Andreas Jellinghaus <aj@debian.org> Tue, 7 Oct 1997 10:36:58 +0200
1949
1950 kdelibs (971006-1) unstable; urgency=low
1951
1952 * New upstream release
1953
1954 -- Andreas Jellinghaus <aj@debian.org> Mon, 6 Oct 1997 09:19:17 +0200
1955
1956 kdelibs (971005-1) unstable; urgency=low
1957
1958 * New upstream release
1959
1960 -- Andreas Jellinghaus <aj@debian.org> Sun, 5 Oct 1997 17:27:13 +0200
1961
1962 kdelibs (971003-1) unstable; urgency=low
1963
1964 * New upstream release
1965
1966 -- Andreas Jellinghaus <aj@debian.org> Fri, 3 Oct 1997 08:16:14 +0200
1967
1968 kdelibs (971002-1) unstable; urgency=low
1969
1970 * New upstream release
1971
1972 -- Andreas Jellinghaus <aj@debian.org> Thu, 2 Oct 1997 08:47:49 +0200
1973
1974 kdelibs (970930-1) unstable; urgency=low
1975
1976 * New upstream release
1977
1978 -- Andreas Jellinghaus <aj@debian.org> Tue, 30 Sep 1997 11:39:38 +0200
1979
1980 kdelibs (970929-1) unstable; urgency=low
1981
1982 * New upstream release
1983
1984 -- Andreas Jellinghaus <aj@debian.org> Mon, 29 Sep 1997 09:36:11 +0200
1985
1986 kdelibs (970925-2) unstable; urgency=low
1987
1988 * daily recompile of everything.
1989
1990 -- Andreas Jellinghaus <aj@debian.org> Fri, 26 Sep 1997 08:42:24 +0200
1991
1992 kdelibs (970925-1) unstable; urgency=low
1993
1994 * New upstream release
1995
1996 -- Andreas Jellinghaus <aj@debian.org> Thu, 25 Sep 1997 08:04:45 +0200
1997
1998 kdelibs (970924-2) unstable; urgency=low
1999
2000 * new use kderules.
2001 * daily recompile of everything.
2002
2003 -- Andreas Jellinghaus <aj@debian.org> Wed, 24 Sep 1997 10:21:17 +0200
2004
2005 kdelibs (970924-1) unstable; urgency=low
2006
2007 * New upstream release
2008
2009 -- Andreas Jellinghaus <aj@debian.org> Wed, 24 Sep 1997 08:28:48 +0200
2010
2011 kdelibs (970923-1) unstable; urgency=low
2012
2013 * New upstream release
2014
2015 -- Andreas Jellinghaus <aj@debian.org> Tue, 23 Sep 1997 08:36:52 +0200
2016
2017 kdelibs (970922-1) unstable; urgency=low
2018
2019 * New upstream release
2020
2021 -- Andreas Jellinghaus <aj@debian.org> Mon, 22 Sep 1997 09:48:41 +0200
2022
2023 kdelibs (970921-1) unstable; urgency=low
2024
2025 * New upstream release
2026
2027 -- Andreas Jellinghaus <aj@debian.org> Sun, 21 Sep 1997 13:45:48 +0200
2028
2029 kdelibs (970920-1) unstable; urgency=low
2030
2031 * Initial Release.
2032
2033 -- Andreas Jellinghaus <aj@debian.org> Sat, 20 Sep 1997 09:59:48 +0200
2034

  ViewVC Help
Powered by ViewVC 1.1.5