Updated Norwegian (bokmål) translation.
[bug-buddy.git] / NEWS
blob9e94baab83ca1efcfd4833330fa5a697a3385e46
1 2.1.3:
3   * Fixes:
5         - don't allow mails from root@ (b.g.o #57490)
7   * Improvements:
9         - redesigned druid to be easier to use and more sane
11         - respects themes a bit more and looks more like GnomeDruid
13 2.1.2:
15   * Fixes:
17         - convert xml to UTF-8 so that non-ascii characters display
18           correctly
20   * Improvements:
22         - display frequently reported bugs
24         - build with less deprecated functiosn
26         - use new GTK 2.0 button layout
28         - add a tag to the bugzilla email if a gnome 2 app crashed
30 2.1.1:
32   * Fixes:
34         - Clean up GtkDialogs
36         - Other misc. porting fixes and cleanups.
38 2.1.0:
40   * Improvements:
42         - port to GNOME 2.0
44 2.0.8:
46   * Fixes:
48         - don't pass --nw anymore: seems to break things
50 2.0.7:
52   * Fixes:
54         - pass --nw to gdb (from Leonard Norrgard  <vinsci@bugg.lnorrgard.com>)
56         - wrap mail bodies at 72 chars again (me)
58         - have gdb get stack traces from all threads (zucchi mentioned
59           the command on irc, but i don't know where he found it)
61 2.0.6:
63   * Fixes:
65         - translation updates
67   * Improvements:
69         - allows bugzillas to use different parts of the config.xml
70           for "severity"
72 2.0.5:
74   * Fixes:
76         - touch files after we download them so that the cache
77           actually works.
79 2.0.4:
81   * Fixes:
83         - set the From: header
85         - make sure the user knows the bug is going to be submitted
86           before it is sent
88 2.0.3:
90   * Fixes:
92         - libxml include path fixes
94 2.0.2:
96   * Fixes:
98         - Ximian Bugzilla support
100         - other small bugs
102 2.0.1:
104   * Fixes:
106         - Fix a bug where the cache never gets updated.
108         - Don't access widgets after they have been destroyed when
109           saving config.
111 2.0:
113   * Rewritten to support bugzilla
115   * The UI should be nicer too
117 1.2:
119  * Fixes:
121         - bug #29310
123  * Improvements:
125         - Added a --include argument to set which file is included in
126           the report
128 1.1:
130  * Fixes:
132         - lots of compilation warnings
134  * Improvements:
136         - more strict email checks
138         - IRIX support
140         - doesn't call gdb on directories (for evolution)
142 1.0:
144  * Fixes:
146         - bug #11485
148         - some other bugs
150         - make the text widget in the miggie combo a bit smarter
152         - fixed some i18n issues
153 0.90:
155  * Fixes:
157         - bugs #10159 and #9493
159  * Improvements:
161         - window icon is now set
163 0.9:
165  * Fixes:
167         - GTK warnings fixed
169  * Improvements:
171         - gnome-mime is now used to try to guard against non-text
172           files being sent to the bug tracker
174 0.8:
176 * Fixes:
178         - all bugs on bugs.gnome.org that can be fixed are either
179           fixed or somewhat addressed
181         - Checks for version on TuboLinux
183 * Improvements:
185         - much of the .glade was redone
187         - it is now possible to cc yourself on bug submitions
189         - you get a preview of the message before you send it
191         - (not finished) user documentation
193         - you can submit bugs to arbitrary people now
195         - Helix Code BTS
197 0.7:
199 * Fixes:
201         - fixed bug #6013
203         - minor aesthetic tweaks
205         - translations
207 0.6:
209 * Fixes: 
211         - I don't think there needed to be any :)
213 * Improvements:
215         - Support for Debian and KDE's bug tracking system
217         - UI tweaks
219         - including text files in the report is now possible
221 0.5:
223 * Fixes:
225         - text areas now have their text wrapped when you send
227         - correctly detect debian systems
229 * Improvements:
231         - it's now possible to add information to an existing bug report
233         - can now query dpkg on debian systems
235         - now detects Linux-Mandrake  (patches readily accepted for 
236         detecting other distributions)
238         - less druid pages, and prettier UI
240         - availability of .deb and .rpm packages
242 0.4:
244 * Fixes:
246         - possible crash when clicking on a clist with a blank 2nd
247         column
249         - spelling errors
251 * Improvements:
253         - reorganized the druid a little
255         - code reorg
257         - can now stop/refresh the gdb process
259 0.3 release:
261 No release announcement this time, I guess.
263 * Fixes:
265         - fix duplicate message sendome with qmail
267         - make sure the user wants to overwrite a file
269         - more descriptive error message when the .glade
270         file doesn't exist
272         - do some stuff for when we aren't installed in 
273         the gnome prefix
275         - fix some warnings etc. for intl.
277         - spec.in file
279 0.2 release:
281 Hello,
283 I've made a couple of minor (but kind of important) fixes to bug-buddy.
285 * Availability:
287         - ftp://ftp.gnome.org/pub/GNOME/sources/bug-buddy/
289 * Changes:
291         - should more correctly determine the gnome-core version
293         - change 'severe' severity to 'grave'
295         - better mime regex
297 Enjoy,
298 Jacob
300 0.1 release:
302 Hello bug hunters,
304 I've just released the first version of bug-buddy, a graphical
305 bug reporting utility.
307 The goal of bug-buddy is to make reporting bugs very simple and easy
308 for the user, while making the reports themselves more useful and
309 informative for the developer.
311 * Availability:
313         - ftp://ftp.gnome.org/pub/GNOME/sources/bug-buddy/
315 * Features:
317         - automatic stack trace gathering, either from a core file
318           or from a crashed application.  No messing with gdb :)
320         - determines the versions of different components installed
321           on your machine
323         - can be started from gmc (double clicking on a core file)
324           and from the crash dialog, if you have gnome-libs 1.0.53
325           (October GNOME) or higher installed
327 * Requirements:
329         - libglade: 0.5 or later required (CVS version has some layout
330           fixes)
332         - gdb is required to obtain a stack trace automatically
334         - gnome-libs 1.0.53 or higher recommended
336 * Notes:
338         - yes, some information about your system will be submitted
339           to the bug tracking system.  This is limited to versions of
340           system and gnome components, but I figure I should mention it.
342         - bug reports for bug-buddy are appreciated
344 Enjoy,
345 Jacob