Skip to content

Commit

Permalink
Merge pull request #1132 from tbzatek/2.10.0-release
Browse files Browse the repository at this point in the history
2.10.0 release
  • Loading branch information
tbzatek authored Jun 28, 2023
2 parents a50aa86 + e32ac9c commit fd77eae
Show file tree
Hide file tree
Showing 5 changed files with 417 additions and 112 deletions.
20 changes: 17 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Contributors (In alphabetical order):
A-Shahbazi <[email protected]>
Adam Williamson <[email protected]>
Alban Browaeys <[email protected]>
Alberto Garcia <[email protected]>
alfsamsung <[email protected]>
Andrea Azzarone <[email protected]>
Anders Jonsson <[email protected]>
Andreas Müller <[email protected]>
Andrey Jr. Melnikov <[email protected]>
Ayan George <[email protected]>
Expand All @@ -23,11 +26,15 @@ Contributors (In alphabetical order):
Denis Kasak <[email protected]>
Dick Marinus <[email protected]>
Dmitrijs Ledkovs <[email protected]>
Dmitry V. Levin <[email protected]>
Dominika Hodovska <[email protected]>
Edward Sheldrake <[email protected]>
Evan Dandrea <[email protected]>
Evan Nemerson <[email protected]>
Felix Yan <[email protected]>
Fernando Ramos <[email protected]>
Florian Ziegler <[email protected]>
Frederick Grose <[email protected]>
Gris Ge <[email protected]>
Harry Mallon <[email protected]>
Hielke Christian Braun <[email protected]>
Expand All @@ -41,6 +48,7 @@ Contributors (In alphabetical order):
João Paulo Rechi Vita <[email protected]>
Kai Lüke <[email protected]>
Kylie McClain <[email protected]>
lilinjie <[email protected]>
Linus Torvalds <[email protected]>
Lubomir Rintel <[email protected]>
Malte Kraus <[email protected]>
Expand All @@ -50,6 +58,7 @@ Contributors (In alphabetical order):
Martin Blanchard <[email protected]>
Martin Hatina <[email protected]>
Martin Pitt <[email protected]>, <[email protected]>
Matheus Barbosa <[email protected]>
Mathieu Trudel-Lapierre <[email protected]>
Matt Zimmerman <[email protected]>
Matthew Leeds <[email protected]>
Expand All @@ -59,7 +68,11 @@ Contributors (In alphabetical order):
Michael Catanzaro <[email protected]>
Mike Frysinger <[email protected]>
Nicolas Lécureuil <[email protected]>
NorwayFun <[email protected]>
olf <[email protected]>
Oliver Kiddle <[email protected]>
Ondrej Holy <[email protected]>
orbea <[email protected]>
Pawel Baldysiak <[email protected]>
Pawel Wieczorkiewicz <[email protected]>
Peter Hatina <[email protected]>, <[email protected]>
Expand Down Expand Up @@ -87,16 +100,17 @@ Contributors (In alphabetical order):
Timo Gurr <[email protected]>
Ting-Wei Lan <[email protected]>
Tom Yan <[email protected]>
Tomas Bzatek <[email protected]>
Tomas Smetana <[email protected]>, <[email protected]>
Tony Asleson <[email protected]>
Torstein Husebø <[email protected]>
Tristan Van Berkom <[email protected]>
tuxce <[email protected]>
udeved <[email protected]>
videlanicolas <[email protected]>
Vincent Untz <[email protected]>
Ville Skyttä <[email protected]>
Vojtech Trefny <[email protected]>
Vratislav Podzimek <[email protected]>
Will Thompson <[email protected]>
Vratislav Podzimek <[email protected]>, <[email protected]>
Will Thompson <[email protected]>, <[email protected]>, <[email protected]>
Yuri Chornoivan <[email protected]>
zhmars <[email protected]>
17 changes: 5 additions & 12 deletions HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ MAKING RELEASES

Checklist for making a release:

- Pull translations from Zatana ("zanata-cli pull")
- Remember to add new po/*.po files and update po/LINGUAS
- Make sure that you pushed the POT file a couple of weeks before
this and that no new strings has been added

- Update the NEWS file

- Update the AUTHORS file if we have any new authors since last release. The
Expand Down Expand Up @@ -80,14 +75,12 @@ TRANSLATIONS

- Don't use VPATH build (To be fixed)

- Push new strings for translation to Zanata:
- Run 'make -C po udisks2.pot' to extract translatable strings
- Run 'zanata-cli push' to submit the template

- Pull translations from Zanata:
- Run 'zanata-cli pull'
- Check that Github -> Damned Lies synchronization works and that new strings
show up on the l10n module page: https://l10n.gnome.org/module/udisks/

- Commit those changes in po/
- Check that recent commits to the po/ directory done by the GNOME
Infrastructure Automation Bot (@gnomesysadmins) reflect the translation
status on the l10n page

COMMITTING CODE
===============
Expand Down
Loading

0 comments on commit fd77eae

Please sign in to comment.