summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* updated NEWS to current stateMarcus Meissner2022-12-201-2/+22
|
* fixed 2.5.30.1 dev entryMarcus Meissner2022-12-201-0/+9
|
* added NEWSMarcus Meissner2022-10-241-1/+1
|
* 2.5.30.1 development snapshotMarcus Meissner2022-07-021-1/+1
|
* 2.5.30 releasev2.5.30libgphoto2-2_5_30-releaseMarcus Meissner2022-07-021-2/+2
|
* updated newsMarcus Meissner2022-05-231-0/+14
|
* Complete what adding gp_init_localedir() startedHans Ulrich Niedermann2022-05-191-0/+1
| | | | | | | | | | Complete what adding the gp_init_localedir() function implied: * only set success flag in the success case * consistent use of "initialize" spelling * add analogous gp_port_init_localedir() function * implement and document edge cases * update NEWS
* Require gettext >= 0.19.1Hans Ulrich Niedermann2022-05-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Require gettext >= 0.19.1 (from 2014-06-10), which both works properly when building on many cores, and is also the first gettext release whose po/Makefile.in.in allows disabling rebuilding of the *.po files on normal (non dist target) builds. The new po/Makefile.in.in rules fix "make distcheck" consistently failing to remove ../../../po/libgphoto2-6.pot when running "make -j$(nproc) distcheck" on a 12 core system: rm: cannot remove '../../../po/libgphoto2-6.pot': Permission denied The "make dist" (and "make distcheck") targets will still update the po files by default, but that could also be disabled in po/Makevars if we wanted to separate updating the *.po files for translation from "make dist" or "make distcheck" at any time in the future. As gettext-0.19.1 was released almost 8 years ago, this is the newest build tool release requirement for bulding libgphoto2. If you ever need to build a 2022 or later libgphoto2 from git on a system with pre 0.19.1 gettext, you can can always prepare a tarball running "make dist" on a system with gettext 0.19.1 or later, and build that tarball on the older machine.
* Consistent spelling for initializeHans Ulrich Niedermann2022-05-151-3/+3
| | | | | | | Consistently spell initialize the AE way. Excluding the *.po files, we had 293 occurrences of the word, of which 279 used the AE spelling, so changing everything to AE for consistency is not much of a leap.
* start 2.5.29.1 developmentMarcus Meissner2022-03-051-0/+3
|
* 2.5.29 releasev2.5.29libgphoto2-2_5_29-releaseMarcus Meissner2022-03-051-1/+1
|
* updated NEWSMarcus Meissner2022-03-051-1/+9
|
* CI: build automake based example projectHans Ulrich Niedermann2022-01-231-1/+1
| | | | | | Add automake based example project using libgphoto2 to have the CI builds ensure that building a libgphoto2 frontend with this libgphoto2 is possible.
* pc files: Fix gphoto2 builds, avoid builds with wrong headersHans Ulrich Niedermann2022-01-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the *.pc files, use a C preprocessor include path both with and without the gphoto2/ path component: Cflags: -I${includedir} -I${includedir}/gphoto2 This allows both the preferred way to include gphoto2 headers #include <gphoto2/gphoto2.h> #include <gphoto2/gphoto2-camera.h> and also the early 2000s legacy way (still in use by kamera and others because we did not properly communicate and enforce that back when we were still stabilizing the API) #include <gphoto2.h> #include <gphoto2-camera.h> to produce builds with the libgphoto2 headers actually corresponding to the *.pc files in use. Any other option for the *.pc file Cflags either produces unintended build failures or builds which use the wrong header files (the `-I${includedir}/gphoto2` option), or breaks the `#include <...>` part of the libgphoto2 API from the early 2000s still in use by kamera and others (the `-I${includedir}` option). For details, see https://github.com/gphoto/libgphoto2/issues/717 and https://github.com/gphoto/libgphoto2/issues/717#issuecomment-1018040615 Fixes: https://github.com/gphoto/libgphoto2/issues/717
* updated newsMarcus Meissner2022-01-211-0/+4
|
* translation updatesMarcus Meissner2022-01-061-0/+2
|
* switch to 2.5.28.1 developmentMarcus Meissner2022-01-031-0/+3
|
* 2.5.28 releasev2.5.28libgphoto2-2_5_28-releaseMarcus Meissner2022-01-031-1/+1
|
* added more NEWSMarcus Meissner2021-12-291-4/+9
|
* Remove --with-doc-dir and --with-html-dirHans Ulrich Niedermann2021-11-141-1/+2
| | | | | | autoconf 2.59c has introduced docdir, htmldir, so we do not need to have --with-doc-dir= and --with-html-dir= any more. --docdir= and --htmldir= will do the job.
* add more newsMarcus Meissner2021-10-231-4/+20
|
* NEWS: converted text from iso to utf-8, removed linux-hotplugHans Ulrich Niedermann2021-10-221-0/+2
|
* Remove rpm packagingHans Ulrich Niedermann2021-10-191-0/+1
| | | | | | | | | | While adding support for "make rpm" appeared to be a good idea in the early 2000s, it really is not and only clutters up the build system. At least the libgphoto2_port translation cannot have worked in the rpm package since at least 5255d802102c10f971dc98f10828451d9922340d from 2007-10-28, so it is a good guess that this has not really been in use.
* added j1 issueMarcus Meissner2021-10-061-2/+3
|
* Remove remnants of OS/2 supportHans Ulrich Niedermann2021-09-081-0/+3
| | | | | | | | Remove remnants of OS/2 support, which has been broken at least since commit 9831fa553c from 2006-10, but more probably even since after gphoto2 2.1.0 which was some time in 2002. Closes: https://github.com/gphoto/libgphoto2/issues/710
* updated NEWSMarcus Meissner2021-06-191-0/+12
|
* added polympus noteMarcus Meissner2021-02-281-0/+4
|
* 2.5.27.1 dev releaseMarcus Meissner2021-02-221-0/+2
|
* 2.5.27 releasev2.5.27libgphoto2-2_5_27-releaseMarcus Meissner2021-02-211-1/+4
|
* updated to current stateMarcus Meissner2021-02-211-1/+36
|
* updatedMarcus Meissner2020-12-191-2/+2
|
* add 4gb newsMarcus Meissner2020-11-241-0/+4
|
* 2.5.26.1 development startsMarcus Meissner2020-10-111-0/+3
|
* 2.5.26 releasev2.5.26libgphoto2-2_5_26-releaseMarcus Meissner2020-10-111-1/+1
|
* updated NEWSMarcus Meissner2020-10-111-12/+16
|
* updated news, switch to dev version 2.5.25.2Marcus Meissner2020-10-041-2/+7
|
* updatedMarcus Meissner2020-09-261-0/+1
|
* updated newsMarcus Meissner2020-09-021-2/+8
|
* updated newsMarcus Meissner2020-07-121-1/+13
|
* Updated NEWSMarcus Meissner2020-06-231-1/+9
|
* decode more ony names, updated NEWSMarcus Meissner2020-06-211-0/+2
|
* adjust formatting of newsMarcus Meissner2020-06-141-1/+2
|
* added better framerateMarcus Meissner2020-06-111-0/+1
|
* updated frenchMarcus Meissner2020-06-061-1/+1
|
* update translationMarcus Meissner2020-06-021-0/+4
|
* Fix typos throughout the codebaseSijawusz Pur Rahnama2020-05-251-1/+1
|
* olympusMarcus Meissner2020-05-241-0/+4
|
* 2.5.25.1 devel snapshotMarcus Meissner2020-05-241-0/+2
|
* 2.5.25 releasev2.5.25libgphoto2-2_5_25-releaseMarcus Meissner2020-05-241-1/+2
|
* updated newsMarcus Meissner2020-05-241-2/+25
|