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

  ViewVC Help
Powered by ViewVC 1.1.5