Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13608
Modified Files:
MANIFEST README ufraw_settings.cc
Log Message:
Final changes before the release of UFRaw 0.21.
Index: ufraw_settings.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_settings.cc,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- ufraw_settings.cc 24 Jan 2015 10:00:16 -0000 1.28
+++ ufraw_settings.cc 10 Feb 2015 06:00:17 -0000 1.29
@@ -262,7 +262,7 @@
std::string str = "";
char num[10];
for (int i = 0; i < Size(); i++) {
- g_snprintf(num, 10, "%.4lf", DoubleValue(i));
+ g_snprintf(num, 10, "%.6lf", DoubleValue(i));
str += num;
if (i < Size() - 1)
str += " ";
Index: README
===================================================================
RCS file: /cvsroot/ufraw/ufraw/README,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- README 26 Sep 2014 06:15:19 -0000 1.73
+++ README 10 Feb 2015 06:00:17 -0000 1.74
@@ -293,6 +293,10 @@
History
=======
+10/02/2015 - UFRaw-0.21 released, based on DCRaw v 9.23.
+
+* Bug fix release.
+
24/09/2014 - UFRaw-0.20 released, based on DCRaw v 9.22.
* Fuji X-Trans filters are finally supported.
Index: MANIFEST
===================================================================
RCS file: /cvsroot/ufraw/ufraw/MANIFEST,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- MANIFEST 8 Feb 2015 05:30:07 -0000 1.4
+++ MANIFEST 10 Feb 2015 06:00:17 -0000 1.5
@@ -5,7 +5,7 @@
UFRaw tries to take this idea to the extreme and "Do nothing", or at least
not do anything by itself.
UFRaw uses DCRaw to convert the raw files.
-LittleCMS takes care of the color management.
+Little CMS (lcms) takes care of the color management.
Exiv2 takes care of EXIF data.
Lensfun takes care of lens corrections.
libjpeg/libtiff/pnglib/libcfitsio are responsible to saving the image.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs