From b2a730328e65c5cadef75aed5412e9f5079662aa Mon Sep 17 00:00:00 2001 From: Aleksey Date: Wed, 14 Sep 2011 23:43:43 +0700 Subject: [PATCH] version 1.2.8 --- ChangeLog | 6 ++++++ Makefile | 2 +- dist/rhash.spec.in | 1 + version.h | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b942bbe..a871d8a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +Wed Sep 14 2011 Aleksey + * === Version 1.2.8 === + Tue Sep 6 2011 Aleksey * librhash: implemented auto-final feature, turned on by default +Tue Sep 6 2011 Aleksey, SBasalaev + * Russian translation + Sat Sep 3 2011 Aleksey * Bugfix: not enough trailing '=' in a base64-encoded hash diff --git a/Makefile b/Makefile index 3d7cb15e..719af681 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # compile for pentiumpro: make CFLAGS="-O2 -DNDEBUG -march=i586 -mcpu=pentiumpro -fomit-frame-pointer" # create rpm with statically linked program: make rpm ADDLDFLAGS="-static -s -Wl,--gc-sections" CC = gcc -VERSION = 1.2.7 +VERSION = 1.2.8 PREFIX = /usr/local # using OPTFLAGS/OPTLDFLAGS for compatibilty with old scripts using this makefile OPTFLAGS = -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections diff --git a/dist/rhash.spec.in b/dist/rhash.spec.in index 4be28052..a0fcad73 100644 --- a/dist/rhash.spec.in +++ b/dist/rhash.spec.in @@ -102,6 +102,7 @@ ldconfig ldconfig %changelog +* Wed Sep 14 2011 Aleksey 1.2.8-1mdk * Sun Aug 14 2011 Aleksey 1.2.7-1mdk * Tue Jun 14 2011 Aleksey 1.2.6-1mdk * Wed May 18 2011 Aleksey 1.2.5-1mdk diff --git a/version.h b/version.h index bbbab0b3..198f447f 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.2.7" +#define VERSION "1.2.8"