Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
b66693508e | |||
fcc5601bfd |
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
ruby-lxc (1.2.3-0digirati1) trusty; urgency=low
|
||||||
|
|
||||||
|
* Version 1.2.3.
|
||||||
|
|
||||||
|
-- Andre Nathan <andre@digirati.com.br> Mon, 10 Jul 2018 10:29:03 -0300
|
||||||
|
|
||||||
ruby-lxc (1.2.2-0digirati1) trusty; urgency=low
|
ruby-lxc (1.2.2-0digirati1) trusty; urgency=low
|
||||||
|
|
||||||
* Version 1.2.2.
|
* Version 1.2.2.
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
#define SYMBOL(s) ID2SYM(rb_intern(s))
|
#define SYMBOL(s) ID2SYM(rb_intern(s))
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module LXC
|
module LXC
|
||||||
VERSION = '1.2.2'
|
VERSION = '1.2.3'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue