Skip to content

Commit

Permalink
version 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Sep 14, 2011
1 parent 14f00fc commit b2a7303
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions dist/rhash.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ ldconfig
ldconfig

%changelog
* Wed Sep 14 2011 Aleksey <[email protected]> 1.2.8-1mdk
* Sun Aug 14 2011 Aleksey <[email protected]> 1.2.7-1mdk
* Tue Jun 14 2011 Aleksey <[email protected]> 1.2.6-1mdk
* Wed May 18 2011 Aleksey <[email protected]> 1.2.5-1mdk
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "1.2.7"
#define VERSION "1.2.8"

0 comments on commit b2a7303

Please sign in to comment.