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 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702
|
pillow-sane (2.9.1-1) unstable; urgency=medium
* New upstream version.
-- Matthias Klose <doko@debian.org> Sun, 10 Jan 2021 14:32:45 +0100
pillow-sane (2.8.3-5) unstable; urgency=medium
* Update standards and debhelper versions.
* Remove tests, left-over from before the package split-out. Replace
with a simple import test.
* Build using setuptools.
-- Matthias Klose <doko@debian.org> Tue, 08 Dec 2020 12:42:54 +0100
pillow-sane (2.8.3-4) unstable; urgency=medium
* Remove left-over dh_numpy call.
-- Matthias Klose <doko@debian.org> Thu, 16 Jan 2020 20:59:06 +0100
pillow-sane (2.8.3-3) unstable; urgency=medium
* Stop building the Python2 packages. Closes: #937291.
-- Matthias Klose <doko@debian.org> Thu, 16 Jan 2020 11:41:15 +0100
pillow-sane (2.8.3-2) unstable; urgency=medium
* python-sane-dbg: Depend on python2-dbg.
* Bump standards version.
-- Matthias Klose <doko@debian.org> Fri, 10 Jan 2020 19:57:30 +0100
pillow-sane (2.8.3-1) unstable; urgency=medium
* Pillow Sane 2.8.3 release.
-- Matthias Klose <doko@debian.org> Thu, 05 Jan 2017 19:36:27 +0100
pillow-sane (2.8.2-1) unstable; urgency=medium
* Pillow Sane 2.8.2 release.
-- Matthias Klose <doko@debian.org> Wed, 12 Aug 2015 03:17:42 +0200
pillow-sane (2.8.1-1) unstable; urgency=medium
* Pillow Sane 2.8.1 release.
* Add build dependency on python-pil.
-- Matthias Klose <doko@debian.org> Mon, 01 Jun 2015 19:39:34 +0200
pillow-sane (2.7.0-1) experimental; urgency=medium
* Pillow Sane 2.7.0 release, split out from the Pillow sources.
-- Matthias Klose <doko@debian.org> Thu, 26 Feb 2015 15:34:46 +0100
pillow (2.6.1-1) unstable; urgency=medium
* Pillow 2.6.1 release.
* Update jpeg build dependency. Closes: #763491.
-- Matthias Klose <doko@debian.org> Mon, 13 Oct 2014 20:30:42 +0200
pillow (2.6.0-1) unstable; urgency=medium
* Pillow 2.6.0 release.
* Add test images missing in the release.
-- Matthias Klose <doko@debian.org> Thu, 02 Oct 2014 14:23:21 +0200
pillow (2.6.0~rc1-1) unstable; urgency=medium
* Pillow 2.6.0 release candidate 1.
- Provides distributable test image files. Closes: #760171.
- Fix comparing an Image to anything that's not an image. Closes: #758927.
-- Matthias Klose <doko@debian.org> Tue, 30 Sep 2014 12:13:58 +0200
pillow (2.5.3-1) unstable; urgency=medium
* Pillow 2.5.3 release.
- Fix CVE-2014-3589, a DOS in the IcnsImagePlugin. Closes: #758772.
- Fix CVE-2014-3598, a DOS in the Jpeg2KImagePlugin.
* Build-Depend on dh-python.
-- Matthias Klose <doko@debian.org> Thu, 21 Aug 2014 08:56:15 +0200
pillow (2.5.1-6) unstable; urgency=medium
* Allow stderr output for the upstream autopkg tests.
-- Matthias Klose <doko@debian.org> Fri, 15 Aug 2014 00:15:29 +0200
pillow (2.5.1-5) unstable; urgency=medium
* Add python-nose, python3-nose to the autopkg test dependencies.
-- Matthias Klose <doko@debian.org> Wed, 13 Aug 2014 13:10:39 +0200
pillow (2.5.1-4) unstable; urgency=medium
* Run the tests sequentially, and increase the timeout.
-- Matthias Klose <doko@debian.org> Mon, 11 Aug 2014 19:20:32 +0200
pillow (2.5.1-3) unstable; urgency=medium
* Run tests during the build.
* Disable running the imagecms tests.
-- Matthias Klose <doko@debian.org> Mon, 11 Aug 2014 17:57:45 +0200
pillow (2.5.1-2) unstable; urgency=medium
* Update autopkg tests for 2.5.
-- Matthias Klose <doko@debian.org> Sun, 10 Aug 2014 13:14:26 +0200
pillow (2.5.1-1) unstable; urgency=medium
* Pillow 2.5.1 release.
-- Matthias Klose <doko@debian.org> Thu, 17 Jul 2014 23:43:18 +0200
pillow (2.4.0-2) unstable; urgency=medium
* Require python-tk and python3-tk versions built for Tcl/Tk 8.6.
-- Matthias Klose <doko@debian.org> Fri, 13 Jun 2014 13:59:57 +0200
pillow (2.4.0-1) unstable; urgency=medium
* New upstream version.
- Fix configuration on non-linux platforms. Closes: #745714.
- CVE-2014-1932, CVE-2014-1933: Fix insecure use of /tmp. Closes: #737059.
* Fix detection of Tk. Closes: #746051.
-- Matthias Klose <doko@debian.org> Wed, 16 Apr 2014 00:48:53 +0200
pillow (2.3.0-2) unstable; urgency=medium
* Build for python 3.4.
-- Matthias Klose <doko@debian.org> Wed, 12 Feb 2014 20:41:50 +0100
pillow (2.3.0-1) unstable; urgency=medium
* New upstream version.
* Don't ship the color profiles in the source and disable the tests
using the profiles. Closes: #737425.
* Support a webp file in $ADTTMP in the testsuite, and generate it in the
autopktests. Closes: #736242.
-- Matthias Klose <doko@debian.org> Tue, 04 Feb 2014 15:02:06 +0100
pillow (2.2.1-3) unstable; urgency=low
* Add PngImagePlugin.py to PILcompat directory.
* Add autopkgtest. Closes: #729462.
* Build using lcms2.
* Build with WebP support. Closes: #707827.
-- Matthias Klose <doko@debian.org> Mon, 16 Dec 2013 12:49:38 +0100
pillow (2.2.1-2) unstable; urgency=low
* Fix build failure with new freetype header layout.
-- Matthias Klose <doko@debian.org> Mon, 02 Dec 2013 18:54:44 +0100
pillow (2.2.1-1) unstable; urgency=low
* New upstream version, package source as pillow.
* python-imaging: Breaks fretsonfire-game (<= 1.3.110.dfsg-3).
Closes: #729209.
-- Matthias Klose <doko@debian.org> Mon, 11 Nov 2013 23:48:20 +0000
python-imaging (1.1.7+2.0.0-1.1) unstable; urgency=low
* Non-maintainer upload
* Rename python3-imaging* packages to python3-pil*
* Rename python-imaging to python-pil and python-imaging-compat to
python-imaging (use python-imaging until given package imports Image
directly, i.e. needs .pth file)
* Rename python-imaging-tk to python-pil.imagetk, provide the old name
* Rename python-imaging-sane to python-sane, provide the old name
* Rename other python-imaging-* packages to python-pil-* and Provide the old
names
-- Piotr Ożarowski <piotr@debian.org> Sun, 20 Oct 2013 22:23:11 +0200
python-imaging (1.1.7+2.0.0-1) experimental; urgency=low
* Pillow 2.0.0 release.
-- Matthias Klose <doko@debian.org> Wed, 20 Mar 2013 16:44:01 -0700
python-imaging (1.1.7+1.7.8-4) experimental; urgency=low
* Require python-defaults (>= 2.7.3-11) for the build. Closes: #700716.
-- Matthias Klose <doko@debian.org> Thu, 28 Feb 2013 14:59:19 +0100
python-imaging (1.1.7+1.7.8-3) experimental; urgency=low
* Fix python-tk build dependencies. Closes: #700716.
-- Matthias Klose <doko@ubuntu.com> Mon, 18 Feb 2013 02:24:36 +0100
python-imaging (1.1.7+1.7.8-2) experimental; urgency=low
* Add python-imaging-compat modules to get back the old top-level
module names (i.e. not subpackages within PIL) for Python 2 only.
* python-imaging: Depend on python-imaging-compat for now.
-- Matthias Klose <doko@debian.org> Sun, 10 Feb 2013 16:48:37 +0100
python-imaging (1.1.7+1.7.8-1) experimental; urgency=low
* Build from the Pillow fork, version 1.7.8, plus vcs updates.
* Build using setuptools.
* Build python3 packages, using port by Brian Crowell.
* Allow the package to cross-build.
-- Matthias Klose <doko@debian.org> Thu, 31 Jan 2013 18:52:38 +0100
python-imaging (1.1.7-4) unstable; urgency=low
* Add multiarch search directories as given by dpkg-architecture.
This re-enables support for: tkinter, jpeg, zlib, freetype2, and
littlecms (Marc Tardif, Barry Warsaw). LP: #806661.
Closes: #632962, #632180.
* Build using libjpeg8.
-- Matthias Klose <doko@debian.org> Sat, 09 Jul 2011 11:56:15 +0200
python-imaging (1.1.7-3) unstable; urgency=low
* Fix buffer overflow (taken from Fedora).
* Fix "split after open" bug. Closes: #561965.
* Remove obsolete conflicts/replaces.
-- Matthias Klose <doko@debian.org> Tue, 28 Jun 2011 18:54:43 +0200
python-imaging (1.1.7-2) unstable; urgency=low
* Build-depend on liblcms1-dev. Closes: #583620.
* Build using dh_python2 instead of dh_pycentral.
-- Matthias Klose <doko@debian.org> Mon, 26 Jul 2010 11:46:12 +0200
python-imaging (1.1.7-1) unstable; urgency=low
* New upstream version.
-- Matthias Klose <doko@debian.org> Fri, 20 Nov 2009 19:22:59 +0100
python-imaging (1.1.6-3.2) unstable; urgency=low
* Non-maintainer upload.
* Fix "manipulates site-packages/ directly, failing with Python 2.6"
Applied and uploaded Kumar's patch. (Closes: #547844)
-- Bastian Venthur <venthur@debian.org> Sat, 07 Nov 2009 12:54:12 +0100
python-imaging (1.1.6-3.1) unstable; urgency=low
* Non-maintainer upload.
* Switch from Tcl/Tk 8.4 to 8.5, following the move initiated in
python-tk 2.5.2-1.1 (See: #521078):
- Build-Depends on tk8.5-dev rather than tk8.4-dev.
- Build-Depends on python-tk-dbg (>= 2.5.2-1.1) rather than
python-tk-dbg (>= 2.4.3).
- Depends on/Recommends python-tk (>= 2.5.2-1.1) rathen than
python-tk (>= 2.4.3).
- Use /usr/include/tcl8.5 in setup.py, instead of tcl8.4
Thanks to Jakub Wilk for the patch on which this is based, which fixes
the FTBFS (Closes: #537003).
-- Cyril Brulebois <kibi@debian.org> Thu, 03 Sep 2009 05:04:46 +0200
python-imaging (1.1.6-3) unstable; urgency=low
* Do not build-depend on python-numarray, it's deprecated. Closes: #478466.
* Merge from Ubuntu:
- In __array_interface__ add support for 16bit TIF images (Luke
Campagnola). LP: #198892.
- Search for available image viewers. LP: #67755. Closes: #321658.
-- Matthias Klose <doko@debian.org> Mon, 23 Jun 2008 21:52:59 +0200
python-imaging (1.1.6-2) unstable; urgency=low
* Build-depend on python-tk-dbg. Closes: #460372.
* Apply fix for PIL not saving TIFF dpi correctly. Closes: #419463.
-- Matthias Klose <doko@debian.org> Mon, 28 Jan 2008 23:40:28 +0100
python-imaging (1.1.6-1) unstable; urgency=low
* New upstream version.
* Merge from Ubuntu:
- Build python-debug packages.
- Add build dependency on python-numarray-dbg.
- Sane/_sane.c: Initialize variable. Ubuntu #88059.
-- Matthias Klose <doko@ubuntu.com> Thu, 24 May 2007 06:31:21 +0200
python-imaging (1.1.5-11) unstable; urgency=low
* python-imaging-sane: Depend on python-numarray. Closes: #382190.
* Add dependencies on ${shlibs:Depends}, lost in -6. Closes: #378596.
-- Matthias Klose <doko@debian.org> Mon, 28 Aug 2006 23:14:10 +0000
python-imaging (1.1.5-10) unstable; urgency=low
* pilfont.py: Add interpreter name. Closes: #350146.
-- Matthias Klose <doko@debian.org> Sat, 8 Jul 2006 00:07:36 +0000
python-imaging (1.1.5-9) unstable; urgency=low
* Call dh_python before dh_pycentral.
-- Matthias Klose <doko@debian.org> Wed, 14 Jun 2006 23:16:29 +0000
python-imaging (1.1.5-8) unstable; urgency=low
* Do not depend on python2.4.
-- Matthias Klose <doko@debian.org> Tue, 13 Jun 2006 22:47:12 +0000
python-imaging (1.1.5-7) unstable; urgency=low
* Readd the provides for the versioned packages.
-- Matthias Klose <doko@debian.org> Fri, 9 Jun 2006 16:06:45 +0000
python-imaging (1.1.5-6) unstable; urgency=low
* New maintainer.
* Convert to python-central.
-- Matthias Klose <doko@debian.org> Tue, 6 Jun 2006 23:05:06 +0000
python-imaging (1.1.5-5) unstable; urgency=low
* Test build using python-central.
-- Matthias Klose <doko@debian.org> Tue, 24 Jan 2006 18:15:59 +0000
python-imaging (1.1.5-4) unstable; urgency=low
* Change section to python.
* Remove binaries from python2.4-imaging package (closes: #316917).
* Acknowledge NMU (1.1.4-3.1). Closes: #303897.
-- Matthias Klose <doko@debian.org> Tue, 12 Jul 2005 18:13:33 +0000
python-imaging (1.1.5-3) unstable; urgency=low
* Fix upgrade from old python2.3-imaging package (closes: #316917).
-- Matthias Klose <doko@debian.org> Fri, 8 Jul 2005 13:29:34 +0000
python-imaging (1.1.5-2) unstable; urgency=low
* Move the binary scripts into the python-imaging package.
-- Matthias Klose <doko@ubuntu.com> Wed, 29 Jun 2005 11:18:24 +0200
python-imaging (1.1.5-0ubuntu1) breezy; urgency=low
* Synchronise with Debian.
-- Matthias Klose <doko@ubuntu.com> Mon, 27 Jun 2005 22:00:16 +0200
python-imaging (1.1.5-1) unstable; urgency=low
* New upstream version (closes: #303067).
* Merge changes from Ubuntu:
- Add python2.4 packages, drop python2.1 and python2.2 packages.
Closes: #292567.
-- Matthias Klose <doko@debian.org> Mon, 27 Jun 2005 20:21:06 +0200
python-imaging (1.1.4-3.1) unstable; urgency=low
* NMU.
* debian/control: Build-Depends: change libjpegg-dev to libjpeg-dev.
(Closes: #303897). Thanks Daniel Schepler.
-- Bill Allombert <ballombe@debian.org> Thu, 14 Apr 2005 18:10:45 +0200
python-imaging (1.1.4-3) unstable; urgency=low
* New maintainer.
- ACKing NMUs.
- No longer use dpatch -- they were introduced by the first NMU;
I tend to use a real source management system. ;-)
* Reworded a few Description: tags to shut up Lintian.
-- Matthias Urlichs <smurf@debian.org> Mon, 5 Jan 2004 19:00:21 +0100
python-imaging (1.1.4-2.2) unstable; urgency=low
* NMU from Minneapolis BSP.
* Fixed freetype header reference. (Closes: #222469)
-- Scott Dier <sdier@debian.org> Sat, 13 Dec 2003 23:26:22 -0600
python-imaging (1.1.4-2.1) unstable; urgency=low
* Non-maintainer upload
* use dh_python, which needs build-depends on python
(Closes: #188146) - removal of .py[co] files
* Standards version 3.6.1
* use dpatch:
- 01_fix_png_text_parsing
(Closes: #211712)
- 02_fix_olefileio_typo
(Closes: #197165) (Closes: #198210)
- 03_remove_rexec_usage
(Closes: #182149)
- 04_retain_gif_transparency
(Closes: #159693)
- 05_dump_to_jpeg
(Closes: #146493)
* install docs in python-imaging-doc package (Closes: #176420)
* Sane patch already applied (Closes: #156158)
* add mime-support | python(X.Y)-imaging-tk to depends, because the
Image.show() function uses either TkImage or _showmime
* improve -tk package description (Closes: #209976)
-- Bastian Kleineidam <calvin@debian.org> Sat, 4 Oct 2003 16:57:59 +0200
python-imaging (1.1.4-2) unstable; urgency=low
* New source version due to the fact that testing cannot handle all-
architecture binary-only uploads (Closes: #212853)
-- Simon Richter <sjr@debian.org> Tue, 30 Sep 2003 02:45:34 +0200
python-imaging (1.1.4-1) unstable; urgency=low
* New upstream release
-- Simon Richter <sjr@debian.org> Thu, 10 Apr 2003 17:49:10 +0200
python-imaging (1.1.3-4) unstable; urgency=low
* Accepted changes from NMU, although I still don't like distutils for
being opaque (Actually closes: #161120, #161718, #162065)
* We now use Tcl/Tk 8.4
-- Simon Richter <sjr@debian.org> Tue, 26 Nov 2002 16:49:50 +0100
python-imaging (1.1.3-3.3) unstable; urgency=low
* Add python2.[123]-tk to the build dependencies.
-- Matthias Klose <doko@debian.org> Thu, 3 Oct 2002 14:38:11 +0200
python-imaging (1.1.3-3.1) unstable; urgency=low
* NMU.
* Build using distutils (closes: #161120, #161718, #162065).
-- Matthias Klose <doko@debian.org> Sat, 28 Sep 2002 15:28:40 +0200
python-imaging (1.1.3-3) unstable; urgency=low
* Added Python 2.3 support
-- Simon Richter <sjr@debian.org> Sun, 15 Sep 2002 18:10:28 +0200
python-imaging (1.1.3-2) unstable; urgency=low
* Also switched python-imaging-sane and python-imaging-tk to 2.2 as
default version
* Dropped python 1.5 packages
-- Simon Richter <sjr@debian.org> Thu, 29 Aug 2002 14:53:50 +0200
python-imaging (1.1.3-1.1) unstable; urgency=low
* Change python default to python2.2.
-- Matthias Klose <doko@debian.org> Sat, 24 Aug 2002 14:02:03 +0200
python-imaging (1.1.3-1) unstable; urgency=low
* New upstream release (Closes: #138739)
-- Simon Richter <sjr@debian.org> Fri, 22 Mar 2002 15:46:31 +0100
python-imaging (1.1.2-5) unstable; urgency=low
* Applied a patch from CVS that fixes an invalid call to __init__
without an object reference (Closes: #133272)
* Made Image.show() use the generic "see" command rather than "xv"
(Closes: #133078)
-- Simon Richter <sjr@debian.org> Mon, 11 Feb 2002 20:41:29 +0100
python-imaging (1.1.2-4) unstable; urgency=low
* Acknowledged changes from NMU (Closes: #117859, #118267)
-- Simon Richter <sjr@debian.org> Fri, 18 Jan 2002 15:26:24 +0100
python-imaging (1.1.2-3.2) unstable; urgency=low
* NMU, coordinated with maintainer, to make package compliant with
the new Debian Python policy draft (#117859, #118267):
- python2 packages removed
- new python1.5, python2.1 and python2.2 packages
- python-* packages are empty placeholders for the default
Python version packages, 2.1.
-- Gregor Hoffleit <flight@debian.org> Fri, 9 Nov 2001 10:43:35 +0100
python-imaging (1.1.2-3.1) unstable; urgency=low
* NMU. Build with python (2.1), remove python2 packages.
-- Matthias Klose <doko@debian.org> Fri, 9 Nov 2001 07:42:52 +0100
python-imaging (1.1.2-3) unstable; urgency=low
* Indented the lists in the description fields, so dselect knows these
are preformatted (Closes: #106439).
-- Simon Richter <sjr@debian.org> Tue, 24 Jul 2001 18:06:39 +0200
python-imaging (1.1.2-2) unstable; urgency=low
* Added an rm to the configure target so ImConfig.h (which upstream
forgot to delete) is removed before the build. For some reason it
took precedence over the generated ImConfig.h from configure
(Closes: #105999)
* Removed an unnecessary (for Debian) -I/usr/local/include which
apparently slipped through
-- Simon Richter <sjr@debian.org> Sat, 21 Jul 2001 15:55:10 +0200
python-imaging (1.1.2-1) unstable; urgency=low
* New upstream release
* Split out documentation into python-imaging-doc-handbook package
-- Simon Richter <sjr@debian.org> Sat, 9 Jun 2001 19:23:51 +0200
python-imaging (1.1.1.ds1-6) unstable; urgency=low
* Fixed debian/rules to take the version number from the changelog
rather than hardcoded
-- Simon Richter <sjr@debian.org> Tue, 8 May 2001 02:11:15 +0200
python-imaging (1.1.1.ds1-5) unstable; urgency=low
* Took over maintainership (Closes: #72435)
-- Simon Richter <sjr@debian.org> Tue, 8 May 2001 02:10:16 +0200
python-imaging (1.1.1.ds1-4) unstable; urgency=low
* Add zlib1g-dev to build dependencies (fixes #89705).
* Build python2-imaging with correct python version (fixes #90567).
-- Matthias Klose <doko@debian.org> Thu, 29 Mar 2001 20:19:53 +0200
python-imaging (1.1.1.ds1-3) unstable; urgency=low
* Fix dependencies.
-- Matthias Klose <doko@debian.org> Sat, 3 Mar 2001 17:56:08 +0100
python-imaging (1.1.1.ds1-2) unstable; urgency=low
* Rebuild for tk8.3.
* New python2 packages.
* Reorganized source code, so version number has to change in source.
-- Matthias Klose <doko@debian.org> Sat, 24 Feb 2001 18:46:58 +0100
python-imaging (1.1.1-1) unstable; urgency=low
* New upstream version.
-- Matthias Klose <doko@cs.tu-berlin.de> Tue, 28 Nov 2000 11:19:12 +0100
python-imaging (1.1-2) unstable; urgency=low
* debian/control: Add missing build dependencies (fixes #66393).
* Link module with shared libs (jpeg, z). Fixes #66653.
-- Matthias Klose <doko@cs.tu-berlin.de> Mon, 3 Jul 2000 14:56:30 +0200
python-imaging (1.1-1) unstable; urgency=low
* New upstream release.
* Add manual in PDF format.
-- Matthias Klose <doko@cs.tu-berlin.de> Mon, 26 Jun 2000 16:39:31 +0200
python-imaging (1.0.1-3) frozen unstable; urgency=low
* Add cascading stylesheet labdoc.css (fixes #63052).
* Move ImageTk.py to python-imaging-tk package (fixes part of #63050).
-- Matthias Klose <doko@cs.tu-berlin.de> Thu, 4 May 2000 01:07:41 +0200
python-imaging (1.0.1-2) frozen unstable; urgency=low
* debian/python-imaging-doc.doc-base: Missing /usr/doc -> /usr/share/doc
transition (fixes important #56372).
-- Matthias Klose <doko@cs.tu-berlin.de> Sat, 19 Feb 2000 10:41:04 +0100
python-imaging (1.0.1-1) unstable; urgency=low
* /usr/doc -> /usr/share/doc transition.
* Apply patch from Erno Kuusela <erno@erno.iki.fi> (closes #50768).
-- Matthias Klose <doko@cs.tu-berlin.de> Sun, 5 Dec 1999 17:56:48 +0100
python-imaging (1.0.1-0pre2) unstable; urgency=low
* debian/control: Add conflicts for python-pil (closes: #43736).
-- Matthias Klose <doko@cs.tu-berlin.de> Sat, 4 Sep 1999 14:33:05 +0200
python-imaging (1.0.1-0pre1) unstable; urgency=low
* New upstream release.
* Renamed package to match upstream name (Imaging-1.0.1).
* Separated out Tk dependencies to python-pil-tk package (fixes #41690).
* Build python-imaging-sane package.
-- Matthias Klose <doko@cs.tu-berlin.de> Sun, 15 Aug 1999 21:22:07 +0200
python-pil (1.0final-1) unstable; urgency=low
* New upstream release.
* Now really depends on python-tk (Closes #41690).
* Separated out python-pil-doc and python-pil-scripts package.
-- Matthias Klose <doko@cs.tu-berlin.de> Wed, 4 Aug 1999 19:46:00 +0200
python-pil (1.0b1-1) unstable; urgency=low
* New upstream release.
* Fixes #34902.
-- Matthias Klose <doko@cs.tu-berlin.de> Sun, 28 Mar 1999 10:59:57 +0200
python-pil (0.3b2-3) frozen unstable; urgency=low
* Corrected location of doc files (fixes #30735).
-- Matthias Klose <doko@cs.tu-berlin.de> Tue, 15 Dec 1998 14:57:43 +0100
python-pil (0.3b2-2) frozen unstable; urgency=low
* Renamed package pil to python-pil to conform to Debian python policy
(fixes #27495).
* Link against ncurses4.
-- Matthias Klose <doko@cs.tu-berlin.de> Thu, 26 Nov 1998 23:55:11 +0200
python-pil (0.3b2-2) unstable; urgency=low
* Build dynamically loadable Tcl module `PIL'.
-- Matthias Klose <doko@debian.org> Tue, 11 Aug 1998 14:29:25 +0200
python-pil (0.3b2-1) unstable; urgency=low
* New upstream release 0.3b2.
* Added documentation from website
-- Matthias Klose <doko@debian.org> Tue, 21 Jul 1998 11:49:38 +0200
python-pil (0.3-0beta1.1) unstable; urgency=low
* New upstream release 0.3b1. Includes pilfont.
-- Matthias Klose <doko@debian.org> Mon, 13 Jul 1998 18:58:12 +0200
python-pil (0.3-0alpha4.1) unstable; urgency=low
* Initial Release.
-- Matthias Klose <doko@debian.org> Thu, 28 May 1998 16:35:22 +0200
|