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

Contents of /branches/kde4/packages/kdelibs/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10541 - (show annotations) (download)
Sun May 11 08:27:05 2008 UTC (5 years ago) by modax-guest
File size: 17932 byte(s)
New snapshots of some modules.
1 kde4libs (4:4.0.73+svn805937-1~pre1) UNRELEASED; urgency=low
2
3 * New upstream development snapshot:
4 - The latest upstream commit is r804973 by mueller
5 - Date: Wed May 7 09:03:08 2008 UTC
6
7 +++ Changes by Modestas Vainius:
8
9 * Add libacl1-dev to build depends.
10 Refresh 98 patch (kio_file build failure).
11 * Allow to set UPSTREAMVERSION in the environment.
12
13 +++ Changes by Armin Berres:
14
15 * kdelibs5-dev must replace kdelibs-data << 4:4.0.72-1 after the move of the
16 dbus-1 XML interfaces.
17
18 +++ Changes by Fathi Boudra:
19
20 * Add 01_use_inotify_as_kdirwatch_backend_r805437 patch:
21 Make inotify the default backend of KDirWatch. At about that time kded4
22 started flaking out because it got stuck in libfam. This is a workaround
23 until FAM backend is fixed.
24 * Add 20 patch to use DejaVu font as default font.
25 * Add libxml2-utils dependency to kdelibs-bin: meinproc4 needs it.
26
27 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 10 May 2008 00:48:09 +0300
28
29 kde4libs (4:4.0.72-1) experimental; urgency=low
30
31 * New upstream snapshot. (r802761)
32
33 * Fixes heap based buffer overflow via specially encoded image.
34 CVE-2008-1670 (Closes: #478283)
35
36 +++ Changes by Modestas Vainius:
37
38 * 98_link_interfaces_library.diff - major update:
39 - Drop ${QT_QTNETWORK_LIBRARY}, ${QT_QTDBUS_LIBRARY}, ${QT_QTXML_LIBRARY}
40 from kdecore LINK_INTERFACE_LIBRARIES leaving only ${QT_QTCORE_LIBRARY}.
41 Those 3 libraries are no longer implicitly provided by any kdelibs
42 target. This may cause a few link time FTBFSes.
43 - Further update LINK_INTERFACE_LIBRARIES of other public libraries.
44 * Export ${KDE4_THREADWEAVER_LIBRARIES} and an alias for
45 ${KDE4_THREADWEAVER_LIBS} to restore compatibility.
46 * Fix offsets in other patches so they apply cleanly.
47 * Move usr/include/KDE/Phonon from kdelibs5-dev to libphonon-dev. Update
48 *.install files and Replaces for libphonon-dev appropriately.
49 * Enhance 19_findqt4_optional_x11.diff patch. Do not implicitly add
50 -lphread.
51 * Build depend on libenchant-dev.
52 * Add 99_more_implicit_link_libs.diff which adds more implicit link
53 interface libraries to diverge from upstream as least as possible.
54 - In addition, kdecore implies QtDBus, QtXml, QtNetwork.
55 - In addition, kdeui implies QtSvg.
56 - In addition, kde3support and ktuils imply kparts.
57 - In addition, kio implies solid.
58 * Move dbus-1 XML interfaces to kdelibs5-dev.install.
59
60 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 30 Apr 2008 18:03:58 +0200
61
62 kde4libs (4:4.0.70+svn799089-2) experimental; urgency=low
63
64 +++ Changes by Modestas Vainius:
65
66 * Export kparts as khtml interface library.
67
68 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 21 Apr 2008 20:22:47 +0300
69
70 kde4libs (4:4.0.70+svn799089-1) experimental; urgency=low
71
72 * New upstream development snapshot:
73 - The latest upstream commit is r799089.
74
75 +++ Changes by Armin Berres:
76
77 * Update and sort *.install files.
78
79 +++ Changes by Ana Beatriz Guerrero Lopez
80
81 * Add new build depends after Qt4 have updated its build depends:
82 libpng-dev, libssl-dev, libsm-dev.
83 * Add version to the RUNTIME_DEPS in debian/rules.
84
85 +++ Changes by Modestas Vainius:
86
87 * New version of 17_findservicebydesktoppath_try_realfilepath.diff. Still
88 incomplete.
89 * Shrink *-dev dependency list of kdelibs5-dev to libqt4-dev (>= 4.4.0~),
90 libsoprano-dev (>= 2.0.97~). Thanks to Sune Vuorela for determining this
91 set from #include's of the public headers.
92 * Add 18_always_set_cmake_policy.diff patch to set CMake policy settings
93 regardless of KDE_FOUND value.
94 * Introduce 97_use_imported_targets_with_cmake26.diff which changes the way
95 libraries dependences are exported when built with CMake 2.6:
96 - Rationale behind this is to reduce excess linkage.
97 - Build-depend on cmake 2.6 or later. Make kdelibs5-dev depend on
98 cmake 2.6.
99 - Do not use export_library_dependencies() to export library dependences
100 with CMake 2.6. This method was the main source of excess linkage
101 problems. Use a brand new install(EXPORT) instead which supports
102 LINK_INTERFACE_LIBRARIES.
103 - Due to the change above, add "EXPORT kdelibs" property for all public
104 install(TARGETS).
105 - Rewrite the part of FindKDE4Install.cmake which deals with
106 KDE4_*_LIBRARY and KDE4_*_LIBS setup. Since we are using cmake IMPORTED
107 targets now and let cmake do a major part of dependency handling for us,
108 make each KDE4_*_LIBS variable refer to the IMPORTED target of the
109 respective public KDE library. KDE4_*_LIBRARY semantics were not changed
110 and they still point to the result of find_library().
111 * Add 98_link_interface_libraries.diff which:
112 - Tweaks target_link_libraries() calls where dependences where were
113 missing.
114 - Makes use of LINK_INTERFACE_LIBRARIES target property to control which
115 libraries are exported via link interface (property values probably need
116 more tweaking). This is CMake 2.6 or only, ignored for CMake 2.4.
117 * Make kdelibs shlibs "dynamic" and ensure kdebase-runtime from KDE 4.1
118 series is used as runtime dependency.
119 * Build-depend on libglu1-mesa-dev as libqt4-dev 4.4.0~rc1-5 is dropping it
120 from Depends.
121 * Add myself to Uploaders.
122 * Add 19_findqt4_optional_x11.diff - make X11 optional for in FindQt4.cmake.
123
124 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 20 Apr 2008 22:12:38 +0300
125
126 kde4libs (4:4.0.68+svn794641-1) experimental; urgency=low
127
128 * New upstream development snapshot.
129
130 +++ Changes by Modestas Vainius:
131
132 * Sort *.install files
133 * Drop 16_postgresql_include_path_fix.diff - merged upstream.
134 * Add 17_findservicebydesktoppath_try_realfilepath.diff to improve
135 desktop file location by path on the systems where e.g. /usr is a
136 symlink. Please note this patch still does not fix what I developed
137 it for. So it's useless but it does not hurt. Work in progress.
138
139 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 06 Apr 2008 22:12:02 +0300
140
141 kde4libs (4:4.0.68-1) experimental; urgency=low
142
143 * New upstream snapshot.
144
145 +++ Changes by Modestas Vainius:
146
147 * Add Replaces: kdebase-runtime-data << KDE 4.1 for kdelibs5-dev due to
148 common file /usr/share/kde4/apps/cmake/modules/FindXine.cmake
149
150 +++ Changes by Ana Beatriz Guerrero Lopez:
151
152 * Tighten build depend version on libstreamanalyzer-dev 0.5.8-2
153 from experimental.
154
155 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 03 Apr 2008 22:37:56 +0200
156
157 kde4libs (4:4.0.66+svn791114-1) experimental; urgency=low
158
159 * First KDE 4.1 snapshot packaged, this is going to experimental.
160 * Update installed files.
161 * Refresh and update patches.
162 * Bump to new version number where needed.
163 * Add some versioned depends on Qt4 4.4.
164 * Replace libqt4-debug with libqt4-dbg.
165 * Build depend on soprano >= 2.0.97~.
166
167 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Fri, 28 Mar 2008 13:36:21 +0100
168
169 kde4libs (4:4.0.2-1) unstable; urgency=low
170
171 * New upstream release.
172
173 +++ Changes by Armin Berres:
174
175 * Don't bump shlibs version automatically on every upload. Bumping on new
176 upstream versions is enough now that the libs are stable.
177 * Add versioned shlibs to libphonon4.
178 * Remove kde-icons-oxygen and kdebase-runtime-data from the shlibs file of
179 kdelibs5. kdebase-runtime depends on them anyway.
180 * Add strict dependency of kdelibs-bin on kdelibs5 and use a more obvious
181 way to remove the dependency on kdebase-runtime. shlibs.local is no more
182 needed now.
183
184 +++ Changes by Matthew Rosewarne:
185
186 * Build-Depend on libgif-dev instead of libungif4-dev.
187
188 +++ Changes by Modestas Vainius:
189
190 * New patch 16_postgresql_include_path_fix.diff, which adds PostgreSQL
191 include paths used on Debian to FindPostgreSQL cmake module.
192
193 +++ Changes by Ana Beatriz Guerrero Lopez:
194
195 * Drop patches pulled from KDE's SVN, now part of the release
196 - 01_make_stackingOrder_work_r769072.diff
197 - 02_re-register_global_shortcuts_r769363.diff
198 * Update installed files.
199 * Update UPSTREAMVERSION in debian/rules.
200
201 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Tue, 04 Mar 2008 12:52:59 +0100
202
203 kde4libs (4:4.0.1-1) unstable; urgency=low
204
205 * New upstream release.
206
207 +++ Changes by Matthew Rosewarne:
208
209 * Make dependencies binNMU-friendly.
210 * Bump Soprano minimum version to 2.0.0.
211 * Remove redundant Depends: shared-mime-info from kdelibs5-dev.
212 * Add Suggests: kdelibs5-doc to kdelibs5-dev.
213
214 +++ Changes by Armin Berres:
215
216 * Update 10_kdehome_kde4 patch. Set kde home directory to ~/.kde4
217 where ~/.kde was used. Thanks to Jonathan Riddell and Suse people.
218 * Update installed files.
219 * Drop no more needed patch 16_arm_fixes.diff.
220
221 +++ Changes by Fathi Boudra:
222
223 * Make kdelibs5-dev installable on GNU/kFreeBSD. Thanks to Aurelien Jarno.
224 (Closes: #462338)
225 * Add dbus-x11 dependency to kdelibs5. Thanks to Chris Desjardins.
226 * Add Vcs-Browser and Vcs-Svn fields.
227 * Cherry pick from branches/KDE/4.0:
228
229 + 02_re-register_global_shortcuts_r769363:
230 Re-register global shortcuts if kded4 is restarted.
231
232 +++ Changes by Adeodato Simó:
233
234 * Cherry pick from /branches/KDE/4.0:
235
236 + 01_make_stackingOrder_work_r769072: fix KWindowSystem::stackingOrder() to
237 actually return a non-empty list with the list of windows.
238
239 +++ Changes by Ana Beatriz Guerrero Lopez:
240
241 * Update to debhelper 6.
242 * Add versioned b-d on cdbs (>= 0.4.51) to get debhelper 6 support and fixed
243 cmake.mk class.
244
245 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 04 Feb 2008 09:59:44 +0100
246
247 kde4libs (4:4.0.0-2) unstable; urgency=low
248
249 +++ Changes by Fathi Boudra:
250
251 * Update arm patch. Avoid conversion to float. Thanks to Pino Toscano.
252 * Move hal and pmount Recommends to kdebase-runtime-bin-kde4 package.
253 * Rename kdelibs-dbg to kdelibs5-dbg.
254 Conflicts/Replaces against kdelibs-dbg >= 4:3.91.0-1 and << 4:4.0.0-2
255
256 +++ Changes by Armin Berres:
257
258 * Add ${shlibs:Depends} dependency to kdelibs5-dev.
259
260 -- Fathi Boudra <fabo@debian.org> Sun, 13 Jan 2008 00:39:59 +0100
261
262 kde4libs (4:4.0.0-1) experimental; urgency=low
263
264 * New upstream release. KDE 4.0.0 yay!
265
266 +++ Changes by Armin Berres:
267
268 * Add patch to disable debug information by default. They can be enabled
269 with kdebugdialog.
270 * Add patch to build no special debug code, but release code, and remove
271 all hardcoded optimization and debug compiler flags. Use $(CXXFLAGS) and
272 $(CFLAGS) instead.
273
274 +++ Changes by Ana Beatriz Guerrero Lopez:
275
276 * Update patch 15_kfreebsd_support to build in kfreebsd after latest changes
277 in ConfigureChecks.cmake.
278 * Update lintian overrides.
279 * Add patch to fix make it build in arm and hopefully armel. Thanks Aurel.
280 (Closes: #459515)
281
282 +++ Changes by Matthew Rosewarne:
283
284 * Add Homepage: to control.
285 * Tweak package descriptions.
286 * Replace dependency on xbase-clients with xauth.
287 * Replace source:Version with binary:Version.
288
289 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 09 Jan 2008 06:19:10 +0100
290
291 kde4libs (4:3.98.0~svn755919-1) experimental; urgency=low
292
293 * New svn snapshot release to revision 755919.
294
295 +++ Changes by Fathi Boudra:
296
297 * Build-dep on soprano >= 1.99~rc2-1. (Closes: #458334)
298 * Split kdelibs5-dev and kdelibs. Move Phonon in his own packages.
299
300 +++ Changes by Ana Beatriz Guerrero Lopez:
301
302 * Fix offsets in 15_kfreebsd_support patch.
303 * Update years in debian/copyright. Happy new year!
304
305 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 02 Jan 2008 14:08:10 +0100
306
307 kde4libs (4:3.98.0~svn753247-1) experimental; urgency=low
308
309 * Svn snapshot of revision 753247.
310 * Remove extra LDFLAGS. Included via CDBS now.
311 * Update patches.
312 * Update installed files.
313 * Force runtime dependency on kdebase-runtime instead of the removed
314 kdebase-runtime-bin.
315
316 -- Armin Berres <trigger+debian@space-based.de> Thu, 27 Dec 2007 16:11:13 +0100
317
318 kde4libs (4:3.97.0-2) experimental; urgency=low
319
320 * The "Pizza with Champagne" release.
321
322 +++ Changes by Armin Berres:
323
324 * Add patch to hardcode /dev/ptmx as ptm device to work around broken
325 build environments.
326
327 +++ Changes by Ana Beatriz Guerrero Lopez:
328
329 * Add patch for kfreebsd support.
330
331 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 15 Dec 2007 03:31:22 +0100
332
333 kde4libs (4:3.97.0-1) experimental; urgency=low
334
335 * New upstream release.
336 * Update *.install files.
337 * Update Standards-Version to 3.7.3.
338 * Remove README.Debian, packages are stable now.
339 * Update package descriptions, remove references to beta status.
340 * Add export LDFLAGS+="-Wl,--as-needed" in rules to make dpkg-shlibdeps
341 happier.
342 * Do not build depend on libasound2-dev and libkeyutils-dev in the archs
343 they do not exist.
344 * Move Depends on hal | kfreebsd-gnu | hurd, pmount | kfreebsd-gnu | hurd,
345 to Recommends. (Closes: #452255)
346 * Add lintian override for extra-license-file warnings in kdelibs5-data.
347
348 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Sun, 09 Dec 2007 15:47:28 +0100
349
350 kde4libs (4:3.96.0-1) experimental; urgency=low
351
352 * New upstream release.
353 * Update *.install files.
354
355 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Wed, 14 Nov 2007 13:17:32 +0100
356
357 kde4libs (4:3.95.2-1) experimental; urgency=low
358
359 * New upstream release.
360
361 +++ Changes by Fathi Boudra:
362
363 * Bump build dependencies versions.
364 * Update installed files.
365
366 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 08 Nov 2007 20:18:43 +0100
367
368 kde4libs (4:3.95.0-1) experimental; urgency=low
369
370 * New upstream release: KDE4 beta 4.
371
372 +++ Changes by Fathi Boudra:
373
374 * Remove libpulse0 conflict. It was a temporary workaround.
375 * Update 11_applications_menu patch. We must keep the extension unchanged.
376 * Add 12_deprecate_applnk patch. We use /usr/share/applications in any case.
377
378 +++ Changes by Armin Berres:
379
380 * Update *.install files.
381
382 +++ Changes by Sune Vuorela:
383
384 * Leet shlibs hacking.
385
386 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 25 Oct 2007 14:47:24 +0200
387
388 kde4libs (4:3.94.0-2) experimental; urgency=low
389
390 +++ Changes by Fathi Boudra:
391
392 * Pull SVN branch to r726725.
393
394 +++ Changes by Armin Berres:
395
396 * Add debug package.
397 * Make kdelibs5-dev depend on recent soprano.
398 * Add dependency of kdelibs5 on kde-icons-oxygen. It is needed by nearly
399 every KDE4 application.
400
401 +++ Changes by Ana Beatriz Guerrero Lopez:
402
403 * Update *.install files.
404
405 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 18 Oct 2007 20:56:22 +0200
406
407 kde4libs (4:3.94.0-1) experimental; urgency=low
408
409 * KDE4 beta3.
410
411 +++ Changes by Armin Berres:
412
413 * Add kdelibs5 dependency on shared-mime-info.
414 * Update *.install files.
415 * Install man pages.
416 * Rename debian/no-install.txt to debian/not-installed and reformat it for
417 being usable with "debian/rules list-missing".
418 * Update patches.
419 * Depend on up to date libsoprano.
420 * Conflict with libpulse0 for preventing crashes. This is definitely just a
421 temporary workaround and should be removed ASAP.
422 * Depend on hal which is used as Solid backend.
423 * Depend on pmount.
424
425 +++ Changes by Sune Vuorela:
426
427 * kjscmd also exists in kjscmd from kdebindings. Adding conflict.
428
429 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 17 Oct 2007 13:42:50 +0200
430
431 kde4libs (4:3.93.0-1) experimental; urgency=low
432
433 * New upstream version.
434 - Remove patches: 01_libkdeprint_management_soname and
435 02_strigi-0.5.5_support merged upstream. And 12_no_emoticon is not
436 longer needed.
437 * Update *.install files.
438 * Update not-installed.list
439 * Remove prune-nonfree, there is not longer non-free stuff.
440
441 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Sun, 03 Sep 2007 20:13:59 +0200
442
443 kde4libs (4:3.92.0.dfsg.1-2) experimental; urgency=low
444
445 +++ Changes by Fathi Boudra:
446
447 * Add patch to support strigi-0.5.5.
448 * Move binaries to kdelibs5-dev:
449 * checkXML, kconfig_compiler, ksvgtopng, kunittestmodrunner,
450 makekdewidgets, preparetips.
451 * Add kdelibs5-dev conflicts against kdelibs4-dev.
452 * Remove qt4-designer-kde4-plugins package. No need to have an extra package
453 as qt4 designer plugins are higky dependent on kdelibs5 and development.
454 * Add qt4_designer_plugins_path patch to fix plugins installation path.
455
456 +++ Changes by Ana Beatriz Guerrero Lopez:
457
458 * No shipping emoticons images to avoid conflicts with current kdebase-data
459 (KDE3), patch 12. See list in no-install.list.
460 * Add patch 04_libkdeprint_management_soname.diff to avoid same soname name
461 than in current KDE version.
462 * Build-Depend only on libungif4-dev. kdegraphics b-d on imlib11 that b-d on
463 libungif4-dev, if we build against libgif-dev, this kdelibs version and
464 kdegraphics3 can not co-exist.
465
466 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 13 Aug 2007 02:21:33 +0200
467
468 kde4libs (4:3.92.0.dfsg.1-1) experimental; urgency=low
469
470 * KDE4 beta 1, first upload to the Debian archive.
471 * Update *.install files.
472 * Prune non-free files, added script prune-nonfree.
473 * Add patches:
474 * 01_kdehome_kde4: set kdehome directory to .kde4.
475 * 02_applications_menu_kde4: append .kde4 to applications.menu.
476 * Add warning about experimental packages in README.Debian.
477 * Remade the copyright file, thanks to Marc 'HE' Brockschmidt, for
478 sharing the fun.
479
480 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Mon, 06 Aug 2007 16:38:29 +0200
481
482 kde4libs (4:3.91.0-1) alioth; urgency=low
483
484 * New alpha.
485
486 -- Ana Beatriz Guerrero Lopez <ana@debian.org> Sun, 01 Jul 2007 16:12:54 +0200
487
488 kde4libs (4:3.90+svn20070601-r670402-1) alioth; urgency=low
489
490 * Initial release of KDE4.
491
492 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 10 May 2007 16:02:37 +0100
493

  ViewVC Help
Powered by ViewVC 1.1.5