Skip to content

Commit

Permalink
getNextLineAt() should not cause the stream to go into a failed state.
Browse files Browse the repository at this point in the history
New version.
  • Loading branch information
acaudwell committed Jan 20, 2011
1 parent bbb2be1 commit 2d2c9bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.30:
* Nothing much.

0.29:
* SVN built-in support.
* cvs2cl log support (cvs-exp support is now deprecated).
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(Gource, 0.29, [acaudwell@gmail.com])
AC_INIT(Gource, 0.30, [acaudwell@gmail.com])
AC_CONFIG_SRCDIR([src/main.h])

AM_INIT_AUTOMAKE([dist-bzip2 foreign subdir-objects])
Expand Down
2 changes: 1 addition & 1 deletion src/core
Submodule core updated 2 files
+10 −7 seeklog.cpp
+2 −2 seeklog.h
2 changes: 1 addition & 1 deletion src/gource_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef GOURCE_SETTINGS_H
#define GOURCE_SETTINGS_H

#define GOURCE_VERSION "0.29"
#define GOURCE_VERSION "0.30"

#include <dirent.h>

Expand Down

0 comments on commit 2d2c9bb

Please sign in to comment.