~ubuntu-branches/ubuntu/precise/avrdude/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-07-14 15:09:17 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714150917-vthf96lweuevgtds
Tags: 5.8-1
* New upstream release.
* Bump Standards-Version to 3.8.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-07-11  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
2
 
 
3
        * configure.ac: Prepare for releasing version 5.8
 
4
 
 
5
2009-07-11  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
6
 
 
7
        Submitted by Roger Wolff:
 
8
        bug #26527: bug in unicode conversion
 
9
        * ser_avrdoper.c (convertUniToAscii): when encountering a UTF-16
 
10
        character that cannot be converted to ASCII, increment the UTF-16
 
11
        pointer anyway when proceeding.
 
12
 
 
13
2009-07-11  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
14
 
 
15
        * jtagmkI.c (jtagmkI_send): Replace %zd format by %u since not all
 
16
        implementations do understand the C99 formatting options (sigh).
 
17
        * jtagmkII.c (jtagmkII_send): (Ditto.)
 
18
        * stk500v2.c (stk500v2_recv): (Ditto.)
 
19
 
 
20
2009-07-11  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
21
 
 
22
        bug #26002: HVPP of EEPROM with AVR Dragon and ATmega8 Fails
 
23
        * avrdude.conf.in (ATmega8): add page size for EEPROM.
 
24
 
 
25
2009-07-07  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
26
 
 
27
        * stk500v2.c: Fix a serious memory corruption problem resulting
 
28
        out of the chaining of both, the stk500v2 and the jtagmkII
 
29
        programmers for some programming hardware (JTAG ICE mkII and AVR
 
30
        Dragon running in ISP, HVSP or PP mode), where both programmers
 
31
        have to maintain their private programmer data.
 
32
 
 
33
2009-07-02  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
34
 
 
35
        * configure.ac: Post-release (is pre-release...)
 
36
 
 
37
2009-07-02  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
38
 
 
39
        * configure.ac: Prepare for releasing version 5.7
 
40
 
 
41
2009-07-02  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
42
 
 
43
        * main.c: Add my name to the copyright output when being verbose.
 
44
 
 
45
2009-07-02  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
46
 
 
47
        Contributed by Shaun Jackman  <sjackman@gmail.com>
 
48
        bug #21798: Fix both XSLT scripts
 
49
        * tools/get-dw-params.xsl (format-hex): Add the parameter count.
 
50
        * tools/get-hv-params.xsl (format_cstack): Ditto.
 
51
 
 
52
2009-07-02  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
53
 
 
54
        bug #21922: ATmega163 still not working in version 5.5
 
55
        * avrdude.conf.in (atmega163): fill in stk500v2 parameters, correct
 
56
        some flash programming parameters as well.
 
57
 
 
58
2009-07-02  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
59
 
 
60
        bug #22206: avrdude: ser_setspeed(): tcsetattr() failed
 
61
        * ser_posix.c (ser_setspeed): Don't pass TCSAFLUSH to tcsetattr() as
 
62
        it apparently fails to work on Solaris.  After reading the
 
63
        documentation again, it seems TCSAFLUSH and TCSANOW are indeed
 
64
        mutually exclusive.
 
65
 
 
66
2009-07-02  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
67
 
 
68
        bug #22234: WINDOWS version: HOWTO: Specify Serial Ports Larger than COM9
 
69
        * ser_win32.c (ser_open): prepend \\.\ to any COM port name, so it is
 
70
        safe to be used for COM ports above 9.
 
71
 
 
72
2009-07-02  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
73
 
 
74
        bug #26408: Crash in stk500v2_open()
 
75
        * stk500generic.c: Implement setup and teardown hooks, calling in turn
 
76
        the respective hooks of the stk500v2 implementation.
 
77
 
 
78
2009-07-02  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
79
 
 
80
        bug #26130: Avrdude doesn't display it's version.
 
81
        * main.c (usage): add a version number display to the default usage
 
82
        message.
 
83
 
 
84
2009-07-01  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
85
 
 
86
        bug #26412: avrdude segfaults when called with a programmer that does not
 
87
        support it
 
88
        * main.c: do not call pgm->perform_osccal() unless it is != 0.
 
89
 
 
90
2009-06-24  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
91
 
 
92
        Contributed by Zoltan Laday:
 
93
        patch #6825: xmega problems with JTAGICEmkII
 
94
        * jtagmkII.c: Many fixes for Xmega devices.
 
95
        * jtagmkII_private.h: Add various new constants required for
 
96
        Xmega devices.
 
97
        * avrdude.conf.in: New devices: ATXMEGA64A1, ATXMEGA192A1,
 
98
        ATXMEGA256A1, ATXMEGA64A3, ATXMEGA128A3, ATXMEGA192A3,
 
99
        ATXMEGA256A3, ATXMEGA256A3B, ATXMEGA16A4, ATXMEGA32A4,
 
100
        ATXMEGA64A4, ATXMEGA128A4
 
101
        * avr.c (avr_read, avr_write): Add more names for (Xmega)
 
102
        memory areas that require paged operation.
 
103
 
 
104
2009-06-24  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
105
 
 
106
        * stk500v2.c (stk600_xprog_write_byte): Handle writing fuse bytes.
 
107
 
 
108
2009-04-28  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
109
 
 
110
        Submitted by Carl Hamilton:
 
111
        * update.c (parse_op): correctly \0-terminate buf after filling
 
112
        it, before it is potentially used as the source of a call to
 
113
        strlen or strcpy.
 
114
 
 
115
2009-04-14  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
116
 
 
117
        * doc/avrdude.texi: Merge the -P 0xXXX option description from
 
118
        avrdude.1.
 
119
 
 
120
2009-04-14  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
121
 
 
122
        * configure.ac: declare AM_PROG_CC_C_O to avoid the warning
 
123
        "compiling `config_gram.c' with per-target flags
 
124
        requires `AM_PROG_CC_C_O' in `configure.ac'"
 
125
 
 
126
2009-03-22  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
127
 
 
128
        bug #25971: "error writing to <stdout>" with multiple -U params.
 
129
        * fileio.c: Do not close the input/output stream when working on an
 
130
        stdio stream.
 
131
 
 
132
2009-02-28  Thomas Fischl <tfischl@gmx.de>
 
133
 
 
134
        Based on patch #6484 commited by Jurgis Brigmanis:
 
135
        * usbasp.c: added software control for ISP speed
 
136
        * usbasp.h: (Ditto.)
 
137
 
 
138
2009-02-28  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
139
 
 
140
        * avr910.c (avr910_read_byte_flash): Eliminate a static variable that
 
141
        hasn't been in use for 5 years.
 
142
 
 
143
2009-02-27  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
 
144
 
 
145
        * configure.ac: Post-release 5.6.
 
146
 
1
147
2009-02-27  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
2
148
 
3
149
        * configure.ac: Prepare for releasing version 5.6.