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

Diff of /trunk/packages/kdelibs/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8242 by ana, Sat Dec 15 02:38:22 2007 UTC revision 10908 by modax-guest, Mon Jun 9 12:16:07 2008 UTC
# Line 1  Line 1 
1    kde4libs (4:4.0.81+svn818551-1~pre1) UNRELEASED; urgency=low
2    
3      * New upstream development snapshot:
4        - The latest upstream commit is r818551 by nsams
5        - Date: Mon, 09 Jun 2008 10:09:59 -0000
6    
7      +++ Changes by Armin Berres:
8    
9      * Add libxcursor-dev build dependency.
10      * Recommend the new default font ttf-dejavu.
11    
12      +++ Changes by Ana Beatriz Guerrero Lopez:
13    
14      * Remove phonon package stuff, it has been split out from kde4libs.
15      * Add build depends on phonon-dev.
16      * Update UPSTREAMVERSION in debian/rules.
17      * Update installed files.
18    
19      +++ Changes by Modestas Vainius:
20    
21      * Drop 18_always_set_cmake_policy.diff patch - applied upstream.
22      * Make kdelibs5-dev depend on libphonon-dev, KDE4Internal.cmake REQUIRES it.
23    
24      +++ Changes by Sune Vuorela:
25    
26      * Install config files in /usr/share/kde4/config
27      * Patch kstandarddirs to look in home, installpath, prefix/path  except when
28        config files, where home, /etc/kde4, prefix/path, installpath is
29        preferred. Patch developed in cooperation with fedora (Closes: #484897).
30      * Add README file about the configuration stuff
31    
32     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 09 Jun 2008 14:23:49 +0300
33    
34    kde4libs (4:4.0.80-1) experimental; urgency=low
35    
36      * New upstream development milestone (KDE 4.1 Beta1).
37    
38      +++ Changes by Modestas Vainius:
39    
40      * Disable 97 patch (will be removed later).
41        Pass -DKDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT=on to cmake which enables
42        equivalent functionality.
43      * Update install files.
44        - Add makekdewidgets.1 man page to kdelibs5-dev.
45        - Move checkXML.1 from kdelibs5-data to kdelibs5-dev. Bump replaces.
46      * Refresh patches.
47      * Ligthen cmake build-dependency to 2.4.5.
48    
49     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 21 May 2008 22:53:51 +0300
50    
51    kde4libs (4:4.0.74-1) experimental; urgency=low
52    
53      * New upstream snapshot.
54      * Raise the added shlibs dependency for kdebase-runtime to 4:4.0.72.
55    
56     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 17 May 2008 17:41:23 +0200
57    
58    kde4libs (4:4.0.73+svn806390-1) experimental; urgency=low
59    
60      * New upstream development snapshot:
61        - The latest upstream commit is r806390 by uwolfer
62        - Date: Sun, 11 May 2008 10:32:27 -0000
63    
64      * Corrections to *.install files:
65        - kdelibs5-dev.install: 1 new file(s) added;
66        - kdelibs-bin.install: 1 file(s) removed;
67    
68      +++ Changes by Modestas Vainius:
69    
70      * Add libacl1-dev to build depends.
71        Refresh 98 patch (kio_file build failure).
72      * Allow to set UPSTREAMVERSION in the environment.
73      * Use external automoc. Build-depend on automoc (>= 1.0~svn805317), make
74        kdelibs5-dev depend on it too.
75    
76      +++ Changes by Armin Berres:
77    
78      * kdelibs5-dev must replace kdelibs-data << 4:4.0.72-1 after the move of the
79        dbus-1 XML interfaces.
80    
81      +++ Changes by Fathi Boudra:
82    
83      * Add 20 patch to use DejaVu font as default font.
84      * Add libxml2-utils dependency to kdelibs-bin: meinproc4 needs it.
85    
86     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 11 May 2008 13:51:16 +0300
87    
88    kde4libs (4:4.0.72-1) experimental; urgency=low
89    
90      * New upstream snapshot. (r802761)
91    
92      * Fixes heap based buffer overflow via specially encoded image.
93        CVE-2008-1670 (Closes: #478283)
94    
95      +++ Changes by Modestas Vainius:
96    
97      * 98_link_interfaces_library.diff - major update:
98        - Drop ${QT_QTNETWORK_LIBRARY}, ${QT_QTDBUS_LIBRARY}, ${QT_QTXML_LIBRARY}
99          from kdecore LINK_INTERFACE_LIBRARIES leaving only ${QT_QTCORE_LIBRARY}.
100          Those 3 libraries are no longer implicitly provided by any kdelibs
101          target. This may cause a few link time FTBFSes.
102        - Further update LINK_INTERFACE_LIBRARIES of other public libraries.
103      * Export ${KDE4_THREADWEAVER_LIBRARIES} and an alias for
104        ${KDE4_THREADWEAVER_LIBS} to restore compatibility.
105      * Fix offsets in other patches so they apply cleanly.
106      * Move usr/include/KDE/Phonon from kdelibs5-dev to libphonon-dev. Update
107        *.install files and Replaces for libphonon-dev appropriately.
108      * Enhance 19_findqt4_optional_x11.diff patch. Do not implicitly add
109        -lphread.
110      * Build depend on libenchant-dev.
111      * Add 99_more_implicit_link_libs.diff which adds more implicit link
112        interface libraries to diverge from upstream as least as possible.
113        - In addition, kdecore implies QtDBus, QtXml, QtNetwork.
114        - In addition, kdeui implies QtSvg.
115        - In addition, kde3support and ktuils imply kparts.
116        - In addition, kio implies solid.
117      * Move dbus-1 XML interfaces to kdelibs5-dev.install.
118    
119     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 30 Apr 2008 18:03:58 +0200
120    
121    kde4libs (4:4.0.70+svn799089-2) experimental; urgency=low
122    
123      +++ Changes by Modestas Vainius:
124    
125      * Export kparts as khtml interface library.
126    
127     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 21 Apr 2008 20:22:47 +0300
128    
129    kde4libs (4:4.0.70+svn799089-1) experimental; urgency=low
130    
131      * New upstream development snapshot:
132        - The latest upstream commit is r799089.
133    
134      +++ Changes by Armin Berres:
135    
136      * Update and sort *.install files.
137    
138      +++ Changes by Ana Beatriz Guerrero Lopez
139    
140      * Add new build depends after Qt4 have updated its build depends:
141        libpng-dev, libssl-dev, libsm-dev.
142      * Add version to the RUNTIME_DEPS in debian/rules.
143    
144      +++ Changes by Modestas Vainius:
145    
146      * New version of 17_findservicebydesktoppath_try_realfilepath.diff. Still
147        incomplete.
148      * Shrink *-dev dependency list of kdelibs5-dev to libqt4-dev (>= 4.4.0~),
149        libsoprano-dev (>= 2.0.97~). Thanks to Sune Vuorela for determining this
150        set from #include's of the public headers.
151      * Add 18_always_set_cmake_policy.diff patch to set CMake policy settings
152        regardless of KDE_FOUND value.
153      * Introduce 97_use_imported_targets_with_cmake26.diff which changes the way
154        libraries dependences are exported when built with CMake 2.6:
155        - Rationale behind this is to reduce excess linkage.
156        - Build-depend on cmake 2.6 or later. Make kdelibs5-dev depend on
157          cmake 2.6.
158        - Do not use export_library_dependencies() to export library dependences
159          with CMake 2.6. This method was the main source of excess linkage
160          problems. Use a brand new install(EXPORT) instead which supports
161          LINK_INTERFACE_LIBRARIES.
162        - Due to the change above, add "EXPORT kdelibs" property for all public
163          install(TARGETS).
164        - Rewrite the part of FindKDE4Install.cmake which deals with
165          KDE4_*_LIBRARY and KDE4_*_LIBS setup. Since we are using cmake IMPORTED
166          targets now and let cmake do a major part of dependency handling for us,
167          make each KDE4_*_LIBS variable refer to the IMPORTED target of the
168          respective public KDE library. KDE4_*_LIBRARY semantics were not changed
169          and they still point to the result of find_library().
170      * Add 98_link_interface_libraries.diff which:
171        - Tweaks target_link_libraries() calls where dependences where were
172          missing.
173        - Makes use of LINK_INTERFACE_LIBRARIES target property to control which
174          libraries are exported via link interface (property values probably need
175          more tweaking). This is CMake 2.6 or only, ignored for CMake 2.4.
176      * Make kdelibs shlibs "dynamic" and ensure kdebase-runtime from KDE 4.1
177        series is used as runtime dependency.
178      * Build-depend on libglu1-mesa-dev as libqt4-dev 4.4.0~rc1-5 is dropping it
179        from Depends.
180      * Add myself to Uploaders.
181      * Add 19_findqt4_optional_x11.diff - make X11 optional for in FindQt4.cmake.
182    
183     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 20 Apr 2008 22:12:38 +0300
184    
185    kde4libs (4:4.0.68+svn794641-1) experimental; urgency=low
186    
187       * New upstream development snapshot.
188    
189       +++ Changes by Modestas Vainius:
190    
191       * Sort *.install files
192       * Drop 16_postgresql_include_path_fix.diff - merged upstream.
193       * Add 17_findservicebydesktoppath_try_realfilepath.diff to improve
194         desktop file location by path on the systems where e.g. /usr is a
195         symlink. Please note this patch still does not fix what I developed
196         it for. So it's useless but it does not hurt. Work in progress.
197    
198     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 06 Apr 2008 22:12:02 +0300
199    
200    kde4libs (4:4.0.68-1) experimental; urgency=low
201    
202      * New upstream snapshot.
203    
204      +++ Changes by Modestas Vainius:
205    
206      * Add Replaces: kdebase-runtime-data << KDE 4.1 for kdelibs5-dev due to
207        common file /usr/share/kde4/apps/cmake/modules/FindXine.cmake
208    
209      +++ Changes by Ana Beatriz Guerrero Lopez:
210    
211      * Tighten build depend version on libstreamanalyzer-dev 0.5.8-2
212        from experimental.
213    
214     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 03 Apr 2008 22:37:56 +0200
215    
216    kde4libs (4:4.0.66+svn791114-1) experimental; urgency=low
217    
218      * First KDE 4.1 snapshot packaged, this is going to experimental.
219      * Update installed files.
220      * Refresh and update patches.
221      * Bump to new version number where needed.
222      * Add some versioned depends on Qt4 4.4.
223      * Replace libqt4-debug with libqt4-dbg.
224      * Build depend on soprano >= 2.0.97~.
225    
226     -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Fri, 28 Mar 2008 13:36:21 +0100
227    
228    kde4libs (4:4.0.2-1) unstable; urgency=low
229    
230      * New upstream release.
231    
232      +++ Changes by Armin Berres:
233    
234      * Don't bump shlibs version automatically on every upload. Bumping on new
235        upstream versions is enough now that the libs are stable.
236      * Add versioned shlibs to libphonon4.
237      * Remove kde-icons-oxygen and kdebase-runtime-data from the shlibs file of
238        kdelibs5. kdebase-runtime depends on them anyway.
239      * Add strict dependency of kdelibs-bin on kdelibs5 and use a more obvious
240        way to remove the dependency on kdebase-runtime. shlibs.local is no more
241        needed now.
242    
243      +++ Changes by Matthew Rosewarne:
244    
245      * Build-Depend on libgif-dev instead of libungif4-dev.
246    
247      +++ Changes by Modestas Vainius:
248    
249      * New patch 16_postgresql_include_path_fix.diff, which adds PostgreSQL
250        include paths used on Debian to FindPostgreSQL cmake module.
251    
252      +++ Changes by Ana Beatriz Guerrero Lopez:
253    
254      * Drop patches pulled from KDE's SVN, now part of the release
255        - 01_make_stackingOrder_work_r769072.diff
256        - 02_re-register_global_shortcuts_r769363.diff
257      * Update installed files.
258      * Update UPSTREAMVERSION in debian/rules.
259    
260     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 04 Mar 2008 12:52:59 +0100
261    
262    kde4libs (4:4.0.1-1) unstable; urgency=low
263    
264      * New upstream release.
265    
266      +++ Changes by Matthew Rosewarne:
267    
268      * Make dependencies binNMU-friendly.
269      * Bump Soprano minimum version to 2.0.0.
270      * Remove redundant Depends: shared-mime-info from kdelibs5-dev.
271      * Add Suggests: kdelibs5-doc to kdelibs5-dev.
272    
273      +++ Changes by Armin Berres:
274    
275      * Update 10_kdehome_kde4 patch. Set kde home directory to ~/.kde4
276        where ~/.kde was used. Thanks to Jonathan Riddell and Suse people.
277      * Update installed files.
278      * Drop no more needed patch 16_arm_fixes.diff.
279    
280      +++ Changes by Fathi Boudra:
281    
282      * Make kdelibs5-dev installable on GNU/kFreeBSD. Thanks to Aurelien Jarno.
283        (Closes: #462338)
284      * Add dbus-x11 dependency to kdelibs5. Thanks to Chris Desjardins.
285      * Add Vcs-Browser and Vcs-Svn fields.
286      * Cherry pick from branches/KDE/4.0:
287    
288        + 02_re-register_global_shortcuts_r769363:
289          Re-register global shortcuts if kded4 is restarted.
290    
291      +++ Changes by Adeodato Simó:
292    
293      * Cherry pick from /branches/KDE/4.0:
294    
295        + 01_make_stackingOrder_work_r769072: fix KWindowSystem::stackingOrder() to
296          actually return a non-empty list with the list of windows.
297    
298      +++ Changes by Ana Beatriz Guerrero Lopez:
299    
300      * Update to debhelper 6.
301      * Add versioned b-d on cdbs (>= 0.4.51) to get debhelper 6 support and fixed
302        cmake.mk class.
303    
304     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 04 Feb 2008 09:59:44 +0100
305    
306    kde4libs (4:4.0.0-2) unstable; urgency=low
307    
308      +++ Changes by Fathi Boudra:
309    
310      * Update arm patch. Avoid conversion to float. Thanks to Pino Toscano.
311      * Move hal and pmount Recommends to kdebase-runtime-bin-kde4 package.
312      * Rename kdelibs-dbg to kdelibs5-dbg.
313        Conflicts/Replaces against kdelibs-dbg >= 4:3.91.0-1 and << 4:4.0.0-2
314    
315      +++ Changes by Armin Berres:
316    
317      * Add ${shlibs:Depends} dependency to kdelibs5-dev.
318    
319     -- Fathi Boudra <fabo@debian.org>  Sun, 13 Jan 2008 00:39:59 +0100
320    
321    kde4libs (4:4.0.0-1) experimental; urgency=low
322    
323      * New upstream release. KDE 4.0.0 yay!
324    
325      +++ Changes by Armin Berres:
326    
327      * Add patch to disable debug information by default. They can be enabled
328        with kdebugdialog.
329      * Add patch to build no special debug code, but release code, and remove
330        all hardcoded optimization and debug compiler flags. Use $(CXXFLAGS) and
331        $(CFLAGS) instead.
332    
333      +++ Changes by Ana Beatriz Guerrero Lopez:
334    
335      * Update patch 15_kfreebsd_support to build in kfreebsd after latest changes
336        in ConfigureChecks.cmake.
337      * Update lintian overrides.
338      * Add patch to fix make it build in arm and hopefully armel. Thanks Aurel.
339        (Closes: #459515)
340    
341      +++ Changes by Matthew Rosewarne:
342    
343      * Add Homepage: to control.
344      * Tweak package descriptions.
345      * Replace dependency on xbase-clients with xauth.
346      * Replace source:Version with binary:Version.
347    
348     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 09 Jan 2008 06:19:10 +0100
349    
350    kde4libs (4:3.98.0~svn755919-1) experimental; urgency=low
351    
352      * New svn snapshot release to revision 755919.
353    
354      +++ Changes by Fathi Boudra:
355    
356      * Build-dep on soprano >= 1.99~rc2-1. (Closes: #458334)
357      * Split kdelibs5-dev and kdelibs. Move Phonon in his own packages.
358    
359      +++ Changes by Ana Beatriz Guerrero Lopez:
360    
361      * Fix offsets in 15_kfreebsd_support patch.
362      * Update years in debian/copyright. Happy new year!
363    
364     -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 02 Jan 2008 14:08:10 +0100
365    
366    kde4libs (4:3.98.0~svn753247-1) experimental; urgency=low
367    
368      * Svn snapshot of revision 753247.
369      * Remove extra LDFLAGS. Included via CDBS now.
370      * Update patches.
371      * Update installed files.
372      * Force runtime dependency on kdebase-runtime instead of the removed
373        kdebase-runtime-bin.
374    
375     -- Armin Berres <trigger+debian@space-based.de>  Thu, 27 Dec 2007 16:11:13 +0100
376    
377  kde4libs (4:3.97.0-2) experimental; urgency=low  kde4libs (4:3.97.0-2) experimental; urgency=low
378    
379    * The "Pizza with Champagne" release.    * The "Pizza with Champagne" release.
# Line 17  kde4libs (4:3.97.0-1) experimental; urge Line 393  kde4libs (4:3.97.0-1) experimental; urge
393    
394    * New upstream release.    * New upstream release.
395    * Update *.install files.    * Update *.install files.
396    * Update Standards-Version to 3.7.2.    * Update Standards-Version to 3.7.3.
397    * Remove README.Debian, packages are stable now.    * Remove README.Debian, packages are stable now.
398    * Update package descriptions, remove referencies to beta status.    * Update package descriptions, remove references to beta status.
399    * Add export LDFLAGS+="-Wl,--as-needed" in rules to make dpkg-shlibdeps    * Add export LDFLAGS+="-Wl,--as-needed" in rules to make dpkg-shlibdeps
400      happier.      happier.
401    * Do not build depend on libasound2-dev and libkeyutils-dev in the archs    * Do not build depend on libasound2-dev and libkeyutils-dev in the archs

Legend:
Removed from v.8242  
changed lines
  Added in v.10908

  ViewVC Help
Powered by ViewVC 1.1.5