summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-18 16:16:32 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-18 16:16:32 +0100
commit49309ded8959959db1eeb5a44bfc7fb797633af9 (patch)
tree0934a20af398537c70100bc1f9eedfda1cda316d
parentFIxing conflicts (diff)
downloadrekonq-49309ded8959959db1eeb5a44bfc7fb797633af9.tar.xz
Updated RELEASE_HOWTO (final?)
Bumped KDE version to 4.3.75 (last) to resume kdewebkit suggested changes
-rw-r--r--CMakeLists.txt4
-rw-r--r--scripts/RELEASE_HOWTO36
2 files changed, 12 insertions, 28 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a9e9c2b5..67ec33a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ PROJECT( rekonq )
# Informations to update before to release this package.
# rekonq info
-SET(REKONQ_VERSION "0.3.0" )
+SET(REKONQ_VERSION "0.3.10" )
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h )
@@ -23,7 +23,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.2)
SET(QT_MIN_VERSION 4.6.0)
FIND_PACKAGE(Qt4 REQUIRED)
-SET(KDE_MIN_VERSION 4.3.74)
+SET(KDE_MIN_VERSION 4.3.75)
FIND_PACKAGE(KDE4 REQUIRED)
INCLUDE(MacroOptionalFindPackage)
diff --git a/scripts/RELEASE_HOWTO b/scripts/RELEASE_HOWTO
index ec2ca3ce..c0ae221e 100644
--- a/scripts/RELEASE_HOWTO
+++ b/scripts/RELEASE_HOWTO
@@ -1,9 +1,8 @@
INSPIRED FROM AMAROK ONE
-Section 0: A few days in advance
+SECTION 0: A few days in advance
* Check that release date doesn't clash with KDE's schedule
-* Notify translators and update http://techbase.kde.org/Schedules/Extragear
--------------------------------------------------------------------------------
@@ -15,42 +14,27 @@ SECTION 1: Preparation
--------------------------------------------------------------------------------
-FIXME SECTION 2: Creating and Testing the Tarball
+SECTION 2: Creating and Testing the Tarball
* Run the "release_script.sh"
VERSION=qualcosina
git tag -s $VERSION
git archive --prefix=rekonq-$VERSION/ $VERSION | bzip2 > releases/rekonq-$VERSION.tar.bz2
-* Test the following:
-
- $ ./configure && make
- $ ./configure --enable-final --disable-debug && make
-
+* Test package with current KDE version:
+* Optionally add docs and translations.
+* Test package with docs AND translations added
* Check it works OK without any rekonq files in ~/.kde
--------------------------------------------------------------------------------
-FIXME SECTION 3: Once Happy with the Tarball
+SECTION 4: The Release Day
-* SFtp the tarball to:
- - ftpamarok@ktown.kde.org/stable/amarok/VERSION/src
- (If you don't have access, mail sysadmin@kde.org)
-
-* Notify packagers
-* Write release notes and dot story (and notify KDE-press list if necessary)
* Add new version to Bugzilla
-
---------------------------------------------------------------------------------
-
-Section 4: The Release Day
-
-* Update download page on the wiki
-* Update the rekonq.kde.org front-page
-* Send a witty, intelligent and diligently crafted email to the following lists:
- - To: kde-announce-apps@kde.org, rekonq@kde.org
- - BCC: kde-extra-gear@kde.org, kde-press-announce@kde.org
-* Blog, update IRC channel topics, ...
+* Push tarball to sf repository
+* Update sf rekonq site
* Update kde-apps.org
+* Update IRC channel topic
+* Blog about!
--------------------------------------------------------------------------------