summaryrefslogtreecommitdiff
path: root/libgphoto2_port/NEWS
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2007-08-14 13:44:15 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2007-08-14 13:44:15 +0000
commit918364e2ecbb4b5452eccd0f9e4c38e7f45bf710 (patch)
treec43baa30b0076d279f080d5f021b2669979155b1 /libgphoto2_port/NEWS
parent0a7e70fffb32823b0843f857af292f2ccc3a7839 (diff)
downloadlibgphoto2-918364e2ecbb4b5452eccd0f9e4c38e7f45bf710.tar.gz
Non-recursive iolib build
* Makes "make -j2" useful * Makes dynamic load checks without install possible. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10587 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/NEWS')
-rw-r--r--libgphoto2_port/NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/libgphoto2_port/NEWS b/libgphoto2_port/NEWS
index fdc4f3908..a9ed6f0c7 100644
--- a/libgphoto2_port/NEWS
+++ b/libgphoto2_port/NEWS
@@ -1,3 +1,21 @@
+libgphoto2_port 0.7.3
+
+Build:
+ * Non-recursive iolib build: Makes "make -j2" useful, and dynamic
+ load checks without install possible.
+ Selective iolib rebuild is "make usb.la" now.
+ Selective iolib install is
+ "make DRIVERS='usb.la disk.la' install-camlibLTLIBRARIES".
+
+Library Loader:
+ * Return error if not a single iolib can be found and loaded.
+
+Tests:
+ * "make check" makes sure that loading iolibs from build tree works.
+ * "make installcheck" makes sure that loading installed iolibs works.
+
+------------------------------------------------------------------------
+
libgphoto2_port 0.7.2
Build: