Update AUTHORS and release checklist
[libftdi] / doc / release-checklist.txt
index 3cd64dd..6744963 100644 (file)
@@ -1,15 +1,11 @@
 *** Checklist for a new libftdi release ***
 - Update ChangeLog and AUTHORS via git history
+  (git log --oneline latest_release..HEAD)
 
 - Update version number in the following files:
   - CMakeLists.txt
-  - configure.in
   - README
 
-- Increase .so library version:
-  - src/Makefile.am
-  - ftdipp/Makefile.am
-
 - Run "make dist"
 
 - Diff tarball to previous version, check if all
@@ -20,8 +16,8 @@
 - Sign tarball, build .src.rpm and sign it, too
 
 - Create git tag:
-  - git tag -s -u 24F006F5 v0.XX
-  - git tag -d latest-release ; git tag latest-release
+  - git tag -s -u 24F006F5 v1.XX
+  - git tag -d latest_release ; git tag latest_release
   - git push --tags
 
 - Website
@@ -30,4 +26,4 @@
   - Update URLs in download section
   - Generate API documentation and upload it
 
-- Announce on mailinglist & freshmeat
+- Announce on mailinglist