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 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796
|
reportbug-ng (2.1) unstable; urgency=medium
* Fix "[reportbug-ng] incorrect information on packages not installed
("Package's Depends/Recommends/Suggest field is empty.")"
Replaced dpkg --print-avail with dpkg-query --status (Closes: #535275)
-- Bastian Venthur <venthur@debian.org> Tue, 31 May 2016 14:24:35 +0200
reportbug-ng (2.0) unstable; urgency=medium
* Ported to Qt5
* Bumped standards version
* Removed menu file
-- Bastian Venthur <venthur@debian.org> Tue, 31 May 2016 09:46:59 +0200
reportbug-ng (1.31) unstable; urgency=medium
* Various lintian fixes and build-time warnings by Anders. Thanks again!
-- Bastian Venthur <venthur@debian.org> Tue, 18 Mar 2014 15:07:27 +0100
reportbug-ng (1.30) unstable; urgency=medium
* Another round of patches by Anders Jonsson -- thank you very much! I think
I owe you a beer or two!
* Fix "please don't simply use Debian logo as icon" replaced the old Debian
logo with a new one in .xpm (Closes: #432791)
* `reportbug-ng --version` now shows correctly the version of rng
(Closes: #505839)
* Added some more text to the "About rng" dialog (Closes: #501975)
* Fixed instructions for translators
-- Bastian Venthur <venthur@debian.org> Fri, 07 Mar 2014 18:00:31 +0100
reportbug-ng (1.29) unstable; urgency=medium
* More l10n fixes: additional Swedish translations and fixes to Dutch,
Norwegian, Hebrew and Catalan translations. Thanks again Anders!
-- Bastian Venthur <venthur@debian.org> Mon, 24 Feb 2014 09:59:01 +0100
reportbug-ng (1.28) unstable; urgency=medium
* Fix "usage guide localization doesn't work". Applied patch by Anders
Jonsson. (Closes: #739713)
* Fix "[reportbug-ng] Swedish translation doesn't show the File->Quit
menuitem text". Applied patch by Anders Jonsson, thank you very much
Anders! (Closes: #586430)
-- Bastian Venthur <venthur@debian.org> Sat, 22 Feb 2014 12:03:31 +0100
reportbug-ng (1.27) unstable; urgency=low
* Fixed splitting of name, value in bug control file (Closes: #679252)
Thanks Ben Hutchings for the prompt patch and sorry for the inconvenience.
-- Bastian Venthur <venthur@debian.org> Wed, 27 Jun 2012 18:11:24 +0200
reportbug-ng (1.26) unstable; urgency=low
* Fix "Option setting does not work" (Closes: #644763)
-- Bastian Venthur <venthur@debian.org> Wed, 14 Dec 2011 19:46:06 +0100
reportbug-ng (1.25) unstable; urgency=low
* Fix "[reportbug-ng] desktop file not compliant with XDG standard"
(Closes: #590203). Thanks Pino Toscano!
* Bumped Standards Version (no changes).
-- Bastian Venthur <venthur@debian.org> Wed, 24 Aug 2011 22:50:18 +0200
reportbug-ng (1.24) unstable; urgency=low
* Updated czech translation. Thanks Petr! (Closes: #601236)
* Table columns now have localizable captions. Thanks Petr!
(Closes: #604415)
* Completed German translation.
-- Bastian Venthur <venthur@debian.org> Sun, 28 Nov 2010 13:30:43 +0100
reportbug-ng (1.23) unstable; urgency=low
* Fix "rtbug-ng: Row size increases after backspacing in the filter
expression field" (Closes: #591693)
* Added support for alpine mail client (Closes: #591838)
-- Bastian Venthur <venthur@debian.org> Fri, 06 Aug 2010 21:30:56 -0400
reportbug-ng (1.22) unstable; urgency=low
* Fix "Some colors not set properly on dark/inverted themes" Applied
Philipp's patch (Closes: #581341) -- Thank you Philipp Hartmann!
-- Bastian Venthur <venthur@debian.org> Sat, 19 Jun 2010 15:01:40 +0200
reportbug-ng (1.21) unstable; urgency=low
* Updated Italian translation. (Closes: #577535) -- Grazie Gabriele Stilli!
* Updated German translation.
-- Bastian Venthur <venthur@debian.org> Sat, 17 Apr 2010 15:14:46 +0200
reportbug-ng (1.20) unstable; urgency=low
* Bumped standards version (no changes).
* Removed Sylpheed-Claws support (we still have Sylpheed and Claws-Mail
support)
* Don't throw exception anymore when query is emtpy (Thanks Per!)
-- Bastian Venthur <venthur@debian.org> Sun, 11 Apr 2010 17:11:04 +0200
reportbug-ng (1.19) unstable; urgency=low
* Fix "[reportbug-ng] not work from:", Fixed typo. (Closes: #571267)
-- Bastian Venthur <venthur@debian.org> Sun, 21 Mar 2010 00:56:26 +0100
reportbug-ng (1.18) unstable; urgency=low
* Fixe automatich sorting.
-- Bastian Venthur <venthur@debian.org> Sun, 21 Feb 2010 12:11:07 +0100
reportbug-ng (1.17) unstable; urgency=low
* Added option to hide closed bugs.
* Fixed loading/saving of bugnumber column width
-- Bastian Venthur <venthur@debian.org> Sat, 20 Feb 2010 12:46:54 +0100
reportbug-ng (1.16) unstable; urgency=low
* Fixed tags column, tags are now showed again.
* Added support for complex queries like "severity:grave tag:serious"
* Added row for package name
-- Bastian Venthur <venthur@debian.org> Sun, 14 Feb 2010 16:55:26 +0100
reportbug-ng (1.15) unstable; urgency=low
* Fix "fails to start ("AttributeError: 'Cache' object has no
attribute 'set_filter'")", rng now depends on python-apt >= 0.7.93 which
provides this method (Closes: #568352)
* Removed had dependency on Python 2.5
-- Bastian Venthur <venthur@debian.org> Sat, 06 Feb 2010 14:55:38 +0100
reportbug-ng (1.14) unstable; urgency=low
* Silence deprecation warning in packagelineedit.py by using new method
names
-- Bastian Venthur <venthur@debian.org> Sun, 24 Jan 2010 13:04:48 +0100
reportbug-ng (1.13) unstable; urgency=low
* Added Progressbar for Webview and loading of Bugreports
* Added Debian logo as MainWindow icon
-- Bastian Venthur <venthur@debian.org> Sun, 10 Jan 2010 15:31:10 +0100
reportbug-ng (1.12) unstable; urgency=low
* Fix "Email client does not open when reporting a new bug"
Thanks Lars Kruse for the patch! (Closes: #554591)
-- Bastian Venthur <venthur@debian.org> Sun, 27 Dec 2009 17:48:56 +0100
reportbug-ng (1.11) unstable; urgency=low
* Ported gettext to QT's translation mechanism (brain huuuurts!)
* Added TRANSLATIONS document to help translators
-- Bastian Venthur <venthur@debian.org> Sun, 25 Oct 2009 18:10:19 +0100
reportbug-ng (1.10) unstable; urgency=low
* Fix "Doesn't give any explanations of the severities and what they
mean" (Closes: #439203)
- Moved the explanations from what-is-this-help to to a always visible
lable
- Also Moved the help for the tags from what-is-this to tooltips
-- Bastian Venthur <venthur@debian.org> Sat, 24 Oct 2009 12:17:25 +0200
reportbug-ng (1.9) unstable; urgency=low
* Fixed small bug where rng uses Bugreport.id instead of .bug_num (id will
vanish in future versions of debbugs according to Don)
-- Bastian Venthur <venthur@debian.org> Wed, 14 Oct 2009 23:59:01 +0200
reportbug-ng (1.8) unstable; urgency=low
* Fix "[reportbug-ng] 1.7 Does not download bug report text" fixed various
bugs related to python-debianbts > 1.0 transition (Closes: #550568)
- The html of a bug was not shown on click in the table
- The summary was not shown on closing a bug
- Additional information did not work because the bugnumber was empty
-- Bastian Venthur <venthur@debian.org> Sun, 11 Oct 2009 14:06:00 +0200
reportbug-ng (1.7) unstable; urgency=low
* Various adjustments because python-debianbts introduced some non-backwards
compatible changes.
* rng now depends on pyton-debianbts >= 1.0
* Sorting by severity works again
* Status now shows "Open", "Closed" and "Archived"
* Fix "[reportbug-ng] ordering by column Bugnumber works as a string
not as a number" python-debianbts provides now numbers instead of strings
(Closes: #542544)
-- Bastian Venthur <venthur@debian.org> Sat, 10 Oct 2009 20:36:05 +0200
reportbug-ng (1.6) unstable; urgency=low
* Updated VCS-git field in debian/control, we moved to github
* Moved Toolbuttons in seperate toolbar and put Strings besides them, this
should improve usability by making clearer what the buttons mean and also
bigger to make it easier to click
* Fix "[reportbug-ng] Severity colors set to black even when clicking
"Cancel"" Fixed bug where settings where applied to rng even when the user
clicked cancel.(Closes: #526332)
* Bumped standards version (no changes)
-- Bastian Venthur <venthur@debian.org> Sat, 19 Sep 2009 16:17:13 +0200
reportbug-ng (1.5) unstable; urgency=low
* Applied patch from Daniel Schaal:
- Added Packagecompletion in lineedit
- Fix for "Last Action" Column to show the dates again
- Lineedit now has focus on start
* Added dependency on python-apt for package completion
-- Bastian Venthur <venthur@debian.org> Mon, 03 Aug 2009 19:40:31 +0200
reportbug-ng (1.4.1) unstable; urgency=low
* Fix "rng still doesn't include the output of package bug scripts", rng now
uses xterm instead of the generic x-terminal-emulator, which waits until
the bugscript finished before returning to rng.
- Consequently rng also depends on xterm now (Closes: #526119)
-- Bastian Venthur <venthur@debian.org> Mon, 08 Jun 2009 14:33:29 +0200
reportbug-ng (1.4) unstable; urgency=low
* Finalized /usr/share/bug/* support. Added support for:
- submit-as
- package-status
- report-with
Left out "Send-To:"-support, since it seems to be depreciated and no
package is using it.
Hopefully (Closes: #434212)
-- Bastian Venthur <venthur@debian.org> Sun, 07 Jun 2009 18:55:33 +0200
reportbug-ng (1.3) unstable; urgency=low
* Pretty print Suggests and Recommends if available.
(Closes: #509958)
* Fixed long description (Closes: #524029)
-- Bastian Venthur <venthur@debian.org> Sun, 19 Apr 2009 19:43:03 +0200
reportbug-ng (1.2.2) unstable; urgency=low
* Fix "[reportbug-ng] Does not use /usr/share/bug/$package if it's a
script and not a directory" <explain what you changed and why>
(Closes: #523681)
* Added keyboard shortcut for the filter/query bar, navigation between
this bar, the table and the browser is possible with TAB and SHIFT-TAB
(Closes: #492835, #498011)
* Bumped standards version
-- Bastian Venthur <venthur@debian.org> Sun, 12 Apr 2009 00:42:03 +0200
reportbug-ng (1.2.1) unstable; urgency=low
* Fixed bug where a bug-script output with unicode output prevents to spawn
the mail client.
* Moved from bzr to git -- updated vcs field
-- Bastian Venthur <venthur@debian.org> Sun, 01 Feb 2009 17:31:05 +0100
reportbug-ng (1.2) unstable; urgency=low
* Added support for tags
- A new column "tags" shows all the available tags for the bugs
(Closes: #491927)
* Corrected small issue in internal state machine (Closes: #501888)
* Moved rng's modules from /usr/share/python-support/reportbug-ng to
/usr/share/reportbug-ng/ (Closes: #496544)
* Converted output of package script to unicode (Closes: #495397)
* Changed Sylpheed Claws GTK2 to Claws Mail (Closes: #431711)
- Fixed another issue wich caused translated MUAS not to work
* Added font color to buttons just in case they stay white
(Closes: #499129)
-- Bastian Venthur <venthur@debian.org> Sat, 11 Oct 2008 20:36:19 +0200
reportbug-ng (1.1.1) unstable; urgency=low
* Applied patches from Pino Toscano:
- Improvement main window's menus
- Improvement of settings window
- Improvement submit dialog
- MUA strings now translateable (Closes: #445569)
Thank you very much Pino!
* Added Russian and Traditional Chinese translations
(Closes: #498335, #476298)
- Thanks Yuri Kozlov and Rex Tsai
-- Bastian Venthur <venthur@debian.org> Sun, 14 Sep 2008 13:57:12 +0200
reportbug-ng (1.1) unstable; urgency=low
* Added settings window which allows to chose the default MUA, the colors
for the table and other stuff
* Show presubj of a package if available (Closes: #417256)
* Made script-output and the appearance of the presubj optional through
settings
* Correctly load/save settings for the column and sortorder of the tableview
-- Bastian Venthur <venthur@debian.org> Mon, 28 Jul 2008 12:25:18 +0200
reportbug-ng (1.0.1) unstable; urgency=high
* Send the output of /usr/share/bug/PACKAGE/script if available
(Closes: #417256, #422085, #434212)
* Connected the quit action
* Changed the shortcut for Close Bug action
-- Bastian Venthur <venthur@debian.org> Sun, 20 Jul 2008 17:23:57 +0200
reportbug-ng (1.0) unstable; urgency=low
The 'don't fear the 1.0'-release.
* Ported rng from qt3 to qt4 (Closes: #469332)
* Use Webkit as internal browser:
- Smoother fonts, CSS, etc (Closes: #417823)
- No crashes (Closes: #486212, #486743, #488122)
- passes acid1 and acid2 :P
* Merged several stuff fom lib to rnghelpers (Closes: #459439)
* Removed option to hide main menu (Closes: #434130, #433524, #433550)
* Depends on python2.5
* Bumped standards version
* Moved from pycentral to python-support
-- Bastian Venthur <venthur@debian.org> Sat, 19 Jul 2008 13:45:24 +0200
reportbug-ng (0.2008.07.07) unstable; urgency=low
* Externalized Debian's BTS SOAP stuff to python-debianbts and depend on
this package instead of python-soappy
-- Bastian Venthur <venthur@debian.org> Mon, 07 Jul 2008 23:21:36 +0200
reportbug-ng (0.2008.06.04) unstable; urgency=high
* Fixed possible code execution by preparing module files in os.curdir
(Closes: #484474)
-- Bastian Venthur <venthur@debian.org> Wed, 4 Jun 2008 20:23:13 +0200
reportbug-ng (0.2008.03.28) unstable; urgency=low
* CC the secure-testing-team when submitting bugreports with tag "security"
(Closes: #457690)
* Prefix the package name in the subject of new bugreports and additional
information reports (Closes: #450708)
* Prefill the subject with "Done: bugreport-summary" in submitt dialog when
closing a bug (Closes: #435837)
* Rng now only makes MUAs available in the submit dialog, which are installed
on the system (Closes: #440568, #440567)
-- Bastian Venthur <venthur@debian.org> Fri, 28 Mar 2008 12:46:19 +0100
reportbug-ng (0.2008.03.26) unstable; urgency=low
* Added Simplified Chinese translation, thanks Liu Yubao (Closes: #471056)
* Updated Japanese translation, thanks again Junichi Uekawa (Closes: #462616)
* Bumped standards version
* Removed superfluous dirs
* Added Homepage field
-- Bastian Venthur <venthur@debian.org> Wed, 26 Mar 2008 18:09:56 +0100
reportbug-ng (0.2008.01.20) unstable; urgency=low
* Escape quotes in arguments passed to MUA (if MUA_SYNTAX uses quotes)
(Closes: #457139, #445568) -- thanks Daniel Hahler for the patch!
-- Bastian Venthur <venthur@debian.org> Sun, 20 Jan 2008 18:48:59 +0100
reportbug-ng (0.2007.10.30) unstable; urgency=low
* Translation updates:
- Updated Spanish translation, thanks Javier Fernández-Sanguino Peña
(Closes: #439652)
- Updated French translation, thanks Cyril Brulebois (Closes: #440112)
- Updated Polish translation, thanks Mateusz Skowroński (Closes: #440523)
-- Bastian Venthur <venthur@debian.org> Tue, 30 Oct 2007 20:02:59 +0100
reportbug-ng (0.2007.08.20) unstable; urgency=low
* Fixed bug where rng failed to load bug report if invoked with a single
bug number as argument
-- Bastian Venthur <venthur@debian.org> Mon, 20 Aug 2007 16:44:07 +0200
reportbug-ng (0.2007.08.12) unstable; urgency=low
* Replaced QTable with QListView:
- Really fast filtering of very long bug lists (Closes: #416579)
- Correctly sorts all columns (Closes: #435830)
- Save width for every column and restore it on next start
* Updated French translation (Closes: #436171)
* Updated Italian translation (Closes: #436051)
* Minor cleanups
-- Bastian Venthur <venthur@debian.org> Sun, 12 Aug 2007 13:26:07 +0200
reportbug-ng (0.2007.08.03.2) unstable; urgency=low
* Corrected sorting order for sort-by-status (Closes: #435822)
-- Bastian Venthur <venthur@debian.org> Fri, 03 Aug 2007 15:33:18 +0200
reportbug-ng (0.2007.08.03) unstable; urgency=low
* Show date of last action in Buglist (Closes: #416134)
* Enabled sorting of tableitems by all available headers (Closes: #433521)
* Updated German translation
-- Bastian Venthur <venthur@debian.org> Fri, 03 Aug 2007 13:55:16 +0200
reportbug-ng (0.2007.08.02) unstable; urgency=low
* Call mailclient and webbrowser in a new thread no matter what
(Closes: #432567)
* Use xdg-email as default mail client if nothing else was chosen
(Closes: #434293)
* Improved package description (Closes: #435486)
* Fixed some typos (Closes: #434367)
-- Bastian Venthur <venthur@debian.org> Thu, 02 Aug 2007 10:54:55 +0200
reportbug-ng (0.2007.07.19) unstable; urgency=low
* Fixed handling of http_proxy environment variable (Closes: #433790)
-- Bastian Venthur <venthur@debian.org> Thu, 19 Jul 2007 21:40:31 +0200
reportbug-ng (0.2007.07.18) unstable; urgency=low
* Allow multiple filter keywords and negation
"foo bar -baz" matches all reports with foo and bar and not baz
(Closes: #428772)
* Added Italian translation (Closes: #433114), thanks Gabriele Stilli!
* Added Hebrew translation (Closes: #433577), thanks Baruch Even!
-- Bastian Venthur <venthur@debian.org> Wed, 18 Jul 2007 15:22:39 +0200
reportbug-ng (0.2007.07.12) unstable; urgency=low
* New "Close Bugreport" action
* Don't send severity for close- and additional-info-bugs
* Further user interface improvements: (Closes: #432554)
- Added a main menu which can be toggled
- Improved shortcuts and captions
- Added a Quit-action with shortcut for users using DEs lacking a windeco
* Added support for http_proxy environment variable in SoapPy
(Closes: #432319)
* Fixed handling of URLs with semicolon (Closes: #432822)
* Updated German translation
-- Bastian Venthur <venthur@debian.org> Thu, 12 Jul 2007 10:08:20 +0200
reportbug-ng (0.2007.07.08) unstable; urgency=low
* Corrected Architecture to all (Closes: #430846)
* Updated menu file to new section Applications/System instead of Apps/System
* Switched from generic Widget to MainWindow, this brings a Menu, Toolbar and
a Statusbar -- now we finally can show the links in the statusbar
(Closes: #418763)
* Added support for filing WNPP bugs (Closes: #416136)
* Use freedesktop.org's xdg-utils to find user's preferred browser in a
desktop environment neutral way (Closes: #420108)
* Be more robust when receiving crappy unicode chars
* Don't load bugreports when selection changes due hiding of rows
* Added logging support and command line options to control logging
* Added SOAP support and enabled it by default for all queries
* Added many unittests to ensure SOAP provides the same infos as HTML
* Added value function for Bugreports which returns 'urgency value' for this
bug.
* Some refactoring
-- Bastian Venthur <venthur@debian.org> Thu, 28 Jun 2007 13:50:15 +0200
reportbug-ng (0.2007.06.27) unstable; urgency=low
The "Everybody gets a pony" release
* Added Dutch translation, thanks Tino Meinen!
* Added French translation (Closes: #430172), thanks Robert-André Mauchin!
* Added Norwegian translation (Closes: #430340), thanks Runa Sandvik!
* Added Polish translation (Closes: #430487), thanks Mateusz Skowroński!
* Due a change in BTS' html code rng didn't show any bugs anymore, fixed that
* Remember size and position of MainWindow and restore those settings
on next startup
* Removed annoying tooltip from main table
-- Bastian Venthur <venthur@debian.org> Sun, 17 Jun 2007 13:29:39 +0200
reportbug-ng (0.2007.06.13) unstable; urgency=low
* Changed priority from extra to optional
* Added Catalan translation (Closes: #427884), thanks David Planella!
* Added Czech translataion (Closes: #428430), thanks Miroslav Kure!
* Updated Japanese translation (Closes: #427008)
* Fixed typo in German translation
* Fixed small bug where reporting a new bug for a sourcepacke foo would
result in a bugreport for 'package: src:foo'
* Fixed small bug where searching for a single bug via bugnumber would show
unstipped HTML code in the severity column if the severity is grave,
serious or important
* Set default severity to "normal"
-- Bastian Venthur <venthur@debian.org> Fri, 08 Jun 2007 10:48:46 +0200
reportbug-ng (0.2007.05.31) unstable; urgency=low
* Added Spanish translation (Closes: #426436), thanks Javier
Fernandez-Sanguino!
-- Bastian Venthur <venthur@debian.org> Thu, 31 May 2007 11:51:19 +0200
reportbug-ng (0.2007.05.28) unstable; urgency=low
* Added Japanese translation (Closes: #426288), thanks Junichi Uekawa!
* Added Swedish translation (Closes: #426297), thanks Daniel Nylander!
* Fixed German translation (Closes: #426368), thanks Bruno Kleinert!
* Improved some English strings (Closes: #426289)
* Refactored strings to make translation easier, updated German po
* Created update target in src/po to generate new .pot and update all .po
files in this directory
* Refactored Makefiles, install-rules are much cleaner now
-- Bastian Venthur <venthur@debian.org> Mon, 28 May 2007 10:59:44 +0200
reportbug-ng (0.2007.05.27) unstable; urgency=low
* Created L10N infrastructure and added German translation
* Strip leading and trailing whitespaces from userinput (Closes: #423717)
* Temporarily removed googlemail since it doesn't handle very long URLs
very well (Closes: #422496)
-- Bastian Venthur <venthur@debian.org> Sun, 27 May 2007 16:43:21 +0200
reportbug-ng (0.2007.05.02) unstable; urgency=low
* Fixed malformed RE which caused a wrong packagename in the
bugreport (Closes: #421866) -- Thank's again Adam!
- Added unittest to check for errors like this
* Started to write SOAP support
- New dependency: python-soappy
* Small fix in helptext and manpage
-- Bastian Venthur <venthur@debian.org> Wed, 02 May 2007 10:40:30 +0200
reportbug-ng (0.2007.04.27) unstable; urgency=high
* Fixed bug in RE where rng sometimes fails to find all bugs in buglist.
(Perfect example how dangerous and error prone html-parsing is)
* Moved settings from [gui] to [general]
* Added some unittests
-- Bastian Venthur <venthur@debian.org> Fri, 27 Apr 2007 09:46:58 +0200
reportbug-ng (0.2007.04.23) unstable; urgency=low
* Added support for new queries:
- bugnumber (Closes: #419624)
- package
- maintainer@foo.bar
- src:package
- from:submitter@foo.bar (Closes: #416131)
- severity:foo
- tag:bar
* Modified --help output and manpage to reflect the new queries
* When a query returns only one valid bug, select it and show the
bugreport directly
* Lots of internal changes:
- Major cleanup of html-parsing
- Introduced lock to avoid race condition when writing buglist
- Introduced some finite state machine like logic to control "submit new"
and "additional info" buttons depending on the search query
- added DebianBTS.getSingleBug(nr)
- Bugreport now contains the package the bug belongs to
- Bugreport.__str__ now returns the packagename too
-- Bastian Venthur <venthur@debian.org> Mon, 23 Apr 2007 17:48:12 +0200
reportbug-ng (0.2007.04.20) unstable; urgency=low
* Switched from SVN to BZR, added XS-Vcs-bzr line to debian/crontrol to
reflect that.
-- Bastian Venthur <venthur@debian.org> Fri, 20 Apr 2007 18:06:19 +0200
reportbug-ng (0.2007.04.16) unstable; urgency=low
* Added HTMLStripper.handle_charref() to fix a small HTML rendering
issue
* Added shortcut "rng" linking to "reportbug-ng"
* Added support for python's ConfigParser and provide --help and
--version options
* Improved Manpage
* Removed redundant CHANGELOG
-- Bastian Venthur <venthur@debian.org> Mon, 16 Apr 2007 11:31:34 +0200
reportbug-ng (0.2007.04.13) unstable; urgency=low
* Added support for Mutt-NG
-- Bastian Venthur <venthur@debian.org> Fri, 13 Apr 2007 13:42:23 +0200
reportbug-ng (0.2007.04.07.2) unstable; urgency=low
* Don't send Version-Header when no version is given, since it
confuses our BTS (Closes: #417861)
-- Bastian Venthur <venthur@debian.org> Sat, 07 Apr 2007 15:29:30 +0200
reportbug-ng (0.2007.04.07) unstable; urgency=low
* Dropped support for opera since it does not support newlines in
MAILTO URLs (Closes: #418035)
* Correctly handle HTML quotes (Closes: #415575)
* RNG is now killable by SIGINT (Closes: #414582)
* Added support for command line option:
reportbug-ng foobar
will start reportbug-ng and search for bugs of package foobar
* Some more unicode improvements
-- Bastian Venthur <venthur@debian.org> Sat, 07 Apr 2007 11:17:57 +0200
reportbug-ng (0.2007.03.29) unstable; urgency=low
* Fixed some issues where I did not convert strings to unicode, before using
them internally (Closes: #416598, #416505)
-- Bastian Venthur <venthur@debian.org> Thu, 29 Mar 2007 13:33:24 +0200
reportbug-ng (0.2007.03.28) unstable; urgency=low
* Adjusted alignment of labels in SubmitWindow
* Colorized Bugs by severity (Closes: #416132)
* Improved performance of filtering by hiding/showing instead of deleting/inserting
* Improved Debian description
-- Bastian Venthur <venthur@debian.org> Wed, 28 Mar 2007 12:00:44 +0200
reportbug-ng (0.2007.03.27) unstable; urgency=low
* Usability improvements:
- added accelerators for every button and input field
- added Tooltips and WhatIsThis to several widgets
- Made usage hints permanent (Closes: #415479, #414488)
* Start browser in a new thread, since webbrowser.open blocks if it has
to spawn a new browser (Closes: #416299)
* Some legacy bugs:
- We're using .reportbug-ng since 0.2007.03.19.2 (Closes: #415443)
- We're providing reasonable package information and the "Package:"-line
since 0.2007.03.15 (Closes: #414496)
-- Bastian Venthur <venthur@debian.org> Tue, 27 Mar 2007 14:23:16 +0200
reportbug-ng (0.2007.03.24) unstable; urgency=low
* Added support for sylpheed-claws-gtk2 (Closes: #416002)
-- Bastian Venthur <venthur@debian.org> Sat, 24 Mar 2007 17:21:48 +0100
reportbug-ng (0.2007.03.20) unstable; urgency=low
* The "WTF did he just say GoogleMail?"-release
* Added support for Opera, KMail, Pine and GoogleMail (Closes: #414449)
* We save the last used MUA now and preselect it on next start
* Internal stuff:
- More generic mechanism to add new MUAs
- Better quoting of URLs (Closes: #415568)
-- Bastian Venthur <venthur@debian.org> Tue, 20 Mar 2007 14:28:34 +0100
reportbug-ng (0.2007.03.19.2) unstable; urgency=low
* Finally got mutt running (Closes: #415442)
Thanks Gregor Herrmann for sending the patch!
* Improved handling of sylpheed and sylpheed-claws
-- Bastian Venthur <venthur@debian.org> Mon, 19 Mar 2007 17:55:50 +0100
reportbug-ng (0.2007.03.19) unstable; urgency=low
* Added getSourceName, but don't use it for now since bugreports for source
package reveal too many false positives (try "kate" and you'll get all bugs
from kdebase)
* Greatly improved speed while fetching version of installed packages a
package depends on by just calling dpkg once with all packages as param
-- Bastian Venthur <venthur@debian.org> Mon, 19 Mar 2007 12:05:39 +0100
reportbug-ng (0.2007.03.17) unstable; urgency=low
* improved system information, apt-policy now shows all sources not just
the official ones
-- Bastian Venthur <venthur@debian.org> Sat, 17 Mar 2007 13:03:22 +0100
reportbug-ng (0.2007.03.15) unstable; urgency=low
* Replaced TextList with a Table
* Now we also show severity and status of a bug in the overview
* Fixed a race condition in loadBugreport
-- Bastian Venthur <venthur@debian.org> Thu, 15 Mar 2007 14:55:00 +0100
reportbug-ng (0.2007.03.14) unstable; urgency=low
* Provide Debian menu entry
* Added HTMLStripper, stripping unwanted tags (img) to silence qtextbrowser warnin
(Closes: #414492)
-- Bastian Venthur <venthur@debian.org> Wed, 14 Mar 2007 13:01:32 +0100
reportbug-ng (0.2007.03.13) unstable; urgency=low
* .desktop file for better Menu integration
* Improved Package Information
* Use some threading to make UI snappier while downloading with urllib
(Closes: #414494)
* Made image-links clickable
* improved handling of sys.path
-- Bastian Venthur <venthur@debian.org> Tue, 13 Mar 2007 13:50:54 +0100
reportbug-ng (0.2007.03.11) unstable; urgency=low
* Made patch-, l10n- and security-tags available
* We provide now some useful package information
-- Bastian Venthur <venthur@debian.org> Sun, 11 Mar 2007 18:58:24 +0100
reportbug-ng (0.2007.03.10) unstable; urgency=low
* Initial Release.
-- Bastian Venthur <venthur@debian.org> Sat, 10 Mar 2007 15:38:24 +0100
|