[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bdigikam/development/2=2E0=5D_=3A_Open_for_2=2E0=2E0?=
From:       Nicolas_Lécureuil <neoclust.kde () free ! fr>
Date:       2011-02-27 21:45:23
Message-ID: 20110227214523.CFD02A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit 69c0ba4634788905c76d1a21894c20b1dff42bc4 by Nicolas Lécureuil.
Committed on 27/02/2011 at 22:45.
Pushed by nlecureuil into branch 'development/2.0'.

Open for 2.0.0-beta4

M  +2    -2    CMakeLists.txt     
M  +2    -73   NEWS     

http://commits.kde.org/digikam/69c0ba4634788905c76d1a21894c20b1dff42bc4

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e8feb47..a081fe3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ SET(DIGIKAM_MINOR_VERSION "0")
 SET(DIGIKAM_PATCH_VERSION "0")
 
 #digiKam release date
-SET(DIGIKAM_RELEASE_DATE "2011-02-27")
+SET(DIGIKAM_RELEASE_DATE "2011-03-27")
 
 # Suffix to add at end of version string. Usual values are:
 # "-git"   : alpha code unstable from git. Do not use in production
@@ -25,7 +25,7 @@ SET(DIGIKAM_RELEASE_DATE "2011-02-27")
 # "-beta3" : beta3 release.
 # "-rc"    : release candidate.
 # ""       : final release. Can be used in production.
-SET(DIGIKAM_SUFFIX_VERSION "-beta3")
+SET(DIGIKAM_SUFFIX_VERSION "-beta4")
 
 # ==================================================================================================
  # Set env. variables accordingly.
diff --git a/NEWS b/NEWS
index 36ea1bd..455b751 100644
--- a/NEWS
+++ b/NEWS
@@ -1,79 +1,8 @@
 *****************************************************************************************************
                
-digiKam 2.0.0-beta3 - Release date: 2011-02-27
+digiKam 2.0.0-beta4 - Release date: 2011-03-27
 
 NEW FEATURES:
 
-General     : XMP metadata sidecar support.
-General     : Reverse geo-coding support.
-General     : Face detection and recognition support.
-General     : Tag keyboard shortcuts support.
-General     : Color Labels support to improve photograph workfow.
-General     : Pick Labels support to improve photograph selection.
-
-AlbumGUI    : Re-designed Filters view on right sidebar to perform icon-view items \
                filtering.
-
-ImageEditor : Image versionning support.
-ImageEditor : Foveon sensor based camera.
-ImageEditor : New advanced RAW decoding settings backported from RawTherapee \
                project.
-
-
 BUGFIXES FROM KDE BUGZILLA (alias B.K.O | http://bugs.kde.org):
 
-001 ==> 253785 : GoogleMaps should be available in "Search Map".
-002 ==> 258436 : Traceability.
-003 ==> 258082 : Libkface doesn't increment ids' while saving hash database.
-004 ==> 259146 : Libface doesn't learn new faces (patch).
-005 ==> 146288 : Face detection / recognition for digiKam.
-006 ==> 252964 : Please remove libs from kdegraphics and make independant.
-007 ==> 260619 : digiKam crash when raw format is being converted.
-008 ==> 261140 : FindKdcraw.cmake is installed both by kdelibs and kdegraphics.
-009 ==> 261946 : Unable to compile beta1 of digikam.
-010 ==> 262172 : The unknown tag should be plural.
-011 ==> 262067 : Crash when closing 2.0.0 beta1.
-012 ==> 262074 : No face are detected.
-013 ==> 261964 : digiKam 2.0.0 crashes when trying to open configure dialog.
-014 ==> 262303 : Importing a RAW picture results in empty view.
-015 ==> 263329 : Image preview windows always has a scrollbar.
-016 ==> 262882 : digiKam crashes when changing face rectangle.
-017 ==> 263321 : digiKam crash when looking through photos.
-018 ==> 182664 : Tag menu its bigger than screen.
-019 ==> 244701 : Map search tool selects a whole hemisphere when trying to select \
                large areas.
-020 ==> 225440 : Save dialog default file format from xpm to user wanted.
-021 ==> 218816 : Many Problem with Editor "Save As...".
-022 ==> 236730 : Collection path is interpreted differently.
-023 ==> 245957 : digiKam shows pictures from PENTAX camera incorrectly in imageview.
-024 ==> 263272 : Face Detection crashes on folders containing videos.
-025 ==> 241015 : Unexpected behavior when deleting a file while several are \
                selected.
-026 ==> 264093 : Preview zoom is set to 1:1, should be "fit to window".
-027 ==> 263994 : Left-hand side bar too big and cannot be made smaller.
-028 ==> 261779 : digiKam crashes in \
                Digikam::DynamicThread::DynamicThreadPriv::transitionToRunning while \
                scanning faces.
-029 ==> 235666 : All tags no longer shown when the "Tags already assigned" button is \
                clicked.
-030 ==> 114465 : Simpler entry of tags using keyboard shortcuts.
-031 ==> 229471 : Editor: forward when saving in progress.
-032 ==> 255858 : Memory leak (?) while thumbnailing very large files!
-033 ==> 264363 : Image editor always crashes when triggering Colour Auto-Correction.
-034 ==> 243066 : Timeline view does not display images.
-035 ==> 243069 : Video replay restarts when starring.
-036 ==> 246772 : Curves: Don't recalculate on mouseUp if the position of the marker \
                did not change.
-037 ==> 196922 : Both mouse buttons change ratings on thumbnail bar.
-038 ==> 256789 : Bad calculated album mean date when pictures before 1964.
-039 ==> 258775 : Moving an album from one collection to another doesn't update the \
                source collection.
-040 ==> 262174 : After confirming a face the mouse pointer is not correct inside the \
                face.
-041 ==> 265058 : digiKam crash when editing picture.
-042 ==> 263332 : "Tag Filters", "Captions/Tags" right-click options impair \
                usability.
-043 ==> 263399 : Marking a face "Unknown"/Unconfirmed is not possible.
-044 ==> 142056 : Save changes of image modifications with Versioning.
-045 ==> 125387 : Simulate changes to images only.
-046 ==> 260274 : Request to setup a git repository for digiKam.
-047 ==> 264864 : Keep focus on selected image when change filtering parameters
-048 ==> 152424 : Workflow organizing : use Color Label Tags over icon view items.
-049 ==> 216726 : Turn off ratings on thumbnails in view mode.
-050 ==> 241847 : Workflow organizing : Possibility to pre-mark images for deletion \
                (Pick Labels feature).
-051 ==> 264976 : Face detection: "Clear results and rescan" doesn't clear results.
-052 ==> 201282 : Sort settings in status bar.
-053 ==> 210576 : Move tag filter to the bottom.
-054 ==> 262539 : CMake Warning "cycle in the constraint graph" with libkipi.
-055 ==> 231597 : Add XCF to the filter list in the album view.
-056 ==> 266788 : Showfoto crashes when opening a photo.
-057 ==> 
-
+001 ==> 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic