1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681
|
imlib2 (1.7.1-2+deb11u1) bullseye; urgency=medium
* Fix CVE-2024-25447 and CVE-2024-25448 and CVE-2024-25450.
A heap-buffer overflow vulnerability was discovered in imlib2 when using
the tgaflip function in loader_tga.c
-- Markus Koschany <apo@debian.org> Sat, 06 Apr 2024 22:40:50 +0200
imlib2 (1.7.1-2) unstable; urgency=medium
* Drop obsolete libltdl3-dev dependency.
Thanks to Helmut Grohne for the patch. (Closes: #980829)
-- Markus Koschany <apo@debian.org> Sat, 23 Jan 2021 22:00:25 +0100
imlib2 (1.7.1-1) unstable; urgency=medium
* New upstream version 1.7.1.
* Drop declare-l-in-loader_argb.c.patch. Fixed upstream.
-- Markus Koschany <apo@debian.org> Sun, 13 Dec 2020 18:41:51 +0100
imlib2 (1.7.0-2) unstable; urgency=medium
* Declare compliance with Debian Policy 4.5.1.
* Fix FTBFS on BIG ENDIAN architectures. (Closes: #973353)
-- Markus Koschany <apo@debian.org> Sat, 05 Dec 2020 16:23:34 +0100
imlib2 (1.7.0-1) unstable; urgency=medium
* New upstream version 1.7.0.
* Drop CVE-2020-12761.patch. Fixed upstream.
-- Markus Koschany <apo@debian.org> Sat, 29 Aug 2020 15:54:35 +0200
imlib2 (1.6.1-2) unstable; urgency=medium
* Declare compliance with Debian Policy 4.5.0.
* Switch to debhelper-compat = 13.
* Fix CVE-2020-12761.
Integer overflow when an ICO file contains many colors in its color map.
Thanks to Salvatore Bonaccorso for the report and Tobias Stoeckmann for the
patch. (Closes: #960192)
-- Markus Koschany <apo@debian.org> Tue, 12 May 2020 01:14:46 +0200
imlib2 (1.6.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/watch: Use https protocol
[ Markus Koschany ]
* New upstream version 1.6.1.
- Add support for the webp format. (Closes: #820467)
* Switch to debhelper-compat = 12.
* Declare compliance with Debian Policy 4.4.1.
* Remove get-orig-source target
* Update libimlib2.symbols file for new release.
* Install new imlib2 binary files into libimlib2-dev.
-- Markus Koschany <apo@debian.org> Mon, 16 Dec 2019 22:45:00 +0100
imlib2 (1.5.1-1) unstable; urgency=medium
[ Alexander Volkov ]
* Add build dependencies to enable SHM FD-passing.
[ Markus Koschany ]
* New upstream version 1.5.1.
* Drop bug-406371.patch, bug-773968.patch, bug-868151.patch and
FTBFS_X11_SHM_FD.patch. Applied upstream.
-- Markus Koschany <apo@debian.org> Thu, 22 Mar 2018 12:56:21 +0100
imlib2 (1.5.0-2) unstable; urgency=medium
* Add bug-406371.patch and fix incorrect handling of ASCII PNM files.
Thanks to Aravind Sundaresan for the report and Kim Woelders for the patch.
(Closes: #406371)
-- Markus Koschany <apo@debian.org> Tue, 13 Mar 2018 19:40:09 +0100
imlib2 (1.5.0-1) unstable; urgency=medium
* New upstream version 1.5.0.
* Move the repository to salsa.debian.org.
* Drop bug-868177-invalid-free.patch. Applied upstream.
* Add FTBFS_X11_SHM_FD.patch and fix FTBFS when HAVE_X11_SHM_FD is not
defined.
* Add bug-868151.patch. Fix potential use of uninitialized value. Thanks to
Jakub Wilk for the report and Kim Woelders for the patch. (Closes: #868151)
* Update debian/libimlib2.symbols for new release.
* Add bug-773968.patch and fix infinite loop with invalid bmp images. Thanks
to Jussi Judin for the report and Kim Woelders for the patch.
(Closes: #773968)
-- Markus Koschany <apo@debian.org> Wed, 07 Mar 2018 18:29:16 +0100
imlib2 (1.4.10-1) unstable; urgency=medium
* New upstream version 1.4.10.
- Drop 02_fix-gif-with-no-cmap.patch. Fixed upstream.
- Drop 03_CVE-2011-5326.patch. Fixed upstream.
- Drop 04_CVE-2016-3993.patch. Fixed upstream.
- Drop 05_CVE-2016-3994.patch. Fixed upstream.
- Drop 06_CVE-2016-4024.patch. Fixed upstream.
- Fixes invalid free in ARGB loader. Also add
bug-868177-invalid-free.patch. Thanks to Jakub Wilk for the report.
(Closes: #868177)
- Fixes XPM loader: out-of-bounds read and PNM loader: heap-based buffer
overflow. Thanks to Jakub Wilk for the report. (Closes: #868310, #868174)
* Update debian/copyright and use copyright format 1.0.
* Add get-orig-source target.
* Repack the tarball and exclude the data directory because it contains fonts
with unknown origin.
* Declare compliance with Debian Policy 4.1.3.
-- Markus Koschany <apo@debian.org> Fri, 12 Jan 2018 21:33:46 +0100
imlib2 (1.4.8-2) unstable; urgency=medium
* New maintainer. Adopt imlib2.
Thanks to Alessandro Ghedini for the past work! (Closes: #876256)
* wrap-and-sort -sa.
* Switch to compat level 11.
* Update debian/watch and detect more file formats.
* Declare compliance with Debian Policy 4.1.2.
* Use canonical VCS address.
* Fix spelling error in imlib2-config.1
* export DEB_BUILD_MAINT_OPTIONS = hardening=+all.
* d/control: Add a homepage field and point to the imlib2 documentation.
-- Markus Koschany <apo@debian.org> Sat, 23 Dec 2017 18:49:10 +0100
imlib2 (1.4.8-1) unstable; urgency=high
* New upstream release
* Fix divide-by-zero on 2x1 ellipse as per CVE-2011-5326 (Closes: #639414)
* Fix off-by-one OOB read as per CVE-2016-3993 (Closes: #819818)
* Fix out-of-bounds read in the GIF loader as per CVE-2016-3994
(Closes: #785369)
* Fix integer overflow as per CVE-2016-4024 (Closes: #821732)
* Refresh patches
* Update symbols file
* Update Vcs links
* Bump Standards-Version to 3.9.8 (no changes needed)
* Fix spelling-error-in-description
-- Alessandro Ghedini <ghedo@debian.org> Sat, 23 Apr 2016 13:39:26 +0100
imlib2 (1.4.7-1) unstable; urgency=medium
* New upstream release
- Fix crash on invalid gif image data (Closes: #773967)
* Mark libimlib2 as Multi-Arch: same.
Thanks to Frédéric Brière for the patch (Closes: #752554)
* Bump Standards-Version to 3.9.6 (no changes needed)
* Drop 03_fix-imlib-config-libraries.patch (merged upstream)
* Refresh patches
* Update symbols file
-- Alessandro Ghedini <ghedo@debian.org> Fri, 17 Apr 2015 22:58:25 +0200
imlib2 (1.4.6-2) unstable; urgency=medium
* Add 03_fix-imlib-config-libraries.patch to fix imlib2-config --libs output
Thanks to Wookey for the patch (Closes: #734425)
-- Alessandro Ghedini <ghedo@debian.org> Tue, 07 Jan 2014 12:02:29 +0100
imlib2 (1.4.6-1) unstable; urgency=medium
* New upstream release
* Bump Standards-Version to 3.9.5 (no changes needed)
* Refresh patches
* Update symbols file
-- Alessandro Ghedini <ghedo@debian.org> Fri, 27 Dec 2013 12:35:13 +0100
imlib2 (1.4.5-4) unstable; urgency=low
* Fix Vcs-Browser field
* Add patch to fix loading gif with no color map (Closes: #697143)
Thanks to Samuel Thibault
-- Alessandro Ghedini <ghedo@debian.org> Wed, 20 Nov 2013 16:24:00 +0100
imlib2 (1.4.5-3) unstable; urgency=low
* New maintainer (Closes: #722197)
* Remove builddir thingy
* Cleanup (Build-)Depends
* Bump debhelper compat level to 9 (Closes: #722781)
* Use dh-autoreconf instead of calling autoreconf manually
* Remove installchangelogs override
* Bump Standards-Version to 3.9.4 (no changes needed)
* Update short/long descriptions (Closes: #642046)
* Add Vcs-* fields
* Remove useless files
* Update *.install files
* Do not duplicate Section
* Add watch file
* Add *.symbols file
* Do not override dh_auto_test
* Add DEP3 headers to patch
* Cleanup *.la cleaning code
-- Alessandro Ghedini <ghedo@debian.org> Sat, 14 Sep 2013 14:52:36 +0200
imlib2 (1.4.5-2) unstable; urgency=low
* Orphaned.
-- Laurence J. Lane <ljlane@debian.org> Sun, 08 Sep 2013 18:47:22 -0400
imlib2 (1.4.5-1) unstable; urgency=low
* New upstream release
* Added harden build flags patch by Moritz Muehlenhoff. Thanks.
Closes: #656512
* Build-depend on libpng-dev for libpng15-transition. Reported
by Nobuhiro Iwamatsu. Thanks. Closes: #662377
* New release builds with libpng 1.5. FTBFS reported by Nobuhiro
Iwamatsu. Thanks. Closes: #635947
-- Laurence J. Lane <ljlane@debian.org> Fri, 27 Apr 2012 13:41:49 -0400
imlib2 (1.4.4-1.1) unstable; urgency=low
* Non-maintainer upload.
* Add build-arch and build-indep targets to BUILD_DIR_TARGETS (closes:
#666318). Thanks to Lucas Nussbaum for the bug report.
-- Jakub Wilk <jwilk@debian.org> Sun, 22 Apr 2012 15:11:07 +0200
imlib2 (1.4.4-1) unstable; urgency=low
* New upstream release
* fixed FTBFS. 1.4.2-8ubuntu1 patch by Matthias Klose. Thanks.
Closes: #554867
* 1.4.2-8ubuntu2 patch by Steve Langasek. Thanks.
+ removed dependency_libs from .la files. Closes: #619689
+ use dh overrides for debian/rules
-- Laurence J. Lane <ljlane@debian.org> Sat, 02 Apr 2011 21:17:51 -0400
imlib2 (1.4.2-8) unstable; urgency=low
* 1.4.2-7 was the wrong upload, sorry
* changed all libjpeg build dependencies to libjpeg-dev
-- Laurence J. Lane <ljlane@debian.org> Sun, 14 Feb 2010 05:29:48 -0500
imlib2 (1.4.2-7) unstable; urgency=low
* reverted to libjpeg62-dev. Closes: #569743
* removed tiff support until conflict with libjpeg62 is resolved
* removed quilt build dependency
-- Laurence J. Lane <ljlane@debian.org> Sat, 13 Feb 2010 19:47:18 -0500
imlib2 (1.4.2-6) unstable; urgency=low
* move to libjpeg8-dev because of conflicts
* switch to dpkg-source 3.0 (quilt) format
-- Laurence J. Lane <ljlane@debian.org> Fri, 12 Feb 2010 19:25:30 -0500
imlib2 (1.4.2-5) unstable; urgency=low
* renamed debian/patches to debian/patch to avoid 3.0-quilt-by-default
bug reports. Closes: #538607
* bumped Standards Version to 3.8.2
-- Laurence J. Lane <ljlane@debian.org> Tue, 28 Jul 2009 09:18:02 -0400
imlib2 (1.4.2-4) unstable; urgency=low
* debian/rules again, force binary* dependency on install target
-- Laurence J. Lane <ljlane@debian.org> Tue, 13 Jan 2009 16:25:23 -0500
imlib2 (1.4.2-3) unstable; urgency=low
* fixed debian/rules build and install stamps. Problem reported by
Alessio Treglia. Thanks. See #511714
-- Laurence J. Lane <ljlane@debian.org> Tue, 13 Jan 2009 15:09:40 -0500
imlib2 (1.4.2-2) unstable; urgency=low
* added debian/builddir.mk support
* added missing changelog entries for 1.4.0-1.1 and 1.4.0-1.2. Thanks
for the NMUs nion and tv.
* added missing security NMU patch from 1.4.0-1.2.
-- Laurence J. Lane <ljlane@debian.org> Mon, 12 Jan 2009 12:28:01 -0500
imlib2 (1.4.2-1) unstable; urgency=low
* New upstream version
* moved from cdbs to debhelper's dh
* added quilt style patch management
-- Laurence J. Lane <ljlane@debian.org> Fri, 02 Jan 2009 21:03:17 -0500
imlib2 (1.4.0-1.2) unstable; urgency=high
* Non-maintainer upload.
* Fix crash in XPM loader. Bug and test case by Julien Danjou, patch by
Peter De Wachter, thanks! Closes: #505714 aka CVE-2008-5187
* Change libungif4-dev to libgif-dev in (Build-)Depends.
* Fix doc-base section to drop Apps/.
-- Thomas Viehmann <tv@beamnet.de> Sat, 22 Nov 2008 10:45:27 +0100
imlib2 (1.4.0-1.1) unstable; urgency=high
* Non-maintainer upload by the Security Team.
* Fix stack-based buffer overflow in pnm and xpm image loader modules
leading to arbitrary code execution (CVE-2008-2426; Closes: #483816).
-- Nico Golde <nion@debian.org> Sat, 31 May 2008 14:14:50 +0200
imlib2 (1.4.0-1) unstable; urgency=low
* New upstream version
* Removed extraneous libs from 'imlib2-config --libs' output. Reported
and fixed by Eric Dorland. Thanks. closes: #452449
-- Laurence J. Lane <ljlane@debian.org> Sat, 24 Nov 2007 13:34:50 -0500
imlib2 (1.3.0.0debian1-4) unstable; urgency=high
* debian/rules: disable amd64 optimzations. closes: #397012
-- Laurence J. Lane <ljlane@debian.org> Wed, 8 Nov 2006 23:19:16 -0500
imlib2 (1.3.0.0debian1-3) unstable; urgency=high
* fixes non-loading of TIFF on amd64. Reported and fixed by
M Joonas Pihlaja. Thanks. Merged upstream. closes: #381177
* fixes alpha handling inconsistency with TIFF. Reported and fixed by
M Joonas Pihlaja. Thanks. Merged upstream. closes: #381213
* fixes segfault when saving TIFF with alpha. Reported and fixed by
M Joonas Pihlaja. Thanks. Merged upstream. closes: #381216 (again)
* fixes multiple buffer overflow vulnerabilites in width and height
checks in src/modules/loaders/*.c. CVE-2006-480[6-9]. Fixed in
upstream CVS. Reported by Stefan Fritsch. Thanks. closes: #397371
* build-depend on debhelper 5
-- Laurence J. Lane <ljlane@debian.org> Mon, 6 Nov 2006 20:42:17 -0500
imlib2 (1.3.0.0debian1-2) unstable; urgency=low
* imlib2.pc.in, removed Requires line, deja vu, Bug#286636
* take two on removing the duplicate Architecture line
-- Laurence J. Lane <ljlane@debian.org> Wed, 25 Oct 2006 21:01:57 -0400
imlib2 (1.3.0.0debian1-1) unstable; urgency=low
* New upstream release
* bumped Standards version to 3.7.2, no changes
* removed unusused data/ dir from upstream tarball. Fixes non-free font
issue reported by Sam Hocevar. Thanks. closes: #393743
* debian/control: removed duplicate "Architecture: any" line reported
by Stefan Huehner. Thanks. closes: #356902
* upstream fix for tiff with alpha segfault, reported by
M Joonas Pihlaja. Thanks. closes: #381216
-- Laurence J. Lane <ljlane@debian.org> Mon, 23 Oct 2006 23:42:43 -0400
imlib2 (1.2.1-2) unstable; urgency=low
* src/lib/rend.c: upstream CVS patch fixes crash in digikam.
Reported by EikeSauer@t-online.de. Thanks. Closes: #318013
-- Laurence J. Lane <ljlane@debian.org> Wed, 24 Aug 2005 19:24:35 -0400
imlib2 (1.2.1-1) unstable; urgency=low
* New upstream release
-- Laurence J. Lane <ljlane@debian.org> Sat, 20 Aug 2005 00:49:55 -0400
imlib2 (1.2.0-2.2) unstable; urgency=high
* Non-maintainer upload.
* High-urgency upload for sarge-targetted RC bugfix.
* Drop the Requires: line from imlib2.pc.in, since there's nothing in
the current code that will populate it with a proper pkg-config
dependency list. Closes: #286636.
-- Steve Langasek <vorlon@debian.org> Fri, 25 Mar 2005 01:37:23 -0800
imlib2 (1.2.0-2.1) unstable; urgency=low
* Non-maintainer upload.
* Rip out upstream's buggy homebrew X detection code, which silently
disables X support (and breaks the library ABI) if it doesn't find X
headers in the right place; now fails out properly unless passing
--without-x to configure. Closes: #295350.
-- Steve Langasek <vorlon@debian.org> Sun, 27 Feb 2005 13:41:05 -0800
imlib2 (1.2.0-2) unstable; urgency=high
* provoke buildds
-- Laurence J. Lane <ljlane@debian.org> Mon, 21 Feb 2005 14:48:17 -0500
imlib2 (1.2.0-1.1) unstable; urgency=high
* Non-maintainer upload.
* High-urgency upload for sarge-targetted RC bugfix
* Fix regression in the linkage of the loader modules which resulted
in undefined symbols, making libimlib2 unusable when being
dlopen()ed by an application; thanks to Don Armstrong for the patch.
Closes: #293815.
-- Steve Langasek <vorlon@debian.org> Sat, 12 Feb 2005 15:19:12 -0800
imlib2 (1.2.0-1) unstable; urgency=low
* New upstream version
-- Laurence J. Lane <ljlane@debian.org> Sat, 29 Jan 2005 11:39:44 -0500
imlib2 (1.1.2-3) unstable; urgency=medium
* added tiff loader patch from Renchi Raju for Bug#285582, reported by
Nick Phillips. Thanks.
-- Laurence J. Lane <ljlane@debian.org> Fri, 7 Jan 2005 22:14:24 -0500
imlib2 (1.1.2-2.1) unstable; urgency=HIGH
* NMU with the following changes taken from the Ubuntu patch by Martin Pitt
Closes: #284925
* SECURITY UPDATE: fix several buffer overflows
* loaders/loader_bmp.c: check for negative image width/height
* loaders/loader_xpm.c:
- check for negative image attributes
- check the length of the "col" buffer to avoid overflowing it
- patch taken from upstream CVS
* References:
CAN-2004-1025
CAN-2004-1026
-- Joey Hess <joeyh@debian.org> Thu, 6 Jan 2005 16:29:53 -0500
imlib2 (1.1.2-2) unstable; urgency=low
* added libltdl3-dev Build-Depend for libimlib2-dev. See Bug#287188,
reported by Kurt Roeckx. Thanks.
* replaced libimlib2-dev's libpng3-dev Build-Depend with libpng12-dev
for libimlib2-dev. See Bug#282743, reported by Tuomas Jormola. Thanks.
-- Laurence J. Lane <ljlane@debian.org> Sun, 26 Dec 2004 22:08:23 -0500
imlib2 (1.1.2-1) unstable; urgency=low
* New upstream release
* debian/control: added libltdl3-dev and libbz2-dev to Build-Depends
* debian/*.install: adjust paths from loaders/ to imlib2_loaders/
-- Laurence J. Lane <ljlane@debian.org> Sun, 28 Nov 2004 14:47:27 -0500
imlib2 (1.1.0-12.4) unstable; urgency=high
* Non-Maintainer Upload.
* Fix remote BMP heap overflow, patch from Martin Pitt. (Closes: #271375)
-- Steinar H. Gunderson <sesse@debian.org> Sun, 19 Sep 2004 00:39:15 +0200
imlib2 (1.1.0-12.3) unstable; urgency=medium
* NMU
* Fix FTBFS introduced by stripping build-depends in last uploads. Use
AC_PATH_X([X11],[X11/Xlib.h],[XrmInitialize()] instead of plain AC_PATH_X
because libX11 is used by the package, while the default for AC_PATH_X
(libXt) is not. (Closes: #263827) (Thanks to J.H.M. Dassen.)
-- Andreas Metzler <ametzler@debian.org> Sat, 7 Aug 2004 09:18:44 +0200
imlib2 (1.1.0-12.2) unstable; urgency=low
* NMU to incorporate Samuel Hocevar's changes.
* src/rgbadraw.c: patch from Andreas Jochens <aj@andaco.de> to fix FTBFS
with GCC 3.4 (closes: #258971).
* doc/index.html: fixed the prototype of imlib_polygon_new()
(closes: #174622).
* debian/control:
+ Standards-version is 3.6.1.1.
+ (Build-)depend on libx11-dev, libxext-dev instead of xlibs-dev.
+ Uncapitalize short description.
-- Josselin Mouette <joss@debian.org> Wed, 4 Aug 2004 15:45:05 +0200
imlib2 (1.1.0-12.1) unstable; urgency=medium
* NMU
* Rebuild against libtiff4 (closes: #262158).
* configure.ac: use AM_MAINTAINER_MODE to avoid build failure.
* run libtoolize -c -f; aclocal-1.7; automake-1.7 -acf; autoheader;
autoconf; rm -rf autom4te.cache.
* debian/rules: clean test, demo and libltdl subdirectories.
-- Josselin Mouette <joss@debian.org> Wed, 4 Aug 2004 13:39:07 +0200
imlib2 (1.1.0-12) unstable; urgency=low
* shooting rubberbands at the arm buildd
-- Laurence J. Lane <ljlane@debian.org> Wed, 17 Mar 2004 19:05:27 -0500
imlib2 (1.1.0-11) unstable; urgency=low
* removed @x_includes@ from imlib2.pc.in. Corrects a problem with
pkgconfig output, reported by Rob Weir. Thanks.
* disavow existence of -9 and -10 uploads
-- Laurence J. Lane <ljlane@debian.org> Sun, 8 Feb 2004 10:58:20 -0500
imlib2 (1.1.0-8) unstable; urgency=low
* Closes: #218433, libimlib2-dev: cannot create dhelp file, reported
by Jan Niehusmann. Thanks.
* removed Depends: libedb1-dev
-- Laurence J. Lane <ljlane@debian.org> Fri, 31 Oct 2003 08:44:23 -0500
imlib2 (1.1.0-7) unstable; urgency=low
* Closes: #218246, libimlib2-dev: Should replaces libimlib2, reported
by Christian Marillat. Thanks.
-- Laurence J. Lane <ljlane@debian.org> Wed, 29 Oct 2003 21:20:03 -0500
imlib2 (1.1.0-6) unstable; urgency=low
* converted to CDBS
* src/Makefile*: added -lm to LDFLAGS
* moved imlib2.pc to the -dev package
* removed debian/compat and debian/docs
* updated to Standards-Version: 3.6.1.0
* removed Build-Depends: libedb1-dev
-- Laurence J. Lane <ljlane@debian.org> Tue, 28 Oct 2003 18:08:29 -0500
imlib2 (1.1.0-5) unstable; urgency=low
* another freetype2-dev to libfreetype6-dev change
-- Laurence J. Lane <ljlane@debian.org> Sat, 20 Sep 2003 09:26:43 -0400
imlib2 (1.1.0-4) unstable; urgency=low
* update configure scripts
-- Laurence J. Lane <ljlane@debian.org> Thu, 11 Sep 2003 19:09:45 -0400
imlib2 (1.1.0-3) unstable; urgency=low
* change freetype build dependency to libfreetype6-dev
-- Laurence J. Lane <ljlane@debian.org> Wed, 10 Sep 2003 10:35:06 -0400
imlib2 (1.1.0-2) unstable; urgency=low
* change -dev to section libdevel
-- Laurence J. Lane <ljlane@debian.org> Wed, 10 Sep 2003 05:58:27 -0400
imlib2 (1.1.0-1) unstable; urgency=low
* New upstream release
* update libimlib2-dev description
* change libpng3-dev dependency to libpng12-dev
* return to non-native packaging
-- Laurence J. Lane <ljlane@debian.org> Tue, 9 Sep 2003 22:22:43 -0400
imlib2 (1.0.6-3) unstable; urgency=low
* added CVS dynamic_filters.c patch, fixes MotionNotify segfault in feh
-- Laurence J. Lane <ljlane@debian.org> Sun, 23 Feb 2003 17:22:10 -0500
imlib2 (1.0.6-2) unstable; urgency=low
* update to libpng3
-- Laurence J. Lane <ljlane@debian.org> Wed, 15 Jan 2003 01:00:51 -0500
imlib2 (1.0.6-1) unstable; urgency=low
* New upstream release
* updated to debhelper 4 and Standards Version 3.5.8.0
* removed alternate giflib dependencies
-- Laurence J. Lane <ljlane@debian.org> Mon, 6 Jan 2003 09:11:32 +0000
imlib2 (1.0.5-2) unstable; urgency=low
* config.{guess,sub} update, closes: #130381
-- Laurence J. Lane <ljlane@debian.org> Tue, 22 Jan 2002 12:18:14 -0500
imlib2 (1.0.5-1) unstable; urgency=low
* New upstream release
* missing loaders problem corrected, closes: #129877
-- Laurence J. Lane <ljlane@debian.org> Sun, 20 Jan 2002 17:48:45 -0500
imlib2 (1.0.5-0pre2002011602) unstable; urgency=low
* automake -a -c, closes: #129799
-- Laurence J. Lane <ljlane@debian.org> Fri, 18 Jan 2002 09:55:48 -0500
imlib2 (1.0.5-0pre2002011601) unstable; urgency=high
* static buffer clean-up, closes: #129603
(BUGTRAQ 2002-01-13 "Eterm SGID utmp Buffer Overflow")
-- Laurence J. Lane <ljlane@debian.org> Wed, 16 Jan 2002 23:29:20 -0500
imlib2 (1.0.4-1) unstable; urgency=low
* New upstream release
* debian/rules: minor rewrite
* debian/control: updated Standards-Version to 3.5.6.0
* debian/changelog; removed emacs mode settings
-- Laurence J. Lane <ljlane@debian.org> Thu, 8 Nov 2001 18:37:37 -0500
imlib2 (1.0.3-2) unstable; urgency=low
* replaced config.sub, Closes: #96664
* added conditional CFLAGS for DEB_BUILD_OPTIONS
-- Laurence J. Lane <ljlane@debian.org> Mon, 7 May 2001 13:35:01 -0400
imlib2 (1.0.3-1) unstable; urgency=low
* New upstream release
* changed *gif-dev order, Closes: #90724
* changed freetype2-dev to libttf-dev, Closes: #94944
* upgraded standards version to 3.5.4.0
* removed dh_testversion from debian/rules
* added local lintian override for plug-ins
-- Laurence J. Lane <ljlane@debian.org> Wed, 2 May 2001 09:55:55 -0400
imlib2 (1.0.2-1) unstable; urgency=low
* New upstream release
-- Laurence J. Lane <ljlane@debian.org> Sat, 3 Mar 2001 22:22:28 -0500
imlib2 (1.0.1-1) unstable; urgency=low
* New upstream release
-- Laurence J. Lane <ljlane@debian.org> Sat, 27 Jan 2001 13:08:15 -0500
imlib2 (1.0.0-2) unstable; urgency=low
* loaders and filters (.so files) go in the main package, not -dev
-- Laurence J. Lane <ljlane@debian.org> Thu, 9 Nov 2000 14:31:33 -0500
imlib2 (1.0.0-1) unstable; urgency=low
* Initial release
-- Laurence J. Lane <ljlane@debian.org> Sat, 28 Oct 2000 17:59:14 -0400
|