Skip to content

Commit 9aed360

Browse files
committed
Add NEWS.md file
Resolves: #31
1 parent 9991b1a commit 9aed360

1 file changed

Lines changed: 74 additions & 0 deletions

File tree

NEWS.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# python-bugzilla release news
2+
3+
## Release 2.0.0 (Feb 08 2017)
4+
5+
This release contains several small to medium API breaks. I expect most users
6+
won't notice any difference. I previously outlined the changes here:
7+
8+
https://lists.fedorahosted.org/archives/list/[email protected]/thread/WCYPOKJZFYOW7RRT44FCM5GQU26O56K4/
9+
10+
The major changes are:
11+
12+
- Several fixes for use with bugzilla 5
13+
- Bugzilla.bug_autorefresh now defaults to False
14+
- Credentials are now cached in ~/.cache/python-bugzilla/
15+
- bin/bugzilla was converted to argparse
16+
- bugzilla query --boolean_chart option is removed
17+
- Unify command line flags across sub commands
18+
19+
## Release 1.2.2 (Sep 23 2015)
20+
21+
- Switch hosting to http://github.com/python-bugzilla/python-bugzilla
22+
- Fix requests usage when ndg-httpsclient is installed (Arun Babu
23+
Neelicattu)
24+
- Add non-rhbz support for getting bug comments (AJ Lewis)
25+
- Misc bugfixes and improvements
26+
27+
## Release 1.2.1 (May 22 2015)
28+
29+
- bin/bugzilla: Add --ensure-logged-in option
30+
- Fix get_products with bugzilla.redhat.com
31+
- A few other minor improvements
32+
33+
## Release 1.2.0 (Apr 08 2015)
34+
35+
- Add bugzilla new/query/modify --field flag (Arun Babu Neelicattu)
36+
- API support for ExternalBugs (Arun Babu Neelicattu, Brian Bouterse)
37+
- Add new/modify --alias support (Adam Williamson)
38+
- Bugzilla.logged_in now returns live state (Arun Babu Neelicattu)
39+
- Fix getbugs API with latest Bugzilla releases
40+
41+
## Release 1.1.0 (Jun 01 2014)
42+
43+
- Support for bugzilla tokens (Arun Babu Nelicattu)
44+
- bugzilla: Add query/modify --tags
45+
- bugzilla --login: Allow to login and run a command in one shot
46+
- bugzilla --no-cache-credentials: Don't use or save cached credentials
47+
when using the CLI
48+
- Show bugzilla errors when login fails
49+
- Don't pull down attachments in bug.refresh(), need to get
50+
bug.attachments manually
51+
- Add Bugzilla bug_autorefresh parameter.
52+
53+
## Release 1.0.0 (Mar 25 2014)
54+
55+
- Python 3 support (Arun Babu Neelicattu)
56+
- Port to python-requests (Arun Babu Neelicattu)
57+
- bugzilla: new: Add --keywords, --assigned_to, --qa_contact (Lon Hohberger)
58+
- bugzilla: query: Add --quicksearch, --savedsearch
59+
- bugzilla: query: Support saved searches with --from-url
60+
- bugzilla: --sub-component support for all relevant commands
61+
62+
## Release 0.9.0 (Jun 19 2013)
63+
64+
- CVE-2013-2191: Switch to pycurl to get SSL host and cert validation
65+
- bugzilla: modify: add --dependson (Don Zickus)
66+
- bugzilla: new: add --groups option (Paul Frields)
67+
- bugzilla: modify: Allow setting nearly every bug parameter
68+
- NovellBugzilla implementation removed, can't get it to work
69+
70+
## Release 0.8.0 (Feb 16 2013)
71+
72+
- Replace usage of non-upstream Red Hat bugzilla APIs with upstream replacements
73+
- Test suite improvements, nearly complete code coverage
74+
- Fix all open bug reports and RFEs

0 commit comments

Comments
 (0)