From 67551627d34fff4a0fbe719bce33a3bacb55ccef Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 28 Jun 2012 08:08:21 +0200 Subject: xkeyboard-config mesa fontconfig randrproto git update 28 Jun 2012 --- mesalib/docs/devinfo.html | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) (limited to 'mesalib/docs/devinfo.html') diff --git a/mesalib/docs/devinfo.html b/mesalib/docs/devinfo.html index 4828cc61d..a469cbaa6 100644 --- a/mesalib/docs/devinfo.html +++ b/mesalib/docs/devinfo.html @@ -163,36 +163,33 @@ branch is relevant.

Verify and update version info

-

-Create/edit the docs/relnotes-x.y.html file to document what's new in the release. -Add the new relnotes-x.y.html file to relnotes.html. -

-

-Update the MESA_MAJOR, MESA_MINOR and MESA_TINY version numbers in -configs/default. -Also update the VERSION line in the top-level Makefile. -

- -

-Make sure the values in src/mesa/main/version.h are correct. -

- -

-Update docs/news.html. -

+
+
configs/default
+
MESA_MAJOR, MESA_MINOR and MESA_TINY
+
Makefile.am
+
PACKAGE_VERSION
+
autoconf.ac
+
AC_INIT
+
src/mesa/main/version.h
+
MESA_MAJOR, MESA_MINOR, MESA_PATCH and MESA_VERSION_STRING
+

Create a docs/relnotes-x.y.z.html file. The bin/shortlog_mesa.sh script can be used to create a HTML-formatted list of changes to include in the file. -Link the new docs/relnotes-x.y.z.html file into the main relnotes.html file. +Link the new docs/relnotes-x.y.z.html file into the main relnotes.html file. +

+ +

+Update docs/news.html.

-Tag the files with the release name (in the form mesa_X_Y) -with: git tag -a mesa_X_Y -Then: git push origin mesa_X_Y +Tag the files with the release name (in the form mesa-x.y) +with: git tag -a mesa-x.y +Then: git push origin mesa-x.y

@@ -206,7 +203,7 @@ Make the distribution files. From inside the Mesa directory:

After the tarballs are created, the md5 checksums for the files will be computed. -Add them to the docs/relnotes-X.Y.html file. +Add them to the docs/relnotes-x.y.html file.

-- cgit v1.2.3