File tree Expand file tree Collapse file tree 3 files changed +48
-3
lines changed Expand file tree Collapse file tree 3 files changed +48
-3
lines changed Original file line number Diff line number Diff line change 1
- libgphoto2 2.5.21.1 development
1
+ libgphoto2 2.5.22 release
2
2
3
3
ptp2:
4
4
* Canon EOS M / PowerShot capture problem solved
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ AC_PREREQ(2.59)
4
4
dnl NOTE: Be version style _higher_ than the last release.
5
5
dnl So lastversion.X.trunk for instance. Bump X if necessary.
6
6
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] )
9
9
10
10
AC_CONFIG_SRCDIR ( [ libgphoto2/gphoto2-version.c] )
11
11
AC_CONFIG_HEADERS ( [ config.h] )
You can’t perform that action at this time.
0 commit comments