Skip to content

Commit

Permalink
updated changelog and upped version to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rburgst committed Aug 18, 2010
1 parent a1aff16 commit dc029fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
---
- version: 1.3.8
date: 2010-07-20
changes:
- IMPORTANT! requires Mac OS 10.5 or higher
- fixed refresh of display after deleting a recording
- migrated appcast update urls to new mercurial site
- fixed calculation of filtered time (regression introduced by project closing support)
- fixed issue 69: TT hangs when starting a task using the system menu while inactivity popup is shown

- version: 1.3.7
date: 2010-07-10
changes:
Expand Down
6 changes: 3 additions & 3 deletions Time Tracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CURRENT_PROJECT_VERSION = 1.3.7;
CURRENT_PROJECT_VERSION = 1.3.8;
GCC_ENABLE_OBJC_GC = unsupported;
MACOSX_DEPLOYMENT_TARGET = 10.5;
RUN_CLANG_STATIC_ANALYZER = YES;
Expand All @@ -640,7 +640,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CURRENT_PROJECT_VERSION = 1.3.7;
CURRENT_PROJECT_VERSION = 1.3.8;
GCC_ENABLE_OBJC_GC = unsupported;
MACOSX_DEPLOYMENT_TARGET = 10.5;
RUN_CLANG_STATIC_ANALYZER = YES;
Expand All @@ -653,7 +653,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CURRENT_PROJECT_VERSION = 1.3.7;
CURRENT_PROJECT_VERSION = 1.3.8;
GCC_ENABLE_OBJC_GC = unsupported;
MACOSX_DEPLOYMENT_TARGET = 10.5;
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down

0 comments on commit dc029fc

Please sign in to comment.