Skip to content

Commit c5a7943

Browse files
committed
2.5.22 release
1 parent 51e23c1 commit c5a7943

File tree

3 files changed

+48
-3
lines changed

3 files changed

+48
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libgphoto2 2.5.21.1 development
1+
libgphoto2 2.5.22 release
22

33
ptp2:
44
* Canon EOS M / PowerShot capture problem solved

RELEASE-HOWTO.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# How to prepare a release
2+
3+
## sync translations from translationproject
4+
5+
In the toplevel directory (of which po/ is a subdirectory)
6+
7+
rsync -Lrtvz translationproject.org::tp/latest/libgphoto2/ po
8+
cd libgphoto2\_port
9+
rsync -Lrtvz translationproject.org::tp/latest/libgphoto2\_port/ po
10+
cd ..
11+
12+
if gphoto2 is released too:
13+
rsync -Lrtvz translationproject.org::tp/latest/gphoto2/ po
14+
15+
## sync music-players.h from libmtp
16+
17+
(We ship this to give additional device support for distributions
18+
that might update libmtp less often.)
19+
20+
Copy over, disable the GoPro entries.
21+
22+
## test cameras
23+
24+
Run: make check
25+
26+
In the gphoto2 checkout I am running <code>perl tests/testcamera.pl</code>
27+
for several cameras that might have been affected by the current release.
28+
29+
## update NEWS
30+
31+
git diff libgphoto2-2\_5\_21-release.. | less
32+
33+
summarize changes
34+
35+
## tag release
36+
37+
bump version in configure.ac, NEWS
38+
39+
make clean
40+
make
41+
sudo make install
42+
43+
## build relase
44+
45+
make distcheck

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ AC_PREREQ(2.59)
44
dnl NOTE: Be version style _higher_ than the last release.
55
dnl So lastversion.X.trunk for instance. Bump X if necessary.
66

7-
dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.22 at least or higher!
8-
AC_INIT([libgphoto2 photo camera library], [2.5.21.1], [[email protected]], [libgphoto2])
7+
dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.23 at least or higher!
8+
AC_INIT([libgphoto2 photo camera library], [2.5.22], [[email protected]], [libgphoto2])
99

1010
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
1111
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)