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
|
python2.2 (2.2.3dfsg-2sarge1) stable-security; urgency=low
* SECURITY UPDATE (prepared by Martin Pitt <martin.pitt@ubuntu.com>).
* Add debian/patches/pcre-security_CAN-2005-2491.dpatch:
- Fix recent PCRE buffer overflow in local copy.
- CAN-2005-2491
* Fix bug in the original fix for CAN-2005-0089 (closes: #307689).
-- Matthias Klose <doko@debian.org> Sun, 4 Sep 2005 21:42:02 +0000
python2.2 (2.2.3dfsg-2) unstable; urgency=high
* Use db-4.2 to build the dbm extension module.
* Remove cthreads detection on hurd-i386 (closes: #307094).
* Move documents in info format in one section.
* Remove ancient debian/TODO.
-- Matthias Klose <doko@debian.org> Wed, 4 May 2005 09:14:15 +0200
python2.2 (2.2.3dfsg-1) unstable; urgency=medium
* Remove the profile.py and pstats.py modules from the source package,
not having a DFSG conforming license. The modules can be found in
the python2.x-profile package in the non-free section.
Addresses: #293932.
-- Matthias Klose <doko@debian.org> Wed, 9 Feb 2005 12:16:44 +0100
python2.2 (2.2.3-15) unstable; urgency=medium
* Replace md5 implementation with one having a DFSG conforming license.
* Add licenses and acknowledgements for incorporated software in the
debian/copyright file (addresses: #293932).
-- Matthias Klose <doko@debian.org> Mon, 7 Feb 2005 17:34:43 +0100
python2.2 (2.2.3-14) unstable; urgency=high
* Fix a flaw in SimpleXMLRPCServerthat can affect any XML-RPC servers.
This affects any programs have been written that allow remote
untrusted users to do unrestricted traversal and can allow them to
access or change function internals using the im_* and func_* attributes.
References: CAN-2005-0089.
* CVS updates of the release22-maint branch upto 2005-02-04.
-- Matthias Klose <doko@debian.org> Fri, 4 Feb 2005 08:12:10 +0100
python2.2 (2.2.3-13) unstable; urgency=high
* Fix a flaw in SimpleXMLRPCServerthat can affect any XML-RPC servers.
This affects any programs have been written that allow remote
untrusted users to do unrestricted traversal and can allow them to
access or change function internals using the im_* and func_* attributes.
References: CAN-2005-0089.
-- Matthias Klose <doko@debian.org> Wed, 2 Feb 2005 09:08:20 +0000
python2.2 (2.2.3-12) unstable; urgency=low
* Flush stdout/stderr if closed (SF #1074011).
-- Matthias Klose <doko@debian.org> Sun, 19 Dec 2004 18:10:46 +0100
python2.2 (2.2.3-11) unstable; urgency=low
* Move distutils package from the python2.2-dev into the python2.2
package.
-- Matthias Klose <doko@debian.org> Thu, 11 Nov 2004 21:11:17 +0100
python2.2 (2.2.3-10) unstable; urgency=low
* Do not use the default namespace for attributes. Patch taken from the
2.3 maintenance branch (closes: #229885).
The xmllib module is obsolete. Use xml.sax instead.
* Print file name before error message when byte-compiling files.
-- Matthias Klose <doko@debian.org> Sat, 19 Jun 2004 17:39:08 +0200
python2.2 (2.2.3-9) unstable; urgency=low
* Fix menu entry.
-- Matthias Klose <doko@debian.org> Wed, 25 Feb 2004 07:02:10 +0100
python2.2 (2.2.3-8) unstable; urgency=low
* Use db4.2 to build the _bsddb module (no database formats changed in
the Berkeley DB 4.2 release).
-- Matthias Klose <doko@debian.org> Sun, 4 Jan 2004 11:44:17 +0100
python2.2 (2.2.3-7) unstable; urgency=low
* Don't build-depend on latex2html (moved to non-free), but keep
the prebuilt docs in debian/patches (closes: #221346).
* Generate binfmt file.
-- Matthias Klose <doko@debian.org> Tue, 18 Nov 2003 00:32:00 +0100
python2.2 (2.2.3-6) unstable; urgency=low
* CVS updates of the release22-maint branch upto 2003-09-29.
* On alpha compile using -mieee (see #212912).
* Add recommends for pythonX.Y-japanese-codecs, pythonX.Y-iconvcodec,
pythonX.Y-cjkcodecs, pythonX.Y-korean-codecs.
-- Matthias Klose <doko@debian.org> Tue, 30 Sep 2003 00:46:04 +0200
python2.2 (2.2.3-5) unstable; urgency=low
* Add IPPROTO_IPV6 option to the socketmodule (closed: #206569).
-- Matthias Klose <doko@debian.org> Sat, 27 Sep 2003 10:38:10 +0200
python2.2 (2.2.3-4) unstable; urgency=low
* Don't build the python default packages.
* Don't compress .txt files referenced by the html docs (closed: #200298).
* Look at various environment variables and uses their values to override
the configured C compiler/preprocessor/linker binary and flags. Taken
from 2.3. Closes: #197537.
* On alpha, reduce optimisation to -O2 due to a gcc ICE.
* pydoc's usage output uses the basename of the script (closes: #204519).
* Don't remove /etc/python2.2 on purge. Adresses: #202864.
* Remove python2.2's dependency on python, add a conflict on python (<< 2.3).
-- Matthias Klose <doko@debian.org> Sat, 9 Aug 2003 01:27:01 +0200
python2.2 (2.2.3-3) unstable; urgency=high
* CVS updates of the release22-maint branch upto 2003-07-05.
- Fixes AssertionError in httplib (closes: #192452).
- Fixes uncaught division by zero in difflib.py (closes: #199287).
- Fixes broken links in html tutorial (closes: #198435).
* Fixed broken reference in html language reference (closes: #161907).
* Use default gcc on arm as well. Untested. Closes: #200092.
-- Matthias Klose <doko@debian.org> Sat, 5 Jul 2003 08:32:31 +0200
python2.2 (2.2.3-2.1) unstable; urgency=low
* Non-maintainer upload with maintainer consent.
* debian/control (Build-Depends): s/libgdbmg1-dev/libgdbm-dev/.
-- James Troup <james@nocrew.org> Wed, 4 Jun 2003 02:25:10 +0100
python2.2 (2.2.3-2) unstable; urgency=medium
* Remove g++-3.2 from python2.2-dev dependencies (closes: #195598).
* Don't run test_threaded_import test on mips (buildd times out).
* Install menu icon (closes: #192622).
* On arm, use gcc-3.2 to build.
-- Matthias Klose <doko@debian.org> Sat, 31 May 2003 22:35:15 +0200
python2.2 (2.2.3-1) unstable; urgency=low
* Final 2.2.3 release.
* Do not link libtix to the _tkinter module. It's loaded via
'package require tix' at runtime. python2.2-tkinter now
suggests tix8.1 instead.
-- Matthias Klose <doko@debian.org> Sat, 31 May 2003 09:00:00 +0200
python2.2 (2.2.2.91-1) unstable; urgency=low
* New upstream release (release candidate 1).
- Updated netrc module (closes: #168426).
* Do not link libtix to the _tkinter module. It's loaded via
'package require tix' at runtime. python2.2-tkinter now
suggests tix8.1 instead.
* Add FAQ (closes: #168333).
* Add pygettext man page (Joonas Paalasmaa). Closes: #186090.
* Keep the PY_RELEASE_SERIAL at 0. Closes: #193210.
* Add provides/conflicts for python-email.
* Update _tkinter module from HEAD branch.
* Add -fno-strict-aliasing rules to OPT to avoid 263 warnings
"dereferencing type-punned pointer will break strict-aliasing rules",
when building with gcc-3.3.
-- Matthias Klose <doko@debian.org> Fri, 23 May 2003 08:45:25 +0200
python2.2 (2.2.2-6) unstable; urgency=low
* CVS updates of the release22-maint branch upto 2003-03-20.
- Fix help() failing for some builtin topics (closes: #168373).
* Fix pydoc man page (closes: #180211, #181368).
* mimetypes.knownfiles: search /etc/mime.types first.
* Tkinter: Catch exceptions thrown for undefined substitutions in
events (needed for tk 8.4.2). Closes: #184404, #184453, #185682.
-- Matthias Klose <doko@debian.org> Fri, 21 Mar 2003 22:10:33 +0100
python2.2 (2.2.2-5) unstable; urgency=low
* CVS updates of the release22-maint branch upto 2003-01-17.
- The interpreter doesn't crash, but it does call exit() in libncurses.
Added a note to this effect in the library reference (closes: #175589).
* Drop versioned dependency of python2.2 on python (>= 2.2).
The dependency is needed, because all python scripts/examples use
/usr/bin/python as interpreter.
* Update _tkinter module from HEAD branch.
-- Matthias Klose <doko@debian.org> Fri, 17 Jan 2003 23:11:41 +0100
python2.2 (2.2.2-4.1) unstable; urgency=low
* NMU for new libssl package. No source change, but sourceful so that
all architectures get the new version.
-- LaMont Jones <lamont@debian.org> Fri, 17 Jan 2003 08:08:06 -0700
python2.2 (2.2.2-4) unstable; urgency=low
* CVS updates of the release22-maint branch upto 2003-01-03.
* Select correct webbrowser when DISPLAY is unset.
* Properly unregister info documentation.
* Update _tkinter module from HEAD branch (closes: #172713).
* Update tix files Tix.py and tixwidgets.py from python2.3a1.
-- Matthias Klose <doko@debian.org> Fri, 3 Jan 2003 12:14:51 +0100
python2.2 (2.2.2-3) unstable; urgency=low
* Update _tkinter module from HEAD branch (closes: #170711, #171209).
* Update tix files Tix.py and tixwidgets.py from final tix-8.1.4.
-- Matthias Klose <doko@debian.org> Wed, 18 Dec 2002 08:54:29 +0100
python2.2 (2.2.2-2) unstable; urgency=low
* CVS updates of the release22-maint branch upto 2002-11-20.
* Depend on tk8.4.
* Update tix files Tix.py and tixwidgets.py from tix-8.1.4 RC3.
* Remove outdated README.dbm (closes: #165419).
* Add libstdc++ dependency (closes: #169436).
-- Matthias Klose <doko@debian.org> Thu, 21 Nov 2002 01:12:44 +0100
python2.2 (2.2.2-1) unstable; urgency=low
* New upstream bugfix release.
- Two bugs fixed from 2.2.2b1 release (closes: #164403, #164506).
* Fix README.Debian (closes: #164590).
* Enable large file support on the Hurd.
-- Matthias Klose <doko@debian.org> Tue, 15 Oct 2002 04:09:56 +0200
python2.2 (2.2.1.91-1) unstable; urgency=low
* python-2.2.2b1 release.
* Move idle(1) manpage to correct location (closes: #161322).
* Build a static library libpython2.2-pic.a (closes: #163484).
* Fix pydoc manpage (closes: #161536).
* Make python2.2 depend on python (>= 2.2). Closes: #161666.
-- Matthias Klose <doko@debian.org> Thu, 10 Oct 2002 20:52:34 +0200
python2.2 (2.2.1-12) unstable; urgency=low
* CVS updates of the release22-maint branch upto 2002-09-13.
* Install doc-base files (closes: #160026).
* python2.2: change priority to `standard' (closes: #160324).
* The index pages in the html docs are built correctly since the upgrade
to perl5.8 (closes: #147326).
-- Matthias Klose <doko@debian.org> Fri, 13 Sep 2002 23:17:30 +0200
python2.2 (2.2.1-11) unstable; urgency=low
* CVS updates of the release22-maint branch upto 2002-09-07.
- Fixed os.execvpe (closes: #158484).
* Install versioned idle man page (closes: #159226).
* Backport fix for robotparser.py (#158484).
-- Matthias Klose <doko@debian.org> Sat, 7 Sep 2002 15:12:09 +0200
python2.2 (2.2.1-10) unstable; urgency=medium
* Build python-xmlbase package (closes: #158715, #158780).
* C++ linked python executable (closes: #150633).
* Move python info docs in its own section "Python Development".
Closes: #150633.
* Fixed SocketServer docs (closes: #155635).
* Fix pydoc -w (closes: #143462).
-- Matthias Klose <doko@debian.org> Fri, 30 Aug 2002 08:09:13 +0200
python2.2 (2.2.1-9) unstable; urgency=low
* Build the unversioned packages, make 2.2 the default.
* Build-Depend on tix8.1-dev.
* Be quiet on package removal (closes: #157196).
* Docs: reference email module from various modules (closes: #146880).
-- Matthias Klose <doko@debian.org> Sat, 24 Aug 2002 13:06:46 +0200
python2.2 (2.2.1-8) unstable; urgency=high
* Build-Depend on autoconf2.13.
-- Matthias Klose <doko@debian.org> Sat, 24 Aug 2002 12:03:21 +0200
python2.2 (2.2.1-7) unstable; urgency=high
* CVS updates of the release22-maint branch upto 2002-08-24.
Including the os.libexecvpe fix.
* Add pydoc(1).
* Be verbose compiling modules in postinst for interactive modes.
* Build the dbm module using db4.0.
-- Matthias Klose <doko@debian.org> Sat, 24 Aug 2002 08:18:08 +0200
python2.2 (2.2.1-6) unstable; urgency=low
* CVS updates of the release22-maint branch upto 2002-07-23.
* Enable IPv6 support (closes: #152543).
* Add python2.2-tk suggestion for python2.2 (pydoc -g).
* Fix from SF patch #527518: proxy config with user+pass authentication.
* Point pydoc to the correct location of the docs (closes: #147579).
* Remove '*.py[co]' files, when removing the python package,
not when purging (closes: #147130).
* Update to new py2texi.el version (Milan Zamazal).
-- Matthias Klose <doko@debian.org> Mon, 29 Jul 2002 23:11:32 +0200
python2.2 (2.2.1-5) unstable; urgency=low
* CVS updates of the release22-maint branch upto 2002-05-03.
* Build the info docs (closes: #145653).
-- Matthias Klose <doko@debian.org> Fri, 3 May 2002 22:35:46 +0200
python2.2 (2.2.1-4) unstable; urgency=high
* Fix indentation errors introduced in last upload (closes: #143809).
-- Matthias Klose <doko@debian.org> Sun, 21 Apr 2002 01:00:14 +0200
python2.2 (2.2.1-3) unstable; urgency=high
* Add Build-Conflicts: tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev.
Closes: #143534 (build a working _tkinter module, on machines, where
8.0's tk.h gets included).
* CVS updates of the release22-maint branch upto 2002-04-20.
-- Matthias Klose <doko@debian.org> Sat, 20 Apr 2002 09:22:37 +0200
python2.2 (2.2.1-2) unstable; urgency=low
* Forgot to copy the dlmodule patch from the 2.1.3 package. Really
closes: #141681.
-- Matthias Klose <doko@debian.org> Sat, 13 Apr 2002 01:28:05 +0200
python2.2 (2.2.1-1) unstable; urgency=high
* Final 2.2.1 release.
* According to report #131813, the python interpreter is much faster on some
architectures, when beeing linked statically with the python library (25%).
Gregor and me tested on i386, m68k and alpha, but we could not reproduce
such a speedup (generally between 5% and 10%). But we are linking the
python executable now statically ...
* Build info docs from the tex source, merge the python-doc-info
package into the python-doc package.
* Always build the dl module. Failure in case of
sizeof(int)!=sizeof(long)!=sizeof(void*)
is delayed until dl.open is called. Closes: #141681.
-- Matthias Klose <doko@debian.org> Thu, 11 Apr 2002 00:19:19 +0200
python2.2 (2.2.0.92-0) unstable; urgency=low
* Package CVS sources, omit cvs-updates.dpatch (closes: #140977).
-- Matthias Klose <doko@debian.org> Wed, 3 Apr 2002 08:20:52 +0200
python2.2 (2.2-6) unstable; urgency=medium
* Update to python-2.2.1 release candidate 2 (final release scheduled
for April 10).
* Enable dl module (closes: #138992).
* Build doc files with python binary from package (closes: #139657).
* Build _tkinter module with BLT and Tix support.
* python2.2-elisp: Conflict with python2-elisp (closes: #138970).
* string.split docs updated in python-2.2.1 (closes: #129272).
-- Matthias Klose <doko@debian.org> Mon, 1 Apr 2002 13:52:36 +0200
python2.2 (2.2-5) unstable; urgency=low
* CVS updates of the release22-maint branch upto 20020310 (aproaching
the first 2.2.1 release candidate).
* Stolen from HEAD: check argument of locale.nl_langinfo (closes: #137371).
-- Matthias Klose <doko@debian.org> Fri, 15 Mar 2002 01:05:59 +0100
python2.2 (2.2-4) unstable; urgency=medium
* Include test/{__init__.py,README,pystone.py} in package (closes: #129013).
* Fix python-elisp conflict (closes: #129046).
* Don't compress stylesheets (closes: #133179).
* CVS updates of the release22-maint branch upto 20020310.
-- Matthias Klose <doko@debian.org> Sun, 10 Mar 2002 23:32:28 +0100
python2.2 (2.2-3) unstable; urgency=medium
* Updates from the CVS python22-maint branch up to 20020107.
webbrowser.py: properly escape url's.
* The Hurd does not have large file support: disabled.
-- Matthias Klose <doko@debian.org> Mon, 7 Jan 2002 21:55:57 +0100
python2.2 (2.2-2) unstable; urgency=medium
* CVS updates of the release22-maint branch upto 20011229. Fixes:
- Include TCP_CORK flag in plat-linux2 headers (fixes: #84340).
- Update CDROM.py module (fixes: #125785).
* Add missing chunk of the GNU/Hurd patch (therefore urgency medium).
* Send anonymous password when using anonftp (closes: #126814).
-- Matthias Klose <doko@debian.org> Sat, 29 Dec 2001 20:18:26 +0100
python2.2 (2.2-1) unstable; urgency=low
* New upstream version: 2.2.
* Bugs fixed upstream:
- Docs for os.kill reference the signal module for constants.
- Documentation strings in the tutorial end with a period (closes: #94770).
- Tk: grid_location method moved from Grid to Misc (closes: #98338).
- mhlib.SubMessage.getbodytext takes decode parameter (closes: #31876).
- Strings in modules are locale aware (closes: #51444).
- Printable 8-bit characters in strings are correctly printed
(closes: #64354).
- Dictionary can be updated with abstract mapping object (closes: #46566).
* Make site.py a config files.
-- Matthias Klose <doko@debian.org> Sat, 22 Dec 2001 00:51:46 +0100
python2.2 (2.1.99c1-1) unstable; urgency=low
* New upstream version: 2.2c1 (release candidate).
* Do not provide python2.2-base anymore.
* Install correct README.Debian for python2.2 package. Include hint
where to find Makefile.pre.in.
* Suggest installation of python-ssl.
* Remove idle config files on purge.
* Remove empty /usr/lib/python2.2 directory on purge.
-- Matthias Klose <doko@debian.org> Sat, 15 Dec 2001 17:56:27 +0100
python2.2 (2.1.99beta2-1) unstable; urgency=high
* debian/rules: Reflect removal of regrtest package (closes: #122278).
Resulted in build failures on all architectures.
* Build -doc package from source.
-- Matthias Klose <doko@debian.org> Sat, 8 Dec 2001 00:38:41 +0100
python2.2 (2.1.99beta2-0.1) unstable; urgency=low
* Non maintainer upload.
* New upstream version (this is 2.2beta2).
* Do not build the python-regrtest package anymore; keep the test framework
components test/regrtest.py and test/test_support.py in the python
package (closes: #119408).
-- Gregor Hoffleit <flight@debian.org> Tue, 27 Nov 2001 09:53:26 +0100
python2.2 (2.1.99beta1-4) unstable; urgency=low
* Configure with --with-fpectl (closes: #118125).
* setup.py: Remove broken check for _curses_panel module (#116081).
* idle: Move config-* files to /etc and mark as conffiles (#106390).
* Move idle packages to section `devel'.
-- Matthias Klose <doko@debian.org> Wed, 31 Oct 2001 10:56:45 +0100
python2.2 (2.1.99beta1-3) unstable; urgency=low
* Fix shlibs file (was still referring to 2.1). Closes: #116810.
* README.Debian: point to draft of python-policy in the python package.
-- Matthias Klose <doko@debian.org> Wed, 31 Oct 2001 10:56:45 +0100
python2.2 (2.1.99beta1-2) unstable; urgency=medium
* Fix shlibs file (was still referring to 2.1). Closes: #116810.
* Rename package python2.2-base to python2.2.
-- Matthias Klose <doko@debian.org> Wed, 24 Oct 2001 23:00:50 +0200
python2.2 (2.1.99beta1-1) unstable; urgency=low
* New upstream version (beta). Call the package version 2.1.99beta1-1.
* New maintainer until the final 2.2 release.
* Updated the debian patches.
-- Matthias Klose <doko@debian.org> Sat, 20 Oct 2001 18:56:26 +0200
python2.1 (2.1.1-1.2) unstable; urgency=low
* Really remove the python alternative.
-- Matthias Klose <doko@debian.org> Sat, 20 Oct 2001 15:16:56 +0200
python2.1 (2.1.1-1.1) unstable; urgency=low
* README FOR PACKAGE MAINTAINERS: It is planned to remove the python2-XXX
packages from unstable and move on to python2.1.
If you repackage/adapt your modules for python2.1, don't build
python2-XXX and python2.1-XXX packages from the same source package,
so that the python2-XXX package can be removed without influencing the
python2.1-XXX package.
See the debian-python mailing list at http://lists.debian.org/devel.html
for details and the current discussion and a draft for a debian-python
policy (August to October 2001).
* Remove alternative for /usr/bin/python. The python-base package now
provides the default python version.
* Regenerate control file to fix build dependencies (closes: #116190).
* Remove alternative for /usr/bin/{python,pydoc}.
* Provide a libpython2.1.so symlink in /usr/lib/python2.1/config,
so that the shared library is found when -L/usr/lib/python2.1/config
is specified.
* Conflict with old package versions, where /usr/bin/python is a real
program (closes: #115943).
* python2.1-elisp conflicts with python-elisp (closes: #115895).
* We now have 2.1 (closes: #96851, #107849, #110243).
-- Matthias Klose <doko@debian.org> Fri, 19 Oct 2001 17:34:41 +0200
python2.1 (2.1.1-1) unstable; urgency=low
* Incorporated Matthias' modifications.
-- Gregor Hoffleit <flight@debian.org> Thu, 11 Oct 2001 00:16:42 +0200
python2.1 (2.1.1-0.2) unstable; urgency=low
* New upstream 2.1.1.
* GPL compatible licence (fixes #84080, #102949, #110643).
* Fixed upstream (closes: #99692, #111340).
* Build in separate build directory.
* Split Debian patches into debian/patches directory.
* Build dependencies: Add libgmp3-dev, libexpat1-dev, tighten
debhelper dependency.
* debian/rules: Updated a "bit".
* python-elisp: Remove custom dependency (closes: #87783),
fix emacs path (closes: #89712), remove emacs19 dependency (#82694).
* Mention distutils in python-dev package description (closes: #108170).
* Update README.Debian (closes: #85430).
* Run versioned python in postinsts (closes: #113349).
* debian/sample.{postinst,prerm}: Change to version independent scripts.
* Use '/usr/bin/env python2.1' as interpreter for all python scripts.
* Add libssl-dev to Build-Conflicts.
* python-elisp: Add support for emacs21 (closes: #98635).
* Do not compress .py files in doc directories.
* Don't link explicitely with libc.
-- Matthias Klose <doko@debian.org> Wed, 3 Oct 2001 09:53:08 +0200
python2.1 (2.1.1-0.1) unstable; urgency=low
* New upstream version (CVS branch release21-maint, will become 2.1.1):
This CVS branch will be released as 2.1.1 under a GPL compatible
license.
-- Gregor Hoffleit <flight@debian.org> Wed, 27 Jun 2001 22:47:58 +0200
python2 (2.1-0.1) unstable; urgency=low
* Fixed Makefile.pre.in.
* Fixed the postinst files in order to use 2.1 (instead of 2.0).
* Mention the immanent release of 2.0.1 and 2.1.1, with a GPL
compatible license.
-- Gregor Hoffleit <flight@debian.org> Sun, 17 Jun 2001 21:05:25 +0200
python2 (2.1-0) unstable; urgency=low
* New upstream version.
* Experimental packages.
-- Gregor Hoffleit <flight@debian.org> Thu, 10 May 2001 00:20:04 +0200
python2 (2.0-7) unstable; urgency=low
* Rebuilt with recent tcl8.3-dev/tk8.3-dev in order to fix a
dependency problem with python2-tk (closes: #87793, #92962).
* Change postinst to create and update /usr/local/lib/python2.0 and
site-python with permissions and owner as mandated by policy:
2775 and root:staff (closes: #89047).
* Fix to compileall.py: A superfluous argument made compileall without
options fail (cf. #92990 for python).
* Move the distutils module into python2-dev. It needs Makefile.pre.in
in order to work (closes: #89900).
* Remove build-dependency on libgdbm2-dev (which isn't built anyway).
* Add a build-dependency on libdb2-dev (cf. #90220 for python).
-- Gregor Hoffleit <flight@debian.org> Sat, 14 Apr 2001 21:07:51 +0200
python2 (2.0-6) unstable; urgency=low
* Remove python-zlib package; merge it into python-base.
* Mark that README.python2 is not yet updated.
-- Gregor Hoffleit <flight@debian.org> Wed, 21 Feb 2001 12:34:18 +0100
python2 (2.0-5) unstable; urgency=low
* Recompile with tcl/tk8.3 (closes: #82088).
* Modifications to README.why-python2 (closes: #82116).
* Add menu hint to idle2 menu entry.
* idle2 is renamed idle-python2 and now build correctly (closes: #82218).
* Add build-dependency on autoconf (closes: #85339).
* Build bsddbmodule as shared module (Modules/Setup.config.in),
and link libpython2.so with -lm in Makefile (closes: #86027).
* various cleanups in debian/rules, e.g. removing dh_suidregister.
* Make pdb available as /usr/bin/pdb-python2 in python2-dev
(cf. #79870 in python-base).
* Remove libgmp3 from build-dependencies, since we currently can't
build the mpzmodule for Python2 due to license problems.
-- Gregor Hoffleit <flight@debian.org> Sun, 18 Feb 2001 00:12:17 +0100
python2 (2.0-4) unstable; urgency=low
* control: make python2-elisp conflict with python-elisp (it doesn't
make sense to have both of them installed, does it ?)
* include build-depend on libxmltok1-dev.
* again, build with tcl/tk8.0.
-- Gregor Hoffleit <flight@debian.org> Wed, 10 Jan 2001 23:37:01 +0100
python2 (2.0-3) unstable; urgency=low
* Modules/Setup.in: Added a missing \ that made _tkinter be built
incorrectly.
* rules: on the fly, change all '#!' python scripts to use python2.
-- Gregor Hoffleit <flight@debian.org> Wed, 13 Dec 2000 20:07:24 +0100
python2 (2.0-2) unstable; urgency=low
* Aaargh. Remove conflicts/provides/replaces on python-base to make
parallel installation of python-base and python2-base possible.
* Install examples into /usr/share/doc/python2 (not python) and fix
symlink to python2.0 (thanks to Rick Younie <younie@home.com> for
pointing out this).
* Rename man page to python2.1.
-- Gregor Hoffleit <flight@debian.org> Wed, 13 Dec 2000 09:31:05 +0100
python2 (2.0-1) unstable; urgency=low
* New upstream version. Initial release for python2.
-- Gregor Hoffleit <flight@debian.org> Mon, 11 Dec 2000 22:39:46 +0100
|