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

Contents of /trunk/packages/kdelibs/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.5