Skip to content

Commit a64384e

Browse files
committed
Preparing release 1.0.0
1 parent 744f9e9 commit a64384e

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

NEWS

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Lingot 1.0.0 (2018-07-xx)
2+
Lingot 1.0.0 (2018-07-06)
33
-------------------------
44

55
* Added PulseAudio support.
@@ -9,12 +9,12 @@ Lingot 1.0.0 (2018-07-xx)
99
* Modified the configuration: the user specifies now the frequency range of the
1010
instrument, instead of providing low level parameters like the sample rate.
1111
* Implemented task #11284: audio devices autodetection.
12-
* Fixed several bugs: #32581, #35183, #35220, #35221, #54209.
12+
* Fixed several bugs: #32581, #35183, #35220, #35221, #54209, #40525.
1313
* Fixed SIGSEGV when there's no scale in config file (thanks to K. Volný).
1414
* Showing octave index along with the note.
1515
* Implemented task #10683: config file validation.
1616
* Implemented task #11100: add libfftw support.
17-
* Fixed bug #643435 in debian.
17+
* Fixed bugs #643435, #730175 in debian.
1818
* Enhanced some error messages.
1919
* Fixed potential error when reading from OSS and ALSA.
2020
* Fixed memory leaks and improved memory management (thanks to Nicolas Boulenguez).
@@ -101,8 +101,8 @@ Lingot 0.7.4 (2007-08-23)
101101
* Added translations: es
102102

103103

104-
Lingot 0.7.3
105-
------------
104+
Lingot 0.7.3 (2007-07-17)
105+
-------------------------
106106

107107
* Fixed two SIGSEGV bugs
108108
* Using GtkAboutDialog to show about info
@@ -111,15 +111,15 @@ Lingot 0.7.3
111111
* Config dialog made more "GTK-compliant"
112112

113113

114-
Lingot 0.7.1
115-
------------
114+
Lingot 0.7.1 (2007-01-28)
115+
--------------------------
116116

117117
* Files reorganized to a more "GNU-like" structure.
118118
* Added multilingual support
119119

120120

121-
Lingot 0.6.x
122-
------------
121+
Lingot 0.6.0 (2004-12-19)
122+
-------------------------
123123

124-
* Start point.
124+
* Initial release.
125125

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Written by:
66
Jairo Chapela <jairochapela@gmail.com>
77

88
Copyright (C) 2004-2018 Iban Cereijo
9-
Copyright (C) 2004-2008 Jairo Chapela
9+
Copyright (C) 2004-2018 Jairo Chapela
1010

1111

1212
Description

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Created by Anjuta - will be overwritten
33
dnl If you don't want it to overwrite it,
44
dnl Please disable it in the Anjuta project configuration
55

6-
AC_INIT([Lingot], [1.0.0b1])
6+
AC_INIT([Lingot], [1.0.0])
77
AC_CONFIG_MACRO_DIR([m4])
88
AM_INIT_AUTOMAKE
99
AC_CONFIG_HEADERS([config.h])

src/lingot-gui-mainframe.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void lingot_gui_mainframe_callback_about(GtkWidget* w, LingotMainFrame* frame) {
128128
gtk_show_about_dialog(NULL,
129129
"name", "Lingot",
130130
"version", VERSION,
131-
"copyright", "\xC2\xA9 2004-2018 Iban Cereijo\n\xC2\xA9 2004-2008 Jairo Chapela",
131+
"copyright", "\xC2\xA9 2004-2018 Iban Cereijo\n\xC2\xA9 2004-2018 Jairo Chapela",
132132
"comments", _("Accurate and easy to use musical instrument tuner"),
133133
"authors", authors,
134134
"artists", artists,

0 commit comments

Comments
 (0)