summaryrefslogtreecommitdiffstats
path: root/ChangeLog.README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 15:21:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 15:21:32 +0000
commitf8a786c8f7878517aa695a69322bc9f2c8b92b6a (patch)
tree0cb8f00f8c10625d5d75244ef9dde521d94f8678 /ChangeLog.README
parentInitial commit. (diff)
downloadgnome-terminal-f8a786c8f7878517aa695a69322bc9f2c8b92b6a.tar.xz
gnome-terminal-f8a786c8f7878517aa695a69322bc9f2c8b92b6a.zip
Adding upstream version 3.38.3.upstream/3.38.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog.README')
-rw-r--r--ChangeLog.README16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.README b/ChangeLog.README
new file mode 100644
index 0000000..39f4f2b
--- /dev/null
+++ b/ChangeLog.README
@@ -0,0 +1,16 @@
+GNOME Terminal doesn't use ChangeLog anymore. Instead, we use SVN checkin comments
+to autogenerate a ChangeLog file at "make dist" time. Use "make ChangeLog" in the
+toplevel directory to manually create a ChangeLog. Or use
+http://svn.gnome.org/viewvc/gnome-terminal/?view=queryform
+to look up the version history.
+
+When committing a patch to svn, use a checkin comment that describes the changes
+made. If the checkin is related to a bug, reference the bug number. Example:
+
+ When removing a toolbar, make its items available again in the toolbar
+ editor. (Bug #131182)
+
+Checkin comments MUST use the UTF-8 encoding.
+
+Do NOT commit to this module without permission from a maintainer.
+See the MAINTAINERS file for who they are.