summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2012-07-10 07:39:53 +0000
committerMarcus Meissner <marcus@jet.franken.de>2012-07-10 07:39:53 +0000
commita335d50aefe5615132535a2ab89ba98e1c892509 (patch)
tree3ee1a23f5edf2537a7793a01ab23441e5e551415
parent56cb651470849e55f71104ff8ef45b696f9deff2 (diff)
downloadlibgphoto2-2_5_0-release.tar.gz
libgphoto2 2.5 releaselibgphoto2-2_5_0-release
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14052 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--NEWS34
-rw-r--r--configure.ac2
2 files changed, 31 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 3756c41c9..dc6d8ab3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,6 @@
-libgphoto2 2.4.99.8 development state
+libgphoto2 2.5.0 release
libgphoto2 API:
- TODO:
- - metadata via lists and special API
-
* gp_context* functions no longer get varargs, but preprocessed
strings. This makes hooking them into other language bindings
easier.
@@ -87,6 +84,35 @@ Documentation:
Test cases:
* Test camlib loading of both uninstalled and installed camlibs.
------------------------------------------------------------------------
+libgphoto2 2.4.14
+
+packaging:
+* new udev 175 mode for print-camera-list (from Ubuntu)
+
+libgphoto2:
+* fixed stupid bug in directory listing (fixes "canon" driver)
+
+libgphoto2_port/usb:
+* Fixed stv680 usb config alternate setting (unbreaks stv680 driver)
+
+canon:
+* enhanced wait_for_event a bit.
+
+ptp2:
+* Nikon viewfinder enable/disable via config
+* added Nikon S6000, Canon PowerShot A3000, PowerShot SX230HS, Canon EOS 5D Mark III, Sony SLT A35, Nikon Coolpix AW100
+* lowlevel Canon EOS CustomFuncEx support added
+* Canon EOS 5D Mark III imagesize packing/unpacking support
+* Samsung Galaxy file handling support restored
+* match configuration table values more exact and correct.
+* mtp player list synced with libmtp
+
+translations:
+* updated russian, ukrainian, danish, czech, german
+
+examples:
+* sample-tether added
+
libgphoto2 2.4.13
libgphoto2_port/libusb1:
diff --git a/configure.ac b/configure.ac
index 219cb74ad..95ca40257 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl NOTE: Be version style _higher_ than the last release.
dnl So lastversion.X.trunk for instance. Bump X if necessary.
dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.0 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.99.8], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2 photo camera library], [2.5.0], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])