source: pkg/viola/main/poppler/trunk/debian/changelog @ 4135

Revision 4135, 19.7 KB checked in by alanbach-guest, 5 years ago (diff)
  • Sync'd with Debian 0.8.5-1
Line 
1poppler (0.8.5-parsix1) unstable; urgency=low
2
3  * Sync'd with Debian 0.8.5-1
4
5 -- Alan Baghumian <alan@technotux.org>  Fri, 01 Aug 2008 23:16:15 +0200
6
7poppler (0.8.5-1) unstable; urgency=low
8
9  * New upstream release; no API changes, misc fixes.
10
11 -- Loic Minier <lool@dooz.org>  Wed, 30 Jul 2008 14:52:42 +0200
12
13poppler (0.8.4-1) unstable; urgency=low
14
15  * New upstream release; no API change.
16    - Fixes crash when reloading PDFs; GNOME #536482; closes: 484160.
17
18 -- Loic Minier <lool@dooz.org>  Mon, 30 Jun 2008 10:44:16 +0200
19
20poppler (0.8.3-1) unstable; urgency=low
21
22  * New upstream release. Closes: #487214.
23    + Fix crasher with some PDF files. Closes: #484224.
24
25 -- Josselin Mouette <joss@debian.org>  Wed, 25 Jun 2008 16:40:39 +0200
26
27poppler (0.8.2-2) unstable; urgency=low
28
29  * Upload to unstable.
30  * Set myself as Maintainer instead of Uploader, taking over from Ondřej SurÜ
31    but I wish we move to an official team; closes: #481323.
32
33 -- Loic Minier <lool@dooz.org>  Thu, 15 May 2008 12:33:18 +0200
34
35poppler (0.8.2-1) experimental; urgency=low
36
37  * New upstream releases.
38    - Drop patch 006_pthreads_ldflags, upstream now calls ACX_PTHREAD() in
39      configure.ac which does the right thing.
40    - Drop patch 102_embedded-font-fixes, merged upstream.
41
42 -- Loic Minier <lool@dooz.org>  Sun, 11 May 2008 01:02:22 +0200
43
44poppler (0.8.0-1) experimental; urgency=low
45
46  * Bump libcairo2-dev build-dep and dep to >= 1.4; thanks
47    Marc 'HE' Brockschmidt.
48  * New upstream stable release, with ABI and API changes; closes: #476323.
49    - Rename libpoppler2 to libpoppler3, libpoppler-glib2 to libpoppler-glib3,
50      and libpoppler-qt4-2 to libpoppler-qt4-3; NB: libpoppler-qt2 not
51      renamed; update control, DEB_DH_MAKESHLIBS_ARGS_* in rules, rename
52      install files.
53    - Drop shlib version except for libpoppler-qt2.
54    - Update patch 006_pthreads_ldflags for the version-info changes in
55      poppler/Makefile.am.
56    - Force usage of qt4's moc via a PATH setting; export PATH.
57  * Let libpoppler-glib-dev depend on libglib2.0-dev >= 2.6 for consistency
58    with build-deps.
59  * New patch, 102_embedded-font-fixes; protects the methods of the Object
60    class to be more robust and prevent things like CVE-2008-1693; see also
61    FreeDesktop/Poppler #11392; taken from the Ubuntu package;
62    closes: #476842.
63  * Add a poppler-dbg package; closes: #408403.
64    - Bump up cdbs build-dep to >= 0.4.51 for -dbg handling fixes.
65    - Add poppler-dbg to control.
66
67 -- Loic Minier <lool@dooz.org>  Mon, 17 Mar 2008 21:00:13 +0100
68
69poppler (0.6.4-1) unstable; urgency=medium
70
71  * Add ${shlibs:Depends} to libpoppler-glib-dev, libpoppler-dev,
72    libpoppler-qt-dev, libpoppler-qt4-dev.
73  * Add ${misc:Depends}.
74  * Cleanups.
75  * New upstream releases; no API change; bug fixes; closes: #459342.
76  * Fix copyright information to use version 2 of the GPL (instead of version 2
77    or later); thanks Timo Jyrinki for the patch; closes: #453865.
78  * Urgency medium for RC bug fix.
79  * List pdftohtml in poppler-utils' description; closes: #464439.
80  * Drop libpoppler-qt-dev dependency from libpoppler-qt4-dev; thanks
81    Pino Toscano; closes: #459922.
82  * Bump up Standards-Version to 3.7.3.
83
84 -- Loic Minier <lool@dooz.org>  Fri, 18 Jan 2008 13:35:06 +0100
85
86poppler (0.6.2-1) unstable; urgency=low
87
88  * New upstream version. (Closes: #447992)
89  * Dependency on xpdfrc was removed on 2007-02-25 (Closes: #347789, #440936)
90  * Changes since 0.6.1:
91    - Fix CVE-2007-4352, CVE-2007-5392 and CVE-2007-5393 (Closes: #450628)
92    - Fix a crash on documents with wrong CCITTFaxStream
93    - Fix a crash in the Cairo renderer with invalid embedded fonts
94    - Fix a crash with invalid TrueType fonts
95    - Check if font is inside the clip area before rendering
96      it to a temporary bitmap in the Splash renderer. Fixes crashes on
97      incorrect documents
98    - Do not use exit(1) on DCTStream errors
99    - Detect form fields at any depth level
100    - Do not generate appearance stream for radio buttons that are not active
101
102 -- Ondřej SurÜ <ondrej@debian.org>  Wed, 14 Nov 2007 11:20:07 +0100
103
104poppler (0.6.1-2) unstable; urgency=low
105
106  * Upload to unstable.
107
108 -- Ondřej SurÜ <ondrej@debian.org>  Tue, 06 Nov 2007 09:07:10 +0100
109
110poppler (0.6.1-1) experimental; urgency=low
111
112  * New upstream version.
113  * Changes since 0.6.0:
114    - poppler core:
115      + Fix printing with different x and y scale
116      + Fix crash when Form Fields array contains references to non
117        existent objects
118      + Fix crash in CairoOutputDev::drawMaskedImage()
119      + Fix embedded file description not working on some cases
120    - Qt4 frontend:
121      + Fix printing issue
122      + Avoid double free
123      + Fix memory leak when dealing with embedded files
124    - glib frontend:
125      + Fix build with --disable-cairo-output
126      + Do not return unknown field type for signature form fields
127    - build system:
128      + Support automake-1.10
129      + More compatible sh code in qt.m4
130    - utils:
131      + Fix build on Sun Studio compiler
132
133 -- Ondřej SurÜ <ondrej@debian.org>  Thu, 25 Oct 2007 11:33:04 +0200
134
135poppler (0.6-1) experimental; urgency=low
136
137  * New upstream release. (Closes: #429700)
138    - merged changes from Ubuntu, courtesy of Sebastien Bacher <seb128@canonical.com>
139    - Fix security issue MOAB-06-01-2007
140    - Fix security issue CVE-2007-3387
141    - Fix security issue CVE-2007-5049 (Closes: #443903)
142  * debian/watch:
143    - update (Closes: #441012)
144  * debian/control, debian/libpoppler2.install, debian/libpoppler-glib2.install,
145    debian/libpoppler-qt2.install, debian/libpoppler-qt4-2.install,
146    debian/rules:
147    - updated for soname change
148  * debian/libpoppler-glib-dev.install:
149    - install new test-poppler-glib
150  * debian/patches/002_CVE-2006-0301.patch:
151    - dropped, deprecated by the upstream changes
152  * debian/patches/003_glib-2.0-configure.patch:
153  * debian/patches/004_CVE-2007-0104.patch:
154  * debian/patches/005_fix_inverted_text_from_bug_8944.patch:
155    - dropped, fixed with the new version
156  * debian/patches/006_pthreads_ldflags.patch:
157    - updated
158
159 -- Ondřej SurÜ <ondrej@debian.org>  Thu, 27 Sep 2007 09:03:33 +0200
160
161poppler (0.5.4-6) unstable; urgency=low
162
163  * Conflict with old library names from experimental.  (Closes: #426023)
164
165 -- Ondřej SurÜ <ondrej@debian.org>  Wed, 30 May 2007 08:42:32 +0200
166
167poppler (0.5.4-5) unstable; urgency=low
168
169  * Add missing poppler/poppler-link-qt3.h header to libpoppler-qt-dev; thanks
170    Sune Vuorela; closes: #425486.
171  * Let libpoppler-qt4-dev depend on libpoppler-qt-dev since some of its
172    headers require poppler-page-transition.h which is clearly from the Qt
173    bindings; thanks Sune Vuorela; closes: #425540.
174  * Wrap build-deps and deps.
175  * Drop useless debian/*.dirs.
176  * Misc cleanups.
177  * Build-dep on autotools-dev and drop bogus lintian overrides.
178
179 -- Loic Minier <lool@dooz.org>  Thu, 24 May 2007 23:09:23 +0200
180
181poppler (0.5.4-4) unstable; urgency=low
182
183  * The "Augean Stables" release.
184  * 0.5.x branch fixes all kind of displaying errors
185    Closes: #372169, #235360, #331380, #332426, #336616
186    Closes: #402647, #369164, #413953, #343654
187  * Add versioned conflict to pdftohtml (Closes: #393169)
188  * We dropped .la files some time ago, libjpeg62-dev dependency not
189    needed now (Closes: #413112)
190  * Crash fixed in 0.5.4 (Closes: #418638)
191  * [control.in]: dropped some time ago (Closes: #407818)
192  * NMU 0.5.4-5.1 merged as 004_CVE-2007-0104.patch (Closes: #407810)
193  * 0.5.x uploaded to unstable (Closes: #352522)
194  * qt4 libraries are now part of build (Closes: #414643)
195  * No longer depends on poppler-data (Closes: #389753)
196  * [debian/patches/006_pthreads_ldflags.patch]:
197    + Add -lpthread to poppler/Makefile.am (Closes: #399275)
198
199 -- Ondřej SurÜ <ondrej@debian.org>  Wed, 16 May 2007 10:45:39 +0200
200
201poppler (0.5.4-3) unstable; urgency=low
202
203  * Upload to unstable.
204  * Enable Cairo output again.
205  * Enable gtk-doc build.
206  * Add lintian override for outdated-autotools-helper-files (we use CDBS).
207  * Change shared library packages names according to Library Packaging Guide.
208  * Change ${Source-Version} to ${binary:Version} to allow binNMU
209  * Drop (= ${Source-Version}) dependency in glib, qt3, qt4 libraries; we are
210    adding that from debian/rules
211  * Merge changes from Ubuntu:
212    + Enable Qt4 library build (but change name to libpoppler-qt4-1).
213    + [debian/patches/004_CVE-2007-0104.patch]:
214      - Limit recursion depth of the parsing tree to 100 to avoid infinite loop
215        with crafted documents.
216      - Patch taken from koffice security update (which has a copy of xpdf
217        sources).
218    + [debian/patches/005_fix_inverted_text_from_bug_8944.patch]:
219      - fixes "text is inverted in some PDFs"
220
221 -- Ondřej SurÜ <ondrej@debian.org>  Wed, 16 May 2007 08:26:47 +0200
222
223poppler (0.5.4-2) experimental; urgency=low
224
225  * [debian/control]: poppler-data is non-free, do not depend on it (Closes: #389753)
226
227 -- Ondřej SurÜ <ondrej@debian.org>  Mon,  2 Oct 2006 14:41:58 +0200
228
229poppler (0.5.4-1) experimental; urgency=low
230
231  * New upstrem release.
232  * [debian/control.in]: remove file and add all pkg-freedesktop people
233    to Uploaders: field
234  * [debian/control]: Add dependency on poppler-data package.
235  * [debian/patches/03_glib-2.0-configure.patch]: fix broken configure.ac
236
237 -- Ondřej SurÜ <ondrej@debian.org>  Fri, 22 Sep 2006 16:49:17 +0200
238
239poppler (0.5.3-1) experimental; urgency=low
240
241  * New upstream release.
242  * debian/lib{poppler,poppler-glib,poppler-qt}-dev.install:
243    Stop shipping /usr/lib/*.la in libpoppler*-dev.
244
245 -- Ondřej SurÜ <ondrej@debian.org>  Wed, 31 May 2006 17:19:34 +0200
246
247poppler (0.5.2-1) experimental; urgency=low
248
249  * New upstream release.
250  * Remove patches adopted upstream:
251    debian/patches/000_incorrect_define_fix.patch
252    debian/patches/000_splash_build_fix.patch
253
254 -- Ondřej SurÜ <ondrej@debian.org>  Tue, 23 May 2006 20:21:30 +0200
255
256poppler (0.5.1-1) experimental; urgency=low
257
258  * Merge back changes from Ubuntu.
259  * Upload to experimental (Closes: 352522)
260
261 -- Ondřej SurÜ <ondrej@debian.org>  Tue, 18 Apr 2006 15:08:26 +0200
262
263poppler (0.5.1-0ubuntu6) dapper; urgency=low
264
265  * Install poppler-page-transition into libpoppler-qt-dev (not
266    libpoppler-dev), since it comes from the Qt bindings. Closes: LP#32179
267
268 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 10 Apr 2006 12:20:46 +0200
269
270poppler (0.5.1-0ubuntu5) dapper; urgency=low
271
272  * debian/patches/000_incorrect_define_fix.patch:
273    - patch from the CVS, fix an incorrect boxes rendering (Ubuntu: #33239)
274
275 -- Sebastien Bacher <seb128@canonical.com>  Thu, 23 Mar 2006 12:33:17 +0100
276
277poppler (0.5.1-0ubuntu4) dapper; urgency=low
278
279  * debian/control.in: libpoppler-dev needs to depend on libfontconfig1-dev,
280    because we directly include <fontconfig/fontconfig.h> in GlobalParams.h
281
282 -- Adam Conrad <adconrad@ubuntu.com>  Thu, 16 Mar 2006 11:23:00 +1100
283
284poppler (0.5.1-0ubuntu3) dapper; urgency=low
285
286  * debian/control.in: Have poppler-utils Replace: xpdf-reader, since both
287    contain pdftoppm.1.gz.
288
289 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 13 Mar 2006 09:10:12 +0100
290
291poppler (0.5.1-0ubuntu2) dapper; urgency=low
292
293  * debian/control.in:
294    - fix the libpoppler1 package description
295
296 -- Sebastien Bacher <seb128@canonical.com>  Thu,  9 Mar 2006 09:43:15 +0000
297
298poppler (0.5.1-0ubuntu1) dapper; urgency=low
299
300  * New upstream version:
301    - Support for embedded files.
302    - Handle 0-width lines correctly.
303    - Avoid external file use when opening fonts.
304    - Only use vector fonts returned from fontconfig (#5758).
305    - Fix scaled 1x1 pixmaps use for drawing lines (#3387).
306    - drawSoftMaskedImage support in cairo backend.
307    - Misc bug fixes: #5922, #5946, #5749, #5952, #4030, #5420.
308  * debian/control.in, debian/libpoppler0c2.dirs,
309    debian/libpoppler0c2-glib.dirs, debian/libpoppler0c2-glib.install,
310    debian/libpoppler0c2.install, debian/libpoppler0c2-qt.dirs,
311    debian/libpoppler0c2-qt.install, debian/rules:
312    - updated for the soname change
313  * debian/patches/000_splash_build_fix.patch:
314    - fix build when using splash
315  * debian/patches/001_fixes_for_fonts_selection.patch:
316    - fix with the new version
317
318 -- Sebastien Bacher <seb128@canonical.com>  Mon,  6 Mar 2006 18:42:44 +0000
319
320poppler (0.5.0-0ubuntu5) dapper; urgency=low
321
322  * debian/control.in, debian/rules:
323    - build without libcairo
324
325 -- Sebastien Bacher <seb128@canonical.com>  Sun, 26 Feb 2006 20:05:10 +0100
326
327poppler (0.5.0-0ubuntu4) dapper; urgency=low
328
329  * debian/patches/001_fixes_for_fonts_selection.patch:
330    - change from the CVS, fix some renderings issues and fonts selection
331
332 -- Sebastien Bacher <seb128@canonical.com>  Tue,  7 Feb 2006 13:38:04 +0100
333
334poppler (0.5.0-0ubuntu3) dapper; urgency=low
335
336  * SECURITY UPDATE: Buffer overflow.
337  * Add debian/patches/002_CVE-2006-0301.patch:
338    - splash/Splash.cc, Splash::drawPixel(), Splash::drawSpan(),
339      Splash::xorSpan(): Check coordinates for integer overflow.
340  * CVE-2006-0301
341
342 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri,  3 Feb 2006 18:13:30 +0000
343
344poppler (0.5.0-0ubuntu2) dapper; urgency=low
345
346  * debian/rules: Bump shlibs version to 0.5.0.
347
348 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 20 Jan 2006 16:56:40 +0100
349
350poppler (0.5.0-0ubuntu1) dapper; urgency=low
351
352  * New upstream release 0.5.0, required for new evince 0.5.
353  * Merge with Debian.
354  * Remove patches adopted upstream:
355    - debian/patches/000_add-poppler-utils.patch
356    - debian/patches/002-selection-crash-bug.patch
357  * debian/libpoppler-dev.install:
358    - Install poppler-page-transition.h.
359    - Do not install poppler-config.h, it doesn't exist any more.
360    - Upstream doesn't install legacy xpdf includes any more, fix path to
361      install them into libpoppler-dev.
362  * Add debian/patches/001_jpxstream_int_crash.patch:
363    - poppler/JPXStream.h: Fix declaration of cbW to be signed.
364      JPXStream.cc, readCodeBlockData() negates the value, which results in an
365      invalid value on 64 bit platforms if using unsigned types.
366    - Thanks to Vladimir Nadvornik for pointing at this.
367
368 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 19 Jan 2006 23:49:52 +0100
369
370poppler (0.4.4-1) unstable; urgency=high
371
372  * New upstream security release
373    - fixes CVE-2005-3624, CVE-2005-3625, CVE-2005-3627
374  * Remove debian/patches/003-CVE-2005-3624_5_7.patch:
375    - Merged upstream
376  * Remove debian/patches/004-fix-CVE-2005-3192.patch:
377    - Merged upstream
378  * Remove debian/patches/001-relibtoolize.patch
379    - Upstream uses recent libtool
380
381 -- Ondřej SurÜ <ondrej@debian.org>  Thu, 12 Jan 2006 20:40:27 +0100
382
383poppler (0.4.3-3) unstable; urgency=low
384
385  * Fix missing libcairo2-dev dependency (Closes: #346277)
386
387 -- Ondřej SurÜ <ondrej@debian.org>  Fri,  6 Jan 2006 21:37:10 +0100
388
389poppler (0.4.3-2) unstable; urgency=high
390
391  [ Martin Pitt ]
392  * SECURITY UPDATE: Multiple integer/buffer overflows.
393  * Add debian/patches/003-CVE-2005-3624_5_7.patch:
394    - poppler/Stream.cc, CCITTFaxStream::CCITTFaxStream():
395      + Check columns for negative or large values.
396      + CVE-2005-3624
397    - poppler/Stream.cc, numComps checks introduced in CVE-2005-3191 patch:
398      + Reset numComps to 0 since it's a global variable that is used later.
399      + CVE-2005-3627
400    - poppler/Stream.cc, DCTStream::readHuffmanTables():
401      + Fix out of bounds array access in Huffman tables.
402      + CVE-2005-3627
403    - poppler/Stream.cc, DCTStream::readMarker():
404      + Check for EOF in while loop to prevent endless loops.
405      + CVE-2005-3625
406    - poppler/JBIG2Stream.cc, JBIG2Bitmap::JBIG2Bitmap(),
407      JBIG2Bitmap::expand(), JBIG2Stream::readHalftoneRegionSeg():
408      + Check user supplied width and height against invalid values.
409      + Allocate one extra byte to prevent out of bounds access in combine().
410  * Add debian/patches/004-fix-CVE-2005-3192.patch:
411    - Fix nVals int overflow check in StreamPredictor::StreamPredictor().
412    - Forwarded upstream to https://bugs.freedesktop.org/show_bug.cgi?id=5514.
413
414  [ Ondřej SurÜ ]
415  * Merge changes from Ubuntu (Closes: #346076).
416  * Enable Cairo output again.
417
418 -- Ondřej SurÜ <ondrej@debian.org>  Thu,  5 Jan 2006 14:54:44 +0100
419
420poppler (0.4.3-1) unstable; urgency=high
421
422  * New upstream release.
423  * New maintainer (Closes: #344738)
424  * CVE-2005-3191 and CAN-2005-2097 fixes merged upstream.
425  * Fixed some rendering bugs and disabled Cairo output
426    (Closes: #314556, #322964, #328211)
427  * Acknowledge NMU (Closes: #342288)
428  * Add 001-selection-crash-bug.patch (Closes: #330544)
429  * Add poppler-utils (merge patch from Ubuntu)
430
431 -- Ondřej SurÜ <ondrej@sury.org>  Fri, 30 Dec 2005 11:34:07 +0100
432
433poppler (0.4.2-1.1) unstable; urgency=high
434
435  * SECURITY UPDATE: Multiple integer/buffer overflows.
436
437  * NMU to fix RC security bug (closes: #342288)
438  * Add debian/patches/04_CVE-2005-3191_2_3.patch taken from Ubuntu,
439    thanks to Martin Pitt:
440  * poppler/Stream.cc, DCTStream::readBaselineSOF(),
441    DCTStream::readProgressiveSOF(), DCTStream::readScanInfo():
442    - Check numComps for invalid values.
443    - http://www.idefense.com/application/poi/display?id=342&type=vulnerabilities
444    - CVE-2005-3191
445  * poppler/Stream.cc, StreamPredictor::StreamPredictor():
446    - Check rowBytes for invalid values.
447    - http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities
448    - CVE-2005-3192
449   * poppler/JPXStream.cc, JPXStream::readCodestream():
450     - Check img.nXTiles * img.nYTiles for integer overflow.
451     - http://www.idefense.com/application/poi/display?id=345&type=vulnerabilities
452     - CVE-2005-3193
453
454 -- Frank KÃŒster <frank@debian.org>  Fri, 23 Dec 2005 16:36:30 +0100
455
456poppler (0.4.2-1) unstable; urgency=low
457
458  * GNOME Team upload.
459  * New upstream version.
460  * debian/control.in:
461    - updated the Build-Depends on libqt (Closes: #326130).
462  * debian/rules:
463    - updated the shlibs.
464
465 -- Sebastien Bacher <seb128@debian.org>  Wed,  7 Sep 2005 12:41:48 +0200
466
467poppler (0.4.0-1) unstable; urgency=low
468
469  * GNOME Team Upload.
470  * Rebuild for the CPP transition.
471  * New upstream version (Closes: #311133):
472    - fix some crashers (Closes: #315590, #312261, #309410).
473    - fix some rendering defaults (Closes: #314441, #315383, #309697, #308785).
474  * debian/control.in, debian/rules:
475    - build with the current cairo version (Closes: #321368, #318293).
476    - update for the renamed the packages.
477  * debian/patches/01_CAN-2005-2097.patch:
478    - Patch from Ubuntu, thanks Martin Pitt.
479    - Check sanity of the TrueType "loca" table. Specially crafted broken
480      tables caused disk space exhaustion due to very large generated glyph
481      descriptions when attempting to fix the table.
482    - Upstream patch scheduled for xpdf 3.01.
483    - CAN-2005-2097
484  * debian/watch:
485    - fixed, patch by Jerome Warnier <jwarnier@beeznest.net> (Closes: #310996).
486
487 -- Sebastien Bacher <seb128@debian.org>  Wed, 17 Aug 2005 21:54:07 +0200
488
489poppler (0.3.1-1) unstable; urgency=low
490
491  * New upstream release
492  * Upstream fixed the Qt build bug, so now I can enable Qt
493    build. (Closes:#307340) It leads two new binary packages
494    libpoppler0-qt and libpoppler-qt-dev.
495  * Excluded DEB_CONFIGURE_SYSCONFDIR setting, which is obsolete by the
496    upstream removal of xpdfrc config.
497
498 -- Changwoo Ryu <cwryu@debian.org>  Wed,  4 May 2005 00:19:35 +0900
499
500poppler (0.3.0-2) unstable; urgency=high
501
502  * Added shlib version info for libpoppler0-glib.
503  * Corrected dependencies of libpoppler0-glib and libpoppler-glib-dev.
504    (Closes: #306897)
505  * Build-Depends on libgtk2.0-dev for -glib packages. (Closes: #306885)
506  * Corrected descriptions of -glib packages.
507
508 -- Changwoo Ryu <cwryu@debian.org>  Thu, 28 Apr 2005 02:41:25 +0900
509
510poppler (0.3.0-1) unstable; urgency=low
511
512  * New upstream release (Closes: #306573)
513  * Added new binary packages libpoppler0-glib and libpoppler-glib-dev,
514    which are GLib-based interfaces.  Qt interface build is termporarily
515    disabled, because of an upstream FTBFS.
516
517 -- Changwoo Ryu <cwryu@debian.org>  Thu, 28 Apr 2005 02:07:23 +0900
518
519poppler (0.1.2-1) unstable; urgency=low
520
521  * Initial Release (Closes: #299518)
522
523 -- Changwoo Ryu <cwryu@debian.org>  Tue, 15 Mar 2005 02:08:00 +0900
Note: See TracBrowser for help on using the repository browser.