From 50de907000486a689b2b5ce72a00197f85c84a57 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Tue, 17 Apr 2018 11:35:18 +0200 Subject: [PATCH] release librem 0.5.3 (#20) --- Makefile | 4 ++-- README.md | 2 +- debian/changelog | 6 ++++++ docs/COPYING | 6 +++--- docs/ChangeLog | 13 +++++++++++++ rpm/rem.spec | 2 +- 6 files changed, 26 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 4e09b86..8de7f71 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ # Master version number VER_MAJOR := 0 VER_MINOR := 5 -VER_PATCH := 2 +VER_PATCH := 3 PROJECT := rem -VERSION := 0.5.2 +VERSION := 0.5.3 OPT_SPEED := 1 LIBRE_MK := $(shell [ -f ../re/mk/re.mk ] && \ diff --git a/README.md b/README.md index 898c204..049140a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ librem README librem is a Audio and video processing media library -Copyright (C) 2010 - 2017 Creytiv.com +Copyright (C) 2010 - 2018 Creytiv.com [![Build Status](https://travis-ci.org/creytiv/rem.svg?branch=master)](https://travis-ci.org/creytiv/rem) diff --git a/debian/changelog b/debian/changelog index 965de90..fbe1425 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +librem (0.5.3) unstable; urgency=medium + + * version 0.5.3 + + -- Alfred E. Heggestad Fri, 20 Apr 2018 16:00:00 +0200 + librem (0.5.2) unstable; urgency=medium * version 0.5.2 diff --git a/docs/COPYING b/docs/COPYING index 77c5632..643039e 100644 --- a/docs/COPYING +++ b/docs/COPYING @@ -1,6 +1,6 @@ -Copyright (c) 2010 - 2017, Alfred E. Heggestad -Copyright (c) 2010 - 2017, Richard Aas -Copyright (c) 2010 - 2017, Creytiv.com +Copyright (c) 2010 - 2018, Alfred E. Heggestad +Copyright (c) 2010 - 2018, Richard Aas +Copyright (c) 2010 - 2018, Creytiv.com All rights reserved. diff --git a/docs/ChangeLog b/docs/ChangeLog index 80763dd..dbafd4a 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,16 @@ +2018-04-20 Alfred E. Heggestad + + * Version 0.5.3 + + * Project URL: https://github.com/creytiv/rem + + * auresamp: avoid FIR filtering if ouput sample rate equals input (#15) + + * build: Update Windows project (#18) (thanks Encamy) + + * vid: vidframe_draw_point: correct endian for RGB32 (#16) + + 2017-09-23 Alfred E. Heggestad * Version 0.5.2 diff --git a/rpm/rem.spec b/rpm/rem.spec index e40ddfd..de5f9ee 100644 --- a/rpm/rem.spec +++ b/rpm/rem.spec @@ -1,5 +1,5 @@ %define name rem -%define ver 0.5.2 +%define ver 0.5.3 %define rel 1 Summary: Audio and Video processing media library