Skip to content

Commit

Permalink
Bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quark-zju committed Nov 25, 2014
1 parent 2eaaad6 commit a7a61df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ljudge (0.5.0) unstable; urgency=low

* Support check output using SHA1.
* More accurate memory accounting.
* Ship with vbnc, gcj configs.

-- Jun Wu <[email protected]> Tue, 25 Nov 2014 14:35:00 +0800

ljudge (0.4.1) unstable; urgency=low

* Fix cgroup checking.
Expand Down
4 changes: 4 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ clean:

install: ljudge
install -D -m0755 -oroot -groot -s $< $(DESTDIR)$(PREFIX)/bin/ljudge
ifneq ($(DESTDIR),)
mkdir -p $(DESTDIR)/etc/
cp -a ../etc/ljudge $(DESTDIR)/etc/
endif

cog: ljudge.cc
cog.py -r $^
2 changes: 1 addition & 1 deletion src/ljudge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace j = picojson;

#define fatal(...) { fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n"); cleanup_exit(1); }

#define LJUDGE_VERSION "v0.4.1"
#define LJUDGE_VERSION "v0.5.0"

// truncate log size, ex. compiler log, stdout, stderr, etc.
#define TRUNC_LOG 65535
Expand Down

0 comments on commit a7a61df

Please sign in to comment.