Updated Norwegian (bokmål) translation. Updated.
[bug-buddy.git] / NEWS
blob442afe08404db66187ff1ec084ac6cb6194a5446
1 2.1.2:
3   * Fixes:
5         - convert xml to UTF-8 so that non-ascii characters display
6           correctly
8   * Improvements:
10         - display frequently reported bugs
12         - build with less deprecated functiosn
14         - use new GTK 2.0 button layout
16         - add a tag to the bugzilla email if a gnome 2 app crashed
18 2.1.1:
20   * Fixes:
22         - Clean up GtkDialogs
24         - Other misc. porting fixes and cleanups.
26 2.1.0:
28   * Improvements:
30         - port to GNOME 2.0
32 2.0.8:
34   * Fixes:
36         - don't pass --nw anymore: seems to break things
38 2.0.7:
40   * Fixes:
42         - pass --nw to gdb (from Leonard Norrgard  <vinsci@bugg.lnorrgard.com>)
44         - wrap mail bodies at 72 chars again (me)
46         - have gdb get stack traces from all threads (zucchi mentioned
47           the command on irc, but i don't know where he found it)
49 2.0.6:
51   * Fixes:
53         - translation updates
55   * Improvements:
57         - allows bugzillas to use different parts of the config.xml
58           for "severity"
60 2.0.5:
62   * Fixes:
64         - touch files after we download them so that the cache
65           actually works.
67 2.0.4:
69   * Fixes:
71         - set the From: header
73         - make sure the user knows the bug is going to be submitted
74           before it is sent
76 2.0.3:
78   * Fixes:
80         - libxml include path fixes
82 2.0.2:
84   * Fixes:
86         - Ximian Bugzilla support
88         - other small bugs
90 2.0.1:
92   * Fixes:
94         - Fix a bug where the cache never gets updated.
96         - Don't access widgets after they have been destroyed when
97           saving config.
99 2.0:
101   * Rewritten to support bugzilla
103   * The UI should be nicer too
105 1.2:
107  * Fixes:
109         - bug #29310
111  * Improvements:
113         - Added a --include argument to set which file is included in
114           the report
116 1.1:
118  * Fixes:
120         - lots of compilation warnings
122  * Improvements:
124         - more strict email checks
126         - IRIX support
128         - doesn't call gdb on directories (for evolution)
130 1.0:
132  * Fixes:
134         - bug #11485
136         - some other bugs
138         - make the text widget in the miggie combo a bit smarter
140         - fixed some i18n issues
141 0.90:
143  * Fixes:
145         - bugs #10159 and #9493
147  * Improvements:
149         - window icon is now set
151 0.9:
153  * Fixes:
155         - GTK warnings fixed
157  * Improvements:
159         - gnome-mime is now used to try to guard against non-text
160           files being sent to the bug tracker
162 0.8:
164 * Fixes:
166         - all bugs on bugs.gnome.org that can be fixed are either
167           fixed or somewhat addressed
169         - Checks for version on TuboLinux
171 * Improvements:
173         - much of the .glade was redone
175         - it is now possible to cc yourself on bug submitions
177         - you get a preview of the message before you send it
179         - (not finished) user documentation
181         - you can submit bugs to arbitrary people now
183         - Helix Code BTS
185 0.7:
187 * Fixes:
189         - fixed bug #6013
191         - minor aesthetic tweaks
193         - translations
195 0.6:
197 * Fixes: 
199         - I don't think there needed to be any :)
201 * Improvements:
203         - Support for Debian and KDE's bug tracking system
205         - UI tweaks
207         - including text files in the report is now possible
209 0.5:
211 * Fixes:
213         - text areas now have their text wrapped when you send
215         - correctly detect debian systems
217 * Improvements:
219         - it's now possible to add information to an existing bug report
221         - can now query dpkg on debian systems
223         - now detects Linux-Mandrake  (patches readily accepted for 
224         detecting other distributions)
226         - less druid pages, and prettier UI
228         - availability of .deb and .rpm packages
230 0.4:
232 * Fixes:
234         - possible crash when clicking on a clist with a blank 2nd
235         column
237         - spelling errors
239 * Improvements:
241         - reorganized the druid a little
243         - code reorg
245         - can now stop/refresh the gdb process
247 0.3 release:
249 No release announcement this time, I guess.
251 * Fixes:
253         - fix duplicate message sendome with qmail
255         - make sure the user wants to overwrite a file
257         - more descriptive error message when the .glade
258         file doesn't exist
260         - do some stuff for when we aren't installed in 
261         the gnome prefix
263         - fix some warnings etc. for intl.
265         - spec.in file
267 0.2 release:
269 Hello,
271 I've made a couple of minor (but kind of important) fixes to bug-buddy.
273 * Availability:
275         - ftp://ftp.gnome.org/pub/GNOME/sources/bug-buddy/
277 * Changes:
279         - should more correctly determine the gnome-core version
281         - change 'severe' severity to 'grave'
283         - better mime regex
285 Enjoy,
286 Jacob
288 0.1 release:
290 Hello bug hunters,
292 I've just released the first version of bug-buddy, a graphical
293 bug reporting utility.
295 The goal of bug-buddy is to make reporting bugs very simple and easy
296 for the user, while making the reports themselves more useful and
297 informative for the developer.
299 * Availability:
301         - ftp://ftp.gnome.org/pub/GNOME/sources/bug-buddy/
303 * Features:
305         - automatic stack trace gathering, either from a core file
306           or from a crashed application.  No messing with gdb :)
308         - determines the versions of different components installed
309           on your machine
311         - can be started from gmc (double clicking on a core file)
312           and from the crash dialog, if you have gnome-libs 1.0.53
313           (October GNOME) or higher installed
315 * Requirements:
317         - libglade: 0.5 or later required (CVS version has some layout
318           fixes)
320         - gdb is required to obtain a stack trace automatically
322         - gnome-libs 1.0.53 or higher recommended
324 * Notes:
326         - yes, some information about your system will be submitted
327           to the bug tracking system.  This is limited to versions of
328           system and gnome components, but I figure I should mention it.
330         - bug reports for bug-buddy are appreciated
332 Enjoy,
333 Jacob