Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,653
Issues
2,653
List
Boards
Labels
Service Desk
Milestones
Merge Requests
33
Merge Requests
33
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
e2477912
Commit
e2477912
authored
Aug 15, 2009
by
Martin Nordholts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
devel-docs: Update release-howto.txt
parent
e9f3329c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
devel-docs/release-howto.txt
devel-docs/release-howto.txt
+11
-13
No files found.
devel-docs/release-howto.txt
View file @
e2477912
...
...
@@ -18,13 +18,14 @@
( ) Check that the version number is correct in configure.ac
( ) Run 'make maintainer-clean -k'
( ) Run 'make maintainer-clean -k'
or 'git clean -x -d -f'
( ) Run ./autogen.sh --enable-gtk-doc
( ) Do a complete build of the source tree.
( ) Check if NEWS, authors.xml, README or INSTALL need to be updated.
( ) Check if NEWS, authors.xml, README or INSTALL need to be updated,
as well as any release notes on gimp.org.
( ) Does the splash screen need to be changed?
...
...
@@ -34,25 +35,22 @@
( ) Commit changes that you had to do to get 'make distcheck' running.
( ) Add the release entry to the ChangeLog.
( ) Make a release commit so that a release entry is added to the
generated ChangeLog.
( ) Run 'make dist' to create the final tarball.
( ) Run 'make dist' to create the final tarball. This will generate
ChangeLog.
( ) Use md5sum to create a checksum of the tarball (tar.bz2).
( ) Upload the tarball (tar.bz2) and the .md5 file to your home directory
on ftp.gimp.org. Keep a copy of the .md5 file around.
( ) Commit the changes to
ChangeLog and generated files that were changed
by
running 'make dist'.
( ) Commit the changes to
generated files that were changed by
running 'make dist'.
( ) Tag the release.
- For a release from trunk:
svn cp svn+ssh://svn.gnome.org/svn/gimp/trunk \
svn+ssh://svn.gnome.org/svn/gimp/tags/GIMP_2_x_y
- For a release from a branch
svn cp svn+ssh://svn.gnome.org/svn/gimp/branches/gimp_2_x
svn+ssh://svn.gnome.org/svn/gimp/tags/GIMP_2_x_y
( ) Tag the release (don't forget to push the tag)
git tag -s GIMP_2_x_y
( ) Move the tarball and the .md5 file to its final destination in the
FTP area (/home/ftp/pub/gimp/v2.x).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment