Skip to content

Commit 6059cd5

Browse files
alfredhrichaas
authored andcommitted
release librem 0.5.2 (#13)
1 parent ea0a02b commit 6059cd5

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# Master version number
88
VER_MAJOR := 0
99
VER_MINOR := 5
10-
VER_PATCH := 1
10+
VER_PATCH := 2
1111

1212
PROJECT := rem
13-
VERSION := 0.5.1
13+
VERSION := 0.5.2
1414
OPT_SPEED := 1
1515

1616
LIBRE_MK := $(shell [ -f ../re/mk/re.mk ] && \

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
librem (0.5.2) unstable; urgency=medium
2+
3+
* version 0.5.2
4+
5+
-- Alfred E. Heggestad <[email protected]> Sat, 23 Sep 2017 12:00:00 +0200
6+
17
librem (0.5.1) unstable; urgency=medium
28

39
* version 0.5.1

docs/ChangeLog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2017-09-23 Alfred E. Heggestad <[email protected]>
2+
3+
* Version 0.5.2
4+
5+
* Project URL: https://github.com/creytiv/rem
6+
7+
* build: Updated MSVS projects to vs2015 (thanks Mikhail Barg)
8+
9+
* goertzel: new module for Goertzel Algorithm
10+
11+
* dtmf: new module for DTMF decoder
12+
13+
114
2017-04-08 Alfred E. Heggestad <[email protected]>
215

316
* Version 0.5.1

rpm/rem.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name rem
2-
%define ver 0.5.1
2+
%define ver 0.5.2
33
%define rel 1
44

55
Summary: Audio and Video processing media library

0 commit comments

Comments
 (0)