Skip to content

Commit d71ca6f

Browse files
committed
Last minor changes
1 parent 1d3522f commit d71ca6f

17 files changed

+3859
-5689
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-11-07 Markus Gans <[email protected]>
2+
* Version 0.7.0
3+
14
2020-11-04 Markus Gans <[email protected]>
25
* Elimination of unnecessary terminal flushes
36

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Process this file with autoconf to produce a configure script.
66

7-
AC_INIT([finalcut], [0.6.1])
7+
AC_INIT([finalcut], [0.7.0])
88
AC_CONFIG_HEADER([config.h])
99
AX_PREFIX_CONFIG_H([src/include/final/fconfig.h], [F])
1010
AC_CONFIG_SRCDIR([src/fobject.cpp])
@@ -64,7 +64,7 @@ LT_OUTPUT
6464
### This defines the version number of the installed .so files
6565
### Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
6666
### using libtool's versioning system.
67-
AC_SUBST(SO_VERSION, ["6:1:6"])
67+
AC_SUBST(SO_VERSION, ["7:0:7"])
6868

6969
AC_SUBST([LIBTOOL_DEPS])
7070

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
finalcut (0.7.0) unstable; urgency=low
2+
3+
* Release (version 0.7.0)
4+
5+
-- Markus Gans <[email protected]> Sat, 07 Nov 2020 11:24:39 +0100
6+
17
finalcut (0.6.0) unstable; urgency=low
28

39
* Release (version 0.6.0)

debian/libfinal-dev.docs

+29-5
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,55 @@ COPYING
33
COPYING.LESSER
44
ChangeLog
55
README.md
6-
doc/calendar-draft.png
6+
doc/benchmark.md
77
doc/calculator.png
8+
doc/calendar-draft.png
89
doc/class-diagram.txt
910
doc/class_template.cpp
1011
doc/class_template.h
12+
doc/coding-style.txt
1113
doc/console_codes-manual.sh
1214
doc/console_ioctl-manual.sh
1315
doc/faq.md
1416
doc/fileopen-dialog.png
17+
doc/final-cut-application-structure.svg
18+
doc/final-cut-widget-tree.svg
19+
doc/first-steps_callback-function.cpp.png
20+
doc/first-steps_callback-lambda.cpp.png
21+
doc/first-steps_callback-method.cpp.png
22+
doc/first-steps_dialog.cpp.png
23+
doc/first-steps_emit-signal.cpp.png
1524
doc/first-steps.md
25+
doc/first-steps_memory.cpp.png
26+
doc/first-steps_scrollview.cpp.png
27+
doc/first-steps_size-adjustment.cpp.png
28+
doc/first-steps_timer.cpp.png
29+
doc/first-steps_user-event.cpp.png
1630
doc/framebuffer.txt
1731
doc/Mandelbrot.png
32+
doc/mouse-control.md
1833
doc/ncurses.supp
19-
doc/newfont1.png
20-
doc/newfont2.png
2134
doc/progress-bar.png
2235
doc/readme.txt
2336
doc/coding-style.txt
2437
doc/terminfo-capabilities.sh
2538
doc/terminfo-manual.sh
2639
doc/textview.png
2740
doc/TODO
41+
doc/user-theme-bee-palette.svg
42+
doc/user-theme-fc16-dark-palette.svg
43+
doc/user-theme-fc16-palette.svg
44+
doc/user-theme-fc8-palette.svg
45+
doc/user-theme.md
46+
doc/user-theme.png
47+
doc/user-theme-vga-palette.svg
2848
doc/vga.txt
29-
doc/vt100_line_drawing_graphics.png
3049
doc/virtual-terminal.txt
31-
doc/xterm.txt
50+
doc/vt100_line_drawing_graphics.png
51+
doc/widget-coordinates.svg
52+
doc/widget-geometry.svg
53+
doc/widget-lengths.svg
3254
doc/xgraphics
55+
doc/xterm.txt
3356
fonts/newfont.txt
57+

debian/libfinal0.shlibs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libfinal 0 libfinal0 (>= 0.6.0)
1+
libfinal 0 libfinal0 (>= 0.7.0)

0 commit comments

Comments
 (0)