Skip to content

Commit

Permalink
[TF] bump version to 1044/4.2.1a
Browse files Browse the repository at this point in the history
update readme and changelog for 4.2.1a
  • Loading branch information
Marcus Hoffmann committed Dec 1, 2017
1 parent d692cfa commit 189517f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v4.2.1a (FOSS maintenance release)
- **SECURITY:** update openssl to 1.0.2m
- **SECURITY:** update ffmpeg to 3.4
- **SECURITY:** update sqlite and libwebp to latest versions.
- inlcude armv6 libraries again
- removed unused google breakpad library
- should now be build with NDK r15c
- add a [small patch](https://github.com/Telegram-FOSS-Team/Telegram-FOSS/commit/d692cfae16471e7ef70d92c2d5d61e13f3d278fe) to enable location sharing through intents

#### v4.5 (not released as FOSS version)
- Grouped Photos. Group media into albums when sharing multiple photos and videos. Choose the exact order of media you send.
- Saved Messages. Bookmark messages by forwarding them to “Saved Messages”.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Join the [Telegram-FOSS Offtopics group](https://t.me/joinchat/AAAAAEFaw9LIC-VgK
## Changes:

*Replacement of non-FOSS, untrustworthy or suspicious binaries or source code:*
- Do location sharing with OpenStreetMap instead of Google Maps
- Do location sharing with OpenStreetMap instead of Google Maps (+ a [minor tweak](https://github.com/Telegram-FOSS-Team/Telegram-FOSS/commit/d692cfae16471e7ef70d92c2d5d61e13f3d278fe))
- Use emojiOne emoji set instead of Apple's emoji
- Google Play Services GCM replaced with always-on Telegram's push service
- BoringSSL bundled source and binaries are replaced with upstream OpenSSL source code built at compile time
Expand Down
4 changes: 2 additions & 2 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ android {
}
}

defaultConfig.versionCode = 1043
defaultConfig.versionCode = 1044

sourceSets.debug {
manifest.srcFile 'config/debug/AndroidManifest.xml'
Expand Down Expand Up @@ -153,7 +153,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionName "4.2.1"
versionName "4.2.1a"

//obtain your own keys at https://core.telegram.org/api/obtaining_api_id
buildConfigField 'int', 'APP_ID', getAppId()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class BuildVars {
public static boolean DEBUG_VERSION = false;
public static boolean DEBUG_PRIVATE_VERSION = false;
public static int BUILD_VERSION = 1043;
public static int BUILD_VERSION = 1044;
public static String BUILD_VERSION_STRING = "4.2";
public static int APP_ID = BuildConfig.APP_ID; //obtain your own APP_ID at https://core.telegram.org/api/obtaining_api_id
public static String APP_HASH = BuildConfig.APP_HASH; //obtain your own APP_HASH at https://core.telegram.org/api/obtaining_api_id
Expand Down

0 comments on commit 189517f

Please sign in to comment.