Skip to content

Commit

Permalink
Updated ChangeLog, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Jun 18, 2014
1 parent e64373d commit eb77304
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.6:
* Display invalid requests as having the path '???'.

1.0.5:
* Performance improvements.
* Multi-monitor support using SDL 2.0.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.61)

AC_INIT(Logstalgia, 1.0.5, [[email protected]])
AC_INIT(Logstalgia, 1.0.6, [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/main.cpp])

Expand Down
2 changes: 1 addition & 1 deletion src/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef LOGSTALGIA_SETTINGS_H
#define LOGSTALGIA_SETTINGS_H

#define LOGSTALGIA_VERSION "1.0.5"
#define LOGSTALGIA_VERSION "1.0.6"

#include "core/settings.h"

Expand Down

3 comments on commit eb77304

@skakri
Copy link

@skakri skakri commented on eb77304 Jul 1, 2014

Choose a reason for hiding this comment

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

Could you please mark this as a release? I'd like to update logstalgia AUR package.

@acaudwell
Copy link
Owner Author

Choose a reason for hiding this comment

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

Hi,
I haven't gotten any feedback about the feature showing invalid requests displaying feature yet. Are you using that?

Normally I like to wait until I have a few features before doing new releases.

Thanks

@skakri
Copy link

@skakri skakri commented on eb77304 Jul 2, 2014

Choose a reason for hiding this comment

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

I see! No, I haven't had the time to check out the new version yet and simulate invalid requests. I may check it out later (at EEST evening).

Please sign in to comment.