Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plan to v3 #362

Closed
8 of 9 tasks
shirou opened this issue May 4, 2017 · 3 comments
Closed
8 of 9 tasks

Plan to v3 #362

shirou opened this issue May 4, 2017 · 3 comments

Comments

@shirou
Copy link
Owner

shirou commented May 4, 2017

v2 is released May, 2016. After one year, I think it is time to release v3. This issue files breaking changes which we wanted to include v3.

Note: v3 release schedule is not fixed.

@phemmer
Copy link

phemmer commented Jun 1, 2017

RlimitStat change to int63 from int32

Needs to be uint64. While I'm assuming "int63" is a typo for "int64", signed still doesn't support all possible values.

This is the definition of struct rlimit:

struct rlimit {
  unsigned long rlim_cur;
  unsigned long rlim_max;
};

 

Also while breaking changes & release strategy can be a rather heated discussion, not supporting this is a pretty significant bug.

@shirou
Copy link
Owner Author

shirou commented Jun 2, 2017

Thanks. I've updated.

@shirou
Copy link
Owner Author

shirou commented Nov 1, 2020

Finally v3 released #938.

@shirou shirou closed this as completed Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants