summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2008-08-29 19:12:02 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2008-08-29 19:12:02 +0000
commite9922b617cea0ac0fd423bd3d9476e175aa8082d (patch)
tree4290f11c2fdf9363b3e5a97e1fd4c000c533b036 /HACKING
parent5fa63c04a6b2b5435e3821216c845ed7026b6a44 (diff)
version 0.8
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@740 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING9
1 files changed, 5 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 14f84c79..d4d19d2c 100644
--- a/HACKING
+++ b/HACKING
@@ -134,13 +134,14 @@ Building a Release
- ensure files were updated:
./ChangeLog ./NEWS debian/changelog
+ To update the ChangeLog file use "./svn2cl.sh". It invokes
+ svn2cl with the right options.
+
For prereleases use "old version"+"new prerelease"-1 as
package version. That ensures that package versions are
higher than the old release, but lower than the final
- release.
-
- To update the ChangeLog file use "./svn2cl.sh". It invokes
- svn2cl with the right options.
+ release. Avoid hyphens as part of the release names, i.e.
+ use "0.7+0.8beta1" instead of "0.7+0.8-beta1".
- make distcheck
- compile binary .tar.gz packages for different Evolution versions;