Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanaev committed Apr 18, 2021
1 parent f9afbac commit 19889c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# upcoming
# v2.0 (2021-04-18)

- (new) user interface tweaks
- (new) feed parser fully rewritten
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.4
VERSION=2.0
GITHASH=$(shell git rev-parse --short=8 HEAD)

CGO_ENABLED=1
Expand Down

2 comments on commit 19889c1

@kseistrup
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the Releases page, the Linux version really is for Linux64, not Linux32, right?

$ file yarr
yarr: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, Go BuildID=R70L45z-wjMaYA18yYLs/KQMe1Fxg9-PCZQqa7CDF/DNmLgGA0qtBqvBKY0C88/bSm04ODHoNC6-Yj3kn08, BuildID[sha1]=3ea8481065a5d7ed3c739ad31dac70b51d487055, stripped

@nkanaev
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kseistrup thanks for pointing it out. yes, you're correct - i'd been shipping out x86-64 all this time, mistakenly thinking they were i386.

addressed by renaming all the the references of 32 to 64 in file names

Please sign in to comment.