more detailed instructions

This commit is contained in:
Alexander M. Turek
2002-10-03 20:41:22 +00:00
parent e24b4abce0
commit 1f87da2415

View File

@@ -2,6 +2,9 @@
# #
# $Id$ # $Id$
# #
# 2002-10-03, rabus@users.sourceforge.net:
# - more detailed instructions
#
# 2002-09-08, robbat2@users.sourceforge.net: # 2002-09-08, robbat2@users.sourceforge.net:
# - Tweaked final instruction list # - Tweaked final instruction list
# #
@@ -43,6 +46,7 @@ Please ensure you have:
- in libraries/defines_php.lib.php3 the line - in libraries/defines_php.lib.php3 the line
" define('PMA_VERSION', '$1'); " " define('PMA_VERSION', '$1'); "
- in Documentation.html the 2 lines - in Documentation.html the 2 lines
" <title>phpMyAdmin $1 - Documentation</title> "
" <h1>phpMyAdmin $1 Documentation</h1> " " <h1>phpMyAdmin $1 Documentation</h1> "
- in translators.html - in translators.html
2. built the new "Documentation.txt" version using: 2. built the new "Documentation.txt" version using:
@@ -107,6 +111,7 @@ Todo now:
2. upload the files to SF: 2. upload the files to SF:
ftp upload.sourceforge.net ftp upload.sourceforge.net
cd incoming cd incoming
binary
mput cvs/*.gz *.zip *.bz2 mput cvs/*.gz *.zip *.bz2
3. add files to SF files page (cut and paste changelog since last release) 3. add files to SF files page (cut and paste changelog since last release)
4. add SF news item to phpMyAdmin project 4. add SF news item to phpMyAdmin project
@@ -119,7 +124,8 @@ Todo now:
8. increment rc count or version in CVS : 8. increment rc count or version in CVS :
- in libraries/defines_php.lib.php3 the line - in libraries/defines_php.lib.php3 the line
" define('PHPMYADMIN_VERSION', '2.2.2-rc1'); " " define('PHPMYADMIN_VERSION', '2.2.2-rc1'); "
- in Documentation.html the line - in Documentation.html the 2 lines
" <title>phpMyAdmin 2.2.2-rc1 - Documentation</title> "
" <h1>phpMyAdmin 2.2.2-rc1 Documentation</h1> " " <h1>phpMyAdmin 2.2.2-rc1 Documentation</h1> "
- in translators.html - in translators.html
9. the end :-) 9. the end :-)