On 25 January 2011 21:18, <jimmie.davis@xxxxxxxxxx> wrote: > I would like to find out which bugs were fixed between gcc-4.4.1 and > gcc-4.4.2 (the delta between the releases). > > Can I get the PR's from bugzilla ? Or an svn query ? > > Some hints would be very appreciated. You could search bugzilla with 4.4.2 in the Target Milestone field, but that wouldn't tell you everything. Using svn you could diff all the ChangeLog files under the tags/gcc_4_4_1_release and tags/gcc_4_4_2_release tags. Bug fixes usually include the PR number in the form YYYY-MM-DD Jonathan Wakely <jwakely.gcc@xxxxxxxxxxx> PR c++/12345 * foo.cc (bar): baz.