Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opale
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Capricelli
opale
Commits
54375cd92089
Commit
54375cd92089
authored
19 years ago
by
Thomas Capricelli
Browse files
Options
Downloads
Patches
Plain Diff
0.7.1 release
parent
51838f5ffca8
No related branches found
Branches containing commit
Tags
release-0.7.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
SConstruct
+1
-1
1 addition, 1 deletion
SConstruct
opale/main.cpp
+1
-1
1 addition, 1 deletion
opale/main.cpp
with
7 additions
and
2 deletions
ChangeLog
+
5
−
0
View file @
54375cd9
...
...
@@ -57,6 +57,11 @@
* new button to display the current date in the list
* new handbook
0.7.1 is for kde>=3.2
Opale-0.7.1 was released on february, 10th, 2006
* fixed two major bugs
Tested :
distribution, soft versions, arch (who tested, computer)
...
...
This diff is collapsed.
Click to expand it.
SConstruct
+
1
−
1
View file @
54375cd9
...
...
@@ -52,6 +52,6 @@
###################################################################
# CONVENIENCE FUNCTIONS TO EMULATE 'make dist' and 'make distclean'
###################################################################
env
.
dist
(
'
opale
'
,
'
0.7
'
)
env
.
dist
(
'
opale
'
,
'
0.7
.1
'
)
This diff is collapsed.
Click to expand it.
opale/main.cpp
+
1
−
1
View file @
54375cd9
...
...
@@ -24,7 +24,7 @@
KCmdLineLastOption
};
static
const
char
*
version
=
"0.7"
;
static
const
char
*
version
=
"0.7
.1
"
;
static
const
char
*
description
=
I18N_NOOP
(
"Very simple personal finance manager"
);
int
main
(
int
argc
,
char
**
argv
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment