Skip to content

Commit 6a96810

Browse files
committed
Updated todo and PKGBUILD.
1 parent 3397a53 commit 6a96810

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

Extra/Arch/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Federico Di Pierro <[email protected]>
22

33
pkgname=libmodule
4-
pkgver=3.1.0
4+
pkgver=3.1.1
55
pkgrel=1
66
pkgdesc="C linux library to build simple and modular projects"
77
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(GPL)
1010
depends=()
1111
makedepends=(git cmake)
1212
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
13-
sha256sums=("d9e764a77aa8e26d0e762dc0a388d41caa2ac9f75e4706405c4742c8e3e4c346")
13+
sha256sums=("85317898ebd78125eca5d68d1ff59eb83bb946d4324c38b8b5061c7719fe0dec")
1414

1515
prepare() {
1616
cd "${srcdir}/${pkgname}-${pkgver}"

TODO.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
## 3.1.1
2-
3-
### Performance improvements
4-
- [x] self_t will hold a pointer to module and to its context
5-
- [x] Store module name in module struct (strdup'd)
6-
- [x] Store context name in m_context (strdup'd)
7-
- [x] Use them as hashmap key without strudpping again
8-
9-
### Api improvements
10-
- [x] Add new MOD_NO_MEM error code
11-
- [x] Add new MOD_WRONG_PARAM error code
12-
- [x] Add new MAP_WRONG_PARAM error code
13-
14-
### CI
15-
- [x] Switch to builds.sr.ht
16-
17-
- [ ] Release
18-
191
## 3.2.0
202
- [ ] Actually implement a stack for module_become/unbecome
213
- [ ] Expose stack through a stack.h public header

0 commit comments

Comments
 (0)