Update NEWS and AUTHORS for 2.7.1 with changes up until now

The following command was used to collect new authors, improvements
are welcomed. It excludes authors that only touched po*
directories. I'm adding it to the commit message to have it stored
somewhere until next time it is needed.

find -maxdepth 1 | grep -v po | grep -v "^.$" | \
xargs git --no-pager log --pretty=format:%an GIMP_2_7_0..HEAD -- | \
sort | uniq > authors-temp.txt
This commit is contained in:
Martin Nordholts 2010-01-03 11:16:53 +01:00
parent effd5eeed2
commit 622e69ba46
3 changed files with 32 additions and 3 deletions

View File

@ -88,6 +88,7 @@ The following people have contributed code to GIMP:
Pavel Grinfeld Pavel Grinfeld
Dov Grobgeld Dov Grobgeld
Michael Hammel Michael Hammel
Tim Harder
Marcus Heese Marcus Heese
Robert Helgesson Robert Helgesson
James Henstridge James Henstridge
@ -104,8 +105,10 @@ The following people have contributed code to GIMP:
Ben Jackson Ben Jackson
Tim Janik Tim Janik
Kristian Jantz Kristian Jantz
Javier Jardón
Tim Jedlicka Tim Jedlicka
Róman Joost Róman Joost
Alexander Jones
Geert Jordaens Geert Jordaens
Aurimas Juška Aurimas Juška
Andrew Kieschnick Andrew Kieschnick
@ -184,6 +187,7 @@ The following people have contributed code to GIMP:
Mike Phillips Mike Phillips
Nils Philippsen Nils Philippsen
Ari Pollak Ari Pollak
Mircea Purdea
Raphaël Quinet Raphaël Quinet
Dennis Ranke Dennis Ranke
Tom Rathborne Tom Rathborne
@ -207,6 +211,7 @@ The following people have contributed code to GIMP:
Peter Sikking Peter Sikking
Ted Shaneyfelt Ted Shaneyfelt
Aaron Sherman Aaron Sherman
SHIRAKAWA Akira
Jernej Simončič Jernej Simončič
Manish Singh Manish Singh
Mukund Sivaraman Mukund Sivaraman
@ -215,6 +220,7 @@ The following people have contributed code to GIMP:
Kevin Sookocheff Kevin Sookocheff
Adam Spiers Adam Spiers
Jakub Steiner Jakub Steiner
Omari Stephens
Nathan Summers Nathan Summers
Mike Sweet Mike Sweet
Eiichi Takamori Eiichi Takamori
@ -241,6 +247,7 @@ The following people have contributed code to GIMP:
Karl Günter Wünsch Karl Günter Wünsch
Yoshinori Yamakawa Yoshinori Yamakawa
Shirasaki Yasuhiro Shirasaki Yasuhiro
Zhenfeng Zhao
Simon Zilliken Simon Zilliken

17
NEWS
View File

@ -20,6 +20,18 @@ UI:
create group layers create group layers
- Improve internals and GUI of the save/export functionality - Improve internals and GUI of the save/export functionality
- Move the shortcut dialog's "clear" button into the entry - Move the shortcut dialog's "clear" button into the entry
- Clean up UI code by introducing GimpDockWindow and GimpImageWindow
classes
- Support multi-column dock windows
- Get rid of docking bars, use highlights in existing widget hierarchy instead
- Remove toolbox-window-hint gimprc setting and use dock-window-hint
for both toolbox and docks instead
- Move GimpDock::default-height style property to GimpDockWindow
- Polish save+export path-part precedence rules
- Merge the GSoC 2009 Advanced GUI for Brush Dynamics project
- Default to non-fixed-aspect in Canvas Size dialog
- Add a still incomplete and unstable Single-window mode
- Have an Export button, not Save, in export dialogs
Core: Core:
@ -36,6 +48,7 @@ Core:
from all callers from all callers
- Let drawables connect to their floating selection's "update" signal - Let drawables connect to their floating selection's "update" signal
instead of letting the image do this job instead of letting the image do this job
- Fix brush rotation artifacts at even 90 degree rotation
GEGL: GEGL:
@ -58,8 +71,10 @@ General:
- Lots of bug fixes and cleanup - Lots of bug fixes and cleanup
- Lots of translation updates - Lots of translation updates
- Add more code documentation
- Clean up subsystem linking dependencies in app/ - Clean up subsystem linking dependencies in app/
- Add unit testing framework in app/tests/ and some basic tests - Add unit testing framework in app/tests/ and some basic tests,
including basic UI tests and XCF tests
Changes in GIMP 2.7.0 Changes in GIMP 2.7.0

View File

@ -33,7 +33,7 @@
<contributor role="author" last-active="1.2">Roberto Boyd</contributor> <contributor role="author" last-active="1.2">Roberto Boyd</contributor>
<contributor role="author" last-active="2.0">Stanislav Brabec</contributor> <contributor role="author" last-active="2.0">Stanislav Brabec</contributor>
<contributor role="author" last-active="2.6">Hans Breuer</contributor> <contributor role="author" last-active="2.6">Hans Breuer</contributor>
<contributor role="author" last-active="2.6">Simon Budig</contributor> <contributor role="author" last-active="2.8">Simon Budig</contributor>
<contributor role="author" last-active="2.8">João S. O. Bueno</contributor> <contributor role="author" last-active="2.8">João S. O. Bueno</contributor>
<contributor role="documenter" last-active="1.2">Carey Bunks</contributor> <contributor role="documenter" last-active="1.2">Carey Bunks</contributor>
<contributor role="author" last-active="2.4">Seth Burgess</contributor> <contributor role="author" last-active="2.4">Seth Burgess</contributor>
@ -101,6 +101,7 @@
<contributor role="author" last-active="2.4">Dov Grobgeld</contributor> <contributor role="author" last-active="2.4">Dov Grobgeld</contributor>
<contributor role="author documenter" last-active="2.4">Michael Hammel</contributor> <contributor role="author documenter" last-active="2.4">Michael Hammel</contributor>
<contributor role="documenter" last-active="2.6">Julien Hardelin</contributor> <contributor role="documenter" last-active="2.6">Julien Hardelin</contributor>
<contributor role="author" last-active="2.8">Tim Harder</contributor>
<contributor role="author" last-active="2.6">Marcus Heese</contributor> <contributor role="author" last-active="2.6">Marcus Heese</contributor>
<contributor role="author" last-active="2.4">Robert Helgesson</contributor> <contributor role="author" last-active="2.4">Robert Helgesson</contributor>
<contributor role="author" last-active="2.0">James Henstridge</contributor> <contributor role="author" last-active="2.0">James Henstridge</contributor>
@ -118,8 +119,10 @@
<contributor role="documenter" last-active="1.2">Simon Janes</contributor> <contributor role="documenter" last-active="1.2">Simon Janes</contributor>
<contributor role="author" last-active="2.2">Tim Janik</contributor> <contributor role="author" last-active="2.2">Tim Janik</contributor>
<contributor role="author" last-active="2.4">Kristian Jantz</contributor> <contributor role="author" last-active="2.4">Kristian Jantz</contributor>
<contributor role="author" last-active="2.8">Javier Jardón</contributor>
<contributor role="author" last-active="2.8">Tim Jedlicka</contributor> <contributor role="author" last-active="2.8">Tim Jedlicka</contributor>
<contributor role="author documenter" last-active="2.8">Róman Joost</contributor> <contributor role="author documenter" last-active="2.8">Róman Joost</contributor>
<contributor role="author" last-active="2.8">Alexander Jones</contributor>
<contributor role="documenter" last-active="2.4">Hans de Jonge</contributor> <contributor role="documenter" last-active="2.4">Hans de Jonge</contributor>
<contributor role="author" last-active="2.6">Geert Jordaens</contributor> <contributor role="author" last-active="2.6">Geert Jordaens</contributor>
<contributor role="author" last-active="2.8">Aurimas Juška</contributor> <contributor role="author" last-active="2.8">Aurimas Juška</contributor>
@ -206,7 +209,8 @@
<contributor role="author" last-active="1.2">Mike Phillips</contributor> <contributor role="author" last-active="1.2">Mike Phillips</contributor>
<contributor role="author" last-active="2.8">Nils Philippsen</contributor> <contributor role="author" last-active="2.8">Nils Philippsen</contributor>
<contributor role="author" last-active="2.4">Ari Pollak</contributor> <contributor role="author" last-active="2.4">Ari Pollak</contributor>
<contributor role="documenter" last-active="2.6">Alexandre Prokoudine</contributor> <contributor role="documenter" last-active="2.8">Alexandre Prokoudine</contributor>
<contributor role="author" last-active="2.8">Mircea Purdea</contributor>
<contributor role="author" last-active="2.6">Raphaël Quinet</contributor> <contributor role="author" last-active="2.6">Raphaël Quinet</contributor>
<contributor role="documenter" last-active="2.4">Manuel Quiñones</contributor> <contributor role="documenter" last-active="2.4">Manuel Quiñones</contributor>
<contributor role="author" last-active="2.8">Dennis Ranke</contributor> <contributor role="author" last-active="2.8">Dennis Ranke</contributor>
@ -231,6 +235,7 @@
<contributor role="author" last-active="2.8">Peter Sikking</contributor> <contributor role="author" last-active="2.8">Peter Sikking</contributor>
<contributor role="author" last-active="2.4">Ted Shaneyfelt</contributor> <contributor role="author" last-active="2.4">Ted Shaneyfelt</contributor>
<contributor role="author" last-active="1.2">Aaron Sherman</contributor> <contributor role="author" last-active="1.2">Aaron Sherman</contributor>
<contributor role="author" last-active="2.8">SHIRAKAWA Akira</contributor>
<contributor role="documenter" last-active="2.4">Nickolay V. Shmyrev</contributor> <contributor role="documenter" last-active="2.4">Nickolay V. Shmyrev</contributor>
<contributor role="author" last-active="2.6">Jernej Simončič</contributor> <contributor role="author" last-active="2.6">Jernej Simončič</contributor>
<contributor role="author" last-active="2.8">Manish Singh</contributor> <contributor role="author" last-active="2.8">Manish Singh</contributor>
@ -242,6 +247,7 @@
<contributor role="author" last-active="2.0">Adam Spiers</contributor> <contributor role="author" last-active="2.0">Adam Spiers</contributor>
<contributor role="documenter" last-active="2.6">Patrycja Stawiarska</contributor> <contributor role="documenter" last-active="2.6">Patrycja Stawiarska</contributor>
<contributor role="artist author" last-active="2.8">Jakub Steiner</contributor> <contributor role="artist author" last-active="2.8">Jakub Steiner</contributor>
<contributor role="author" last-active="2.8">Omari Stephens</contributor>
<contributor role="documenter" last-active="2.6">Kolbjørn Stuestøl</contributor> <contributor role="documenter" last-active="2.6">Kolbjørn Stuestøl</contributor>
<contributor role="author" last-active="2.4">Nathan Summers</contributor> <contributor role="author" last-active="2.4">Nathan Summers</contributor>
<contributor role="author" last-active="1.0">Mike Sweet</contributor> <contributor role="author" last-active="1.0">Mike Sweet</contributor>
@ -271,5 +277,6 @@
<contributor role="author" last-active="2.4">Karl Günter Wünsch</contributor> <contributor role="author" last-active="2.4">Karl Günter Wünsch</contributor>
<contributor role="author" last-active="2.8">Yoshinori Yamakawa</contributor> <contributor role="author" last-active="2.8">Yoshinori Yamakawa</contributor>
<contributor role="author" last-active="1.2">Shirasaki Yasuhiro</contributor> <contributor role="author" last-active="1.2">Shirasaki Yasuhiro</contributor>
<contributor role="author" last-active="2.8">Zhenfeng Zhao</contributor>
<contributor role="author" last-active="2.8">Simon Zilliken</contributor> <contributor role="author" last-active="2.8">Simon Zilliken</contributor>
</gimp-authors> </gimp-authors>