This website works better with JavaScript.
Home
Explore
Help
Sign In
damien
/
scdtools
Watch
2
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
8
Wiki
Activity
Browse Source
Prepare 0.3.5 release.
develop
Damien Goutte-Gattat
1 year ago
parent
8c085c096c
commit
226ae8a202
3 changed files
with
7 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
NEWS
+1
-2
README.md
+1
-1
configure.ac
+ 5
- 0
NEWS
View File
@ -1,3 +1,8 @@
Changes in scdtools 0.3.5
* Fix compilation of scdtotp.c.
Changes in scdtools 0.3.4
* Fix search for GPG-Agent socket when GNUPG_HOME is set?
+ 1
- 2
README.md
View File
@ -99,5 +99,4 @@ Homepage and repository
-----------------------
The project is located at
<
https:
/
/
incenp
.
org
/
dvlpt
/
scdtools
.
html
>
.
The latest source code is available in a Git repository at
<
git:
/
/
git
.
incenp
.
org
/
scdtools
.
git
>
and may also be browsed at
<
https:
/
/
incenp
.
org
/
dvlpt
/
gitweb
/
?
p
=
scdtools.git;a=summary
>
.
<
https:
/
/
git
.
incenp
.
org
/
damien
/
scdtools
>
.
+ 1
- 1
configure.ac
View File
@ -1,6 +1,6 @@
dnl Configure template for the scdrand package
AC_INIT([scdtools], [0.3.
4
],
AC_INIT([scdtools], [0.3.
5
],
[dgouttegattat@incenp.org])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
Write
Preview
Loading…
Cancel
Save