Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

Commit 545590a

Browse files
committed
Prepare veresion 1.2.0.
1 parent 9f882b9 commit 545590a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log
22
==========
33

4+
1.2.0 *(2015-02-24)*
5+
--------------------
6+
7+
Public:
8+
9+
* Option for a running notification while recording. This prevents the recording process from
10+
being killed by Android.
11+
* Translations for IT, JA, TR.
12+
* Fix: MediaRecorder prepare crash on most devices.
13+
14+
415
1.1.0 *(2015-01-18)*
516
--------------------
617

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Release
1919

2020
2. Update the `CHANGELOG.md` with the public and internal changes.
2121

22-
3. Commit with `git commit -m "Prepare version X.Y.Z."` replacing 'X.Y.Z' with the version number.
22+
3. Commit with `git commit -am "Prepare version X.Y.Z."` replacing 'X.Y.Z' with the version number.
2323

2424
4. Create an annotated tag with `git tag -a X.Y.X -m "Version X.Y.Z"` replacing 'X.Y.Z' with the
2525
version number.

telecine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Manifest version information!
22
def versionMajor = 1
3-
def versionMinor = 1
3+
def versionMinor = 2
44
def versionPatch = 0
55
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
66

0 commit comments

Comments
 (0)