diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-11-11 01:51:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-11-11 01:51:30 +0000 |
commit | 58258f4ce360cfa6c460829c4b72eb3d22274523 (patch) | |
tree | 24a300e7319d1bf679b4d5a6035879cb43f13cd1 /net/corebird | |
parent | 4000ab2dd06a5722d7705131f12243c0bc1da571 (diff) | |
download | pkgsrc-58258f4ce360cfa6c460829c4b72eb3d22274523.tar.gz |
Update to 1.7.2
Changelog:
1.7.2:
Changelog:
- Fix window cancel button label mixup
- Fix potential crash when composing a tweet (#779)
- Fix abort when trying to detect emoji support (#781)
- Fix spell checking
- Update translations
1.7.1:
Changelog:
- Fixed a small problem with the appdata file in 1.7
1.7:
Changelog:
- Hashtags and Mentions in profile desriptions are now clickable
- The mention-completion when composing a new tweet now fetches
unknown users from the twitter server
- Videos larger than the screen size are now getting scaled down
while playing
- Profiles now indicate when an account is suspended
- Profiles handle protected accounts better when trying to
access followers/following users, etc.
- The compose window now allows tweets with just media
attached but not text
- Improve the hashtag/mention/link detection when composing a new tweet
- The compose dialog now shows an emoji chooser. This is
only available starting GTK+ 3.22.19 and the emojis will only be
rendered with color if you have the needed cairo version
installed, as well as an emoji font.
- Fixed a bug that led to wrong Direct Message info being
inserted into the database
- Fixed a bug that resulted in broken files when downloading
instagram images
Diffstat (limited to 'net/corebird')
-rw-r--r-- | net/corebird/Makefile | 5 | ||||
-rw-r--r-- | net/corebird/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/corebird/Makefile b/net/corebird/Makefile index 4b4c0e5e7b7..9a10c0ecdca 100644 --- a/net/corebird/Makefile +++ b/net/corebird/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2017/10/03 12:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/11/11 01:51:30 ryoon Exp $ -DISTNAME= corebird-1.6 -PKGREVISION= 2 +DISTNAME= corebird-1.7.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=baedert/} GITHUB_PROJECT= corebird diff --git a/net/corebird/distinfo b/net/corebird/distinfo index 1b61cdd634b..ad54ccd7515 100644 --- a/net/corebird/distinfo +++ b/net/corebird/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2017/09/09 06:18:53 ryoon Exp $ +$NetBSD: distinfo,v 1.14 2017/11/11 01:51:30 ryoon Exp $ -SHA1 (corebird-1.6.tar.xz) = 54d234b916558867d0ec737c334b5b6e6e477add -RMD160 (corebird-1.6.tar.xz) = 3310e6fa58e485b1e62d88491d0bc02b1e192698 -SHA512 (corebird-1.6.tar.xz) = 4e33c95ea45d6bf1257af41fbc677eac3bff4da9b7b975d7d0b8260e952a5c302c7b486ac377a0d04fe959b831ece7dfa2ae3f9f8790cf88a5b358c17c3e36df -Size (corebird-1.6.tar.xz) = 687948 bytes +SHA1 (corebird-1.7.2.tar.xz) = 5c645349d0c20b4693c5356cb9bf0ea5d5fec7b7 +RMD160 (corebird-1.7.2.tar.xz) = 5a029b60f4d62aeb5c893867cc3c80070e32f1bd +SHA512 (corebird-1.7.2.tar.xz) = f19ff6cce77ec6301b3195f212803b2109955eb7b70625b830e8ac2f5cff824665734a99059bc592839b5653c374d360c6852e2a427fb2b3f246e593a648dfba +Size (corebird-1.7.2.tar.xz) = 704696 bytes SHA1 (patch-data_Makefile.am) = cebf21049f03cdcca06b476040125edcdc86d675 SHA1 (patch-data_Makefile.in) = 8ed5776f7b694a7cf574f5e8097811eb7cd060b4 SHA1 (patch-po_Makevars) = 7d1f0dcef0caf53d6fa1187306d6264c158b8210 |